The VJS D365 on-prem can be updated in two different ways, depending on your installation mode:
1. The NAV Server Instance is installed directly on the computer
Run the Administration Shell as administrator and enter the following commands:
Publish-NAVApp -ServerInstance NAV
-Path “C:\Export\ NETRONIC Software GmbH_Visual
Jobs Scheduler_new version number.app” -SkipVerification
Sync-NAVApp -ServerInstance NAV -Name "Visual Jobs Scheduler"
-Version "new version number"
Start-NAVAppDataUpgrade -ServerInstance NAV
-Name "Visual Jobs Scheduler" -Version "new version number"
In case of issues after Business Central Upgrade to a newer BC version use the following where the extension was already installed in the older BC Version:
Sync-NAVApp -ServerInstance NAV -Name "Visual Jobs Scheduler" -Version "1.1.0.0"
-Mode ForceSync
2. The NAV Server Instance is running from a Docker environment
Please enter the following commands with the help of the NAV Container Helper
Publish-NavContainerApp -containerName navserver –
appFile "C:\Users\vmAdmin\Desktop\new version number\NETRONIC Software GmbH_Visual
Jobs Scheduler_new version number.app" -skipVerification -sync
Start-NavContainerAppDataUpgrade -containerName navserver
-appName "Visual Jobs Scheduler" -appVersion "new version number"
In case of issues after Business Central Upgrade to a newer BC version use the following where the extension was already installed in the older BC Version:
Publish-NavContainerApp -containerName navserver
–appFile "C:\Users\vmAdmin\Desktop\1.1.0.0\NETRONIC Software GmbH_Visual
Jobs Scheduler_1.1.0.0.app" -skipVerification -sync -syncMode ForceSync
or
Sync-NavContainerApp -containerName navserver -appName “Visual Jobs Scheduler -Mode ForceSync