Hi
You are setup a new instance? or this existing and you convert it to multi tenant? or its a single setup?
I notice you state you are sync application db!
If you are on multi tenant setup and after you mount the company database then you need to perform "Sync-NAVTenant' on the company database not the application database
example
$NewBcServerInstance = "BC170"
$TenantId = "Cronus"
Sync-NAVTenant -ServerInstance $NewBcServerInstance -Tenant $TenantId -Mode Sync
Please Verify the answer if your question has been answered. This helps other forum users.