Hello,
I need your support please, i'm running Invoke-NAVApplicationDatabaseConversion and I get error told me that the database is not Dynamics 365 Business Central database.
I'm doing upgrade from BC16 to BC20.
PS C:\windows\system32> Invoke-NAVApplicationDatabaseConversion -DatabaseServer 'sqlmondial01.database.windows.net' -DatabaseName 'BC-PROD' -ApplicationDatabaseCredentials (Get-Credential) -Force
cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Credential
Invoke-NAVApplicationDatabaseConversion : A technical upgrade of database 'BC-PROD' on server 'sqlmondial01.database.windows.net' cannot be run, because the database is not a Dynamics 365 Business Central database.
At line:1 char:1
+ Invoke-NAVApplicationDatabaseConversion -DatabaseServer 'sqlmondial01 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (0:Int32) [Invoke-NAVApplicationDatabaseConversion], NavSqlException
+ FullyQualifiedErrorId : sqlmondial01.database.windows.net,Microsoft.Dynamics.Nav.Management.Cmdlets.InvokeNAVApplicationDatabaseConversion
Thanks