Upgrade BC13 to BC21 error when synchronizing the BC21 Base application.
1 step getting the database to BC14 went smooth but from BC14 to BC21 I get then below error when synchronizing the Base Application app.
I have looked and the tables it tries to remove is in all versions so why am I getting this error ?
this is the command i run
Sync-NAVApp -ServerInstance $NewBcServerInstance -Name "Base Application" -Version "21.0.46256.46853"
and if i run the get-navappinfo it does list that extension as published.
Any suggestions ??.
Sync-NAVApp : Table 6701 Exchange Contact :: The table 'Exchange Contact' cannot be located. Removing tables is not allowed unless they are temporary or are being moved by migration to another app.
Table 6703 Booking Service :: The table 'Booking Service' cannot be located. Removing tables is not allowed unless they are temporary or are being moved by migration to another app.
Table 6704 Booking Mailbox :: The table 'Booking Mailbox' cannot be located. Removing tables is not allowed unless they are temporary or are being moved by migration to another app.
Table 6705 Booking Staff :: The table 'Booking Staff' cannot be located. Removing tables is not allowed unless they are temporary or are being moved by migration to another app.
Table 6707 Booking Item :: The table 'Booking Item' cannot be located. Removing tables is not allowed unless they are temporary or are being moved by migration to another app.
At line:1 char:1
+ Sync-NAVApp -ServerInstance $NewBcServerInstance -Name "Base Applica ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Sync-NAVApp], InvalidOperationException
+ FullyQualifiedErrorId : MicrosoftDynamicsNavServer$AA_BC21/nav-systemapplication,Microsoft.Dynamics.Nav.Apps.Management.Cmdlets.SyncNavApp