Wix4CreateDatabase_X86 — FAILS, Error 0x80040154 · REGDB_E_CLASSNOTREG · "failed to create database: BAMInvoiceDB" #9314
Unanswered
Rajagurunathan-M007
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Question
We're encountering an unusual issue during the MSI upgrade process. Instead of executing the database upgrade path, the CreatedDatabase WiX custom action is being triggered, resulting in an error, even though the database already exists on the Azure SQL Instance.
We've verified that both the Azure SQL Instance and the target database are accessible from the same server using SSMS, confirming that connectivity, authentication, and network access are functioning correctly.
Error: Wix4CreateDatabase_X86 — FAILS, Error 0x80040154 · REGDB_E_CLASSNOTREG · "failed to create database: BAMInvoiceDB"
Below is the actual error captured in MSI log file,
Repro Steps
Note: This only occurs for Azure Database(with SQL Authentication)
Any Idea on how we can resolve this issue?
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions