HP XP P9000 Continuous Access Synchronous for Mainframe Systems User Guide

The following table describes scripting error messages.
Corrective actionConditions to verifyMessage
Use the scripting error code to determine which
line contains the syntax error. See the following
table and fix the syntax error.
The syntax validity of the script is checked at the
start of execution. An error message will be
displayed if failed.
Syntax error
Use the scripting error code to determine which
line contains the parameter error. See the following
table and fix the syntax error.
The parameter validity of the script is checked
when each instruction runs. An error message
will be displayed if failed.
Parameter error
If you want to terminate the script or display a
message of error occurrence and indication
following steps, check that _Result is not 0 in script.
The result of the execution is checked on each
target device. If failed, the last error status is
displayed and error flag is set in the reserved
variable, Result. Also, script continues to run.
Rejection
If you want to terminate the script or display a
message of error occurrence and indication
following steps, check that _Result is not 0 in script.
The condition of each target device is checked
to be executable status. For example, the P-VOL
status must be simplex to create a pair. If failed,
Skip if not
executable
error flag is set in the reserved variable, Result.
Also, script continues to run.
The format for scripting error codes is slightly different than the format for general error codes. The
following figure shows the scripting error code format.
The following table describes scripting error codes. The message ID is the four-digit number on the
error message. The internal code is the four-digit number in the fifth column of the error trace file.
Error descriptionError messageInternal codeMessage ID
The script execution has completed successfully.Normal End.--2338
The Memo command cannot start the Write application.
The Write.exe file may be absent from the Windows
directory.
Cannot open a file by
Memo command.
11022339
An error is found in the startup parameter of the script
monitor. The installation process may not have been
complete.
Invalid command line
parameter.
1103,11042340
The parameter file cannot be opened. The installation
process may not have been complete.
File I/O error (parameter).1f01,1f022341
The specified file may be corrupt.File I/O error (script).2f01,2f022341
148 Continuous Access Synchronous Z scripting