Hello guys, I have been stuck with a Veeam Data Platform Premium installation for Veeam Recovery Orchestrator… Each time I do the installation, it rolls back and fails. I suspected it was a database configuration issue from the log extracts below:
>29.05.2025 18:32:18]:ERROR] System.ComponentModel.Win32Exception (1603): Fatal error during installation.
at Veeam.Setup.MsiLibrary.VmMsiCommon.CheckError(VmMsiDatabase db, UInt32 result)
at Veeam.Setup.MsiLibrary.VmMsiInstall.DoActionCheckError(String action)
at Veeam.Setup.Wizard.VmInstallProduct.ExecuteCustomDialog(VmMsiInstall install, String Dialog)
/29.05.2025 18:34:49]5WARNING] Unable to proceed with the setup: invalid database configuration detected.
The following registry keys will not be created:
EntraIdSqlHostName (REG_SZ)
EntraIdSqlHostPort (REG_DWORD)
EntraIdSqlUserName (REG_SZ)
EntraIdSqlPassword (REG_SZ)
I corrected the configuration issue by installing Microsoft SQL Server 2019 (Enterprise Edition) and using that instance for the installation but still failed. Anybody who has encountered a similar issue?