Hi all,
I'm trying to deploy on-premises D365 finance ,
when trying to initialize the database with the script .\Initialize-Database.ps1 -ConfigurationFilePath .\ConfigTemplate.xml -ComponentName AOS
I got this error
Creating empty database AXDB
Invalid backup file for database refName AXDB
At C:\infrastructure\Initialize-Database.ps1:168 char:14
+ ... throw "Invalid backup file for database refName $($db.ref ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Invalid backup ...se refName AXDB:String) [], RuntimeException
+ FullyQualifiedErrorId : Invalid backup file for database refName AXDB
I make sure the database is in the infrastructure folder with the name AXDB
can anyone help with this?