JAMS 6.x Help
Upgrading from JAMS 5.x to JAMS 6.x

Upgrade Requirements

Prior to upgrading JAMS from V5.x to V6.x, carefully review the following requirements:

Note: If you are using the JAMS Client on a remote workstation machine (a machine other than the JAMS Server itself), you must upgrade the JAMS Client to V6.x to access a newly upgraded V6.x Server. However, if you need to access a JAMS V5.x Server, the JAMS V6.x also includes an option to install a JAMS V5.4 Client. This client installs in a new directory to allow for the simultaneous usage of both clients.

A Special Note on PowerShell Scripts in JAMS V6.x

Current JAMS PowerShell scripts should continue to work unless there is a change to the path to a JAMS object. Prior to V6.x, JAMS included a number of "simulated" folders.

For example, in JAMS V5.X, to access a Trigger, the path might be:

JAMS:localhost\Triggers\TriggerName

The "Triggers" portion of that path represents a simulated folder. The conversion process now puts all triggers into the “root” folder. Variables are converted in the same manner.

If you use these paths in PowerShell scripts, you can now create real folders named Triggers and Variables and move all Trigger and Variable definitions into them to maintain the functionality of your existing PowerShell scripts.

Systems, Jobs, and Setups within JAMS are also updated. In V5.x, you could access a Job as:

JAMS:localhost\Systems\MySystem\Jobs\MyJob

In this case, the "Systems" and "Jobs" folders are both “simulated”. However, in V6.x, the same Job is accessed using the path:

JAMS:localhost\MyFolder\MyJob

Users who would like to retain the V5.x syntax have the option to create a folder named "Systems", move their "MySystem" folder into it. This creates a nested "Jobs" Folder allowing you to move Jobs to that Folder.

See Also

Getting Started with JAMS 6.x

 

 


Topic updated: 7/26/2016
©2017 MVP Systems Software, Inc. All Rights Reserved.

Send comments on this topic.