Products   Support   Download   Contact

RUNNING TWO VERSIONS OF SCRIPTSERVER® FOR OPENVMS CONCURRENTLY

Contents | Index | About the Icons

If you wish to install a new version of ScriptServer and run some test queues using the upgrade, while running other queues on the currently installed version, follow these steps:

Install the upgrade with the full installation procedure, not the QuickInstall.

Answer "NO" to the question "Purge files replaced by installation?"

After the install is complete, rename the top version of file in the SYS$SYSTEM directory:

  $ RENAME SSV$SMB.EXE SSV$503.EXE

  (This assumes you just installed version 5.0-3)

Now, rename the top version of file in the SYS$LIBRARY directory:

  $ RENAME SSV$DEVCTL.TLB SSV$DEVCTL_503.TLB

  (This assumes you just installed version 5.0-3)

To run a ScriptServer queue with the new version, simply stop the queue and start it with the following qualifiers:

  $ START/QUEUE/PROCESSOR=SSV$503/LIBRARY=SSV$DEVCTL_503 queue-name

© 2020 GrayMatter Software Corporation