iSeries Access Error Messages

Contents

CWBRC5801[Contents]

Cause
The possible reasons the file could not be accessed are the following:

Recovery
Correct the problem, and then submit the remote command again.

CWBRC5802[Contents]

Cause
The command string was longer than the maximum allowed command length.

Recovery
Specify a command string with fewer characters.

CWBRC5804[Contents]

Cause
The text specified for submitting a remote command was not in the correct format, or contained an incorrect option.

Recovery
Type the command, using only options listed below, in either of the following formats (which are also specified in the message text):
RMTCMD command to be sent (//RemoteSystemName) (/Z)
RMTCMD /I filename (/Q) (//RemoteSystemName) (/Z)
Note: Program options shown within parentheses are optional. The filename in the second format is the name of the file containing one or more commands to be submitted.

CWBRC5807[Contents]

Cause
The remote command sent contained either a command or parameter that is not recognized by the remote system.

Recovery
This message was sent from the remote system. Verify that the command and parameters are correct, and then try the command again.

CWBRC5812[Contents]

Cause
An internal error occurred while attempting to send or run the specified remote command. This message is displayed only when an iSeries Access API has failed.

Recovery
See the iSeries Access History log for messages related to the API that failed.

CWBRC5814[Contents]

Cause
The remote system processed the remote command but did not return any displayable message text indicating the outcome of the command. This message does not mean the command failed, only that the remote server did not send back a displayable message.

Recovery
The batch return value should be checked to determine whether this command was successful.
0 Successfully submitted remote command
10 WARNING - a problem was encountered but processing continued
20 ERROR - a problem was encountered which caused processing to stop

CWBRC5816[Contents]

Cause
The remote command server (QZRCSRVR) does not exist on the remote system to process the remote command request.

Recovery
Have the host server's option of i5/OS installed, as detailed in i5/OS Server Concepts and Administration, SC41-3740.

CWBRC5817[Contents]

Cause
The remote command server (QZRCSRVR) ended during processing of this command.

Recovery
Check the message log on the remote system for the reason for this error. Correct the problem, and submit the remote command again.

CWBRC5820[Contents]

Cause
The remote system name specified as the //RemoteSysName is longer than the allowed maximum of characters.

Recovery
Correct the remote system name and try again.

CWBRC5824[Contents]

Cause
An exit program has been registered for the remote command server (QZRCSRVR). This exit program has rejected the command submitted.

Recovery
Determine if the exit program should be removed, or is not running correctly.

CWBRC5825[Contents]

Cause
An exit program has been registered for the remote command server (QZRCSRVR). The remote command server detected an error while attempting to start the exit program.

Recovery
Request that your server administrator remove the exit program.

CWBRC5826[Contents]

Cause
Either an iSeries Access API or the Remote Command program itself encountered an unexpected error.

Recovery
See the iSeries Access history log for additional information on the cause of this error.

CWBRC5827[Contents]

Cause
The file of commands given exists, but contains no commands -- it is empty.

Recovery
Verify that the file name given was correct. List in that file the remote commands to be run. Finally, try the command again.