Return codes for system-based command options

For all Snapshot command line options, including -summary, -statusinfo, -history, and -configuration, and system-controlling commands, including -startsystem, -stopsystem, -pausesystem, and -resumesystem, an error message is displayed if the operation is not successful.

If the operation is successful, a code will be returned by the batch file as follows:

  • 0 for Snapshot command line options
  • 1 for system-controlling commands
    Code
    Description
    101
    The specific Launcher is not started.
    102
    The name Launcher supplied on the command line is not valid.
    103
    The user name and password are not valid.
    104
    The connection between this utility and the Launcher is lost during the attempt to retrieve summary information. For example, this might happen if trying to find the summary information and another user stops the Launcher.
    105
    Command is invalid.
    106
    Launcher is not in a running state.
    107
    The name of the system (systemname) supplied on the command line is invalid, or it is blank and there is no compoundsystem present under the Launcher service.
    108
    The Launcher raised an exception.
    109
    Unable to connect to the Launcher.
    110
    The control code and the system state are not compatible.
    Note: This code is valid only for system-controlling commands.
    111
    The user does not have the proper user rights to control the system.
    Note: This code is valid only for system-controlling commands.