Thank you, please help
in the following ord
1. Invoke-NAVApplicationDatabaseConversion -DatabaseServer $DatabaseServer -DatabaseName $ApplicationDatabase
2.Set-NAVServerConfiguration -ServerInstance $NewBcServerInstance -KeyName DatabaseName -KeyValue $ApplicationDatabase
3.Restart-NAVServerInstance -ServerInstance $NewBcServerInstance
4.Import-NAVServerLicense -ServerInstance $NewBcServerInstance -LicenseFile $PartnerLicense
5.Mount-NAVTenant -ServerInstance $NewBcServerInstance -DatabaseServer $DatabaseServer -DatabaseName $TenantDatabase -Tenant $TenantId -AllowAppDatabaseWrite
6.Sync-NAVTenant -ServerInstance $NewBcServerInstance -Tenant $TenantId -Mode Sync
last one gives error
"Sync-NAVTenant : An unexpected error occurred after a database command was cancelled."
warm Regards - Krish