Hello,
I'm currently trying to upgrade our old databases from v14 (customized) to v25 on prem using the MS cookbook (using a valid partner BCLicence) and I ended up with following error in Task 13 (Publish final extensions ) during the synchronization of the second version of the table migration extension (-Name "baseapptablesonly" -Version 1.0.2.0) :
I run this command successfully in Powershell to publish the app:
Publish-NAVApp -ServerInstance BC25_ML_DEV -Path "D:\Upgrade\BC14--BC25\Table-Migration-Extension\BC14BaseAppTablesOnlyEmpty\Publisher_bc14baseapptablesonly_1.0.2.0.app" -SkipVerification
And I used this command to unpublish it successfully (which means it has been published then removed):
Unpublish-NAVApp -ServerInstance BC25_ML_DEV -Name bc14baseapptablesonly -Version 1.0.2.0
If I’m able to unpublish the app why then I’m getting an error that it doesn’t exit ? Am I missing something in the error message ?