Truecopy for mainframe scripting error codes – HP StorageWorks XP Remote Web Console Software User Manual

Page 244

Advertising
background image

Figure 65 Scripting Error Code Format

Table 87 Error Messages

Corrective Action

Conditions to Verify

Error Message

Use the scripting error code to
determine which line contains the

The syntax validity of the script is
checked at the start of execution. An

Syntax error

syntax error (see

“TrueCopy for

error message will be displayed if
failed.

Mainframe Scripting Error Codes”
(page 244)

), and fix the syntax error.

Use the scripting error code to
determine which line contains the

The parameter validity of the script is
checked on executing each instruction.

Parameter error

parameter error (see

“TrueCopy for

An error message will be displayed if
failed.

Mainframe Scripting Error Codes”
(page 244)

), and fix the parameter error.

To terminate the script or display a
message of error occurrence and

The result of the execution is checked
on each target device. If failed, the

Rejection

indication following steps, check that
_Result is not 0 in script.

last error status is displayed and error
flag is set in the reserved variable
_Result. Also script continues to be
executed.

To terminate the script or display a
message of error occurrence and

The condition of each target device is
checked to be executable status. For

Skip if not executable

indication following steps, check that
_Result is not 0 in script.

example, the M-VOL status must be
simplex to create a pair. If failed, error
flag is set in the reserved variable
_Result. Also script continues to be
executed.

Table 88 TrueCopy for Mainframe Scripting Error Codes

Error Description

Error Message

Internal Code

Message ID

The script execution has
completed successfully.

Normal End.

--

2338

The 'Memo' command
cannot start the Write

Cannot open a file by
'Memo' command.

1102

2339

application. The Write.exe
file may be absent from the
Windows directory.

An error is found in the
startup parameter of the

Invalid command line
parameter.

1103, 1104

2340

script monitor. The
installation process may not
have been complete.

The parameter file cannot be
opened. The installation

File I/O error (parameter).

1f01, 1f02

2341

244 TrueCopy for Mainframe Scripting

Advertising