Getting started with the VJS (for partners)

Update the VJS

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"

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"