Get-NAVTenant DynamicsNAV71 | Format-Table State ServerInstance Id DatabaseName DatabaseServer AllowAppDatabaseWrite DefaultCompany ----- -------------- -- ------------ -------------- ----------------------- ------------- Mounted MicrosoftDy... default NAV710_Cronus localhost True CRONUS Int... Mounted MicrosoftDy... manuf001 Manuf001 localhost False
Microsoft Dynamics NAV Development Environment
Tenant 'default' could not be found.
Check that:
1. Tenant 'default' is mounted on the server, or
2. Specify a different Tenant in Tools|Options.
OK
Comments
Cleared the options as described previously, nothing.
...
](*,)
Ewald Venter
"Prevent data loss from table changes" option: If your solution deploys in a multitenant deployment architecture, the change will only apply to a tenant database that is mounted using the Mode parameter set to force.
But with "Prevent data loss from table changes" Option set to Yes, and mounting the tenants with Mode=ForceSync it still raises error.
What did seem to work though is:
1. Dismount the tenants,
2. Import/make changes
3. Mount tenants
4. Sync Tenants
With "Prevent data loss from table changes" Option set to No, modifications can be made. (Assuming you will still need to do a sync)
Ewald Venter