RE: Two VM with Dynamics 365 BC Instance on each one
Hi Raelhefn,
We solve the issue thank you so much for your effort.
What I did to solve the issue:
1) Clear the DatabaseName setting in the Business Central Server instance configuration file
Set-NAVServerConfiguration –ServerInstance BC170 –element appSettings –KeyName 'DatabaseName' –KeyValue ''
2) Start the Business Central Server instance
Start-NAVServerInstance –ServerInstance BC170
3) Copy the Key from the Instance Working, and Past it in the Instance not working
C:\ProgramData\Microsoft\Microsoft Dynamics NAV\170\Server\Keys\
4) Mount the application database on the Business Central Server instance
Mount-NAVApplication –ServerInstance BC170 –DatabaseServer XXXXXXXX.database.windows.net –DatabaseName 'XXXXXX' -DatabaseCredentials (Get-Credential)
5) Restart the Business Central Server instance