Output variables
Field | Description |
---|---|
NODENAME_errorCode |
This will be 0 (SUCCESS) if no error is detected running the system command. This will be 10 (COMMAND_ERROR) if the system command returns a non-zero return code, or if the system command returns error output and "Interpret error output as command error" is checked. This will be 9 (SYS_COMMAND_ACTIVITY_ERROR) if the activity has an unexpected error. |
NODENAME_informationCode |
If the system command executed (NODENAME_errorCode is 0 or 10), NODENAME_informationCode will have the code returned by the system command. If the system command did not execute (NODENAME_errorCode is 9), NODENAME_informationCode will be 0. |
NODENAME_returnMessage | A message indicating whether the command succeeded or failed. |
NODENAME_outputData | If "Combine error output into standard output" is not checked, NODENAME_outputData will contain the standard output from the command ("stdout"). If "Combine error output into standard output" is checked, NODENAME_outputData will contain the standard output (stdout) from the command combined with the standard error output from the command (stderr). |
NODENAME_errorOutput | NODENAME_errorOutput always contains the standard error output (stderr) from the executed command. |
For more information on the sh, ksh, or su commands, specify man sh
, man ksh
, or man su
at the server command line.
For more information on the Windows cmd.exe command interpreter, specify cmd.exe /?
at the Windows command prompt.