Hi!
Having an issue syncing navapps to a 2018 NAV Database which is on Azure SQL DB.
Service Tier is on our Azure VM and is connecting to the database just fine.
Sync-NAVApp -ServerInstance DynamicsNAV110 -tenant default -Path "pathtomyapp.app"
Cannot Establish a connection to the SQL Server / Database
This could be due to one of the following reasons:
- SQL Server is not started
- Database does not exist
- Proper permissions have not be given to the NAV Server Account.
SQL Server Database Credential to access the database for the service tier is a Database Login (not windows),
Running Sync-NavApp using a current user on the VM with a windows login.
Issue looks more like point 3, but not sure how to pass such credentials to the Sync-App command.
Any ideas appreciated.
Thanks!