Command server codes (X'D5')

 

If a command server reason code occurs that is not listed here, an internal error has occurred. Collect the items listed in Command server problem determination and contact your IBM support center.

00D50101
Explanation:

During initialization, the command server was unable to obtain storage. This is probably because there is insufficient storage in your region.

System Action:

Message CSQN104I is sent to the console containing this reason code and the return code from the internal storage macro. None of the commands in the initialization data set currently being processed are performed. Queue manager startup continues.

Note:
If there is a storage problem, startup might not be successful.
System Programmer Response:

Check that you are running in a region that is large enough, and if not, reset your system and restart the queue manager. If this is not the cause of the problem, collect the following items and contact your IBM support center:

  • Return and reason codes from CSQN104I message

  • Trace of startup (if available)

00D50102
Explanation:

The command preprocessor ended abnormally while processing a command in the initialization input data set.

System Action:

Message CSQ9029E is produced, followed by message CSQN103I with this code as the return code, and a reason code of -1 indicating that the command was not processed, and a dump is produced. The next command is processed.

System Programmer Response:

Look in the output data set to determine the command in error. Check that the command is correctly formed, that it applies to a valid object.

If the command is correct, collect the items listed in Command server problem determination and contact your IBM support center.

00D50103
Explanation:

During initialization, an internal error occurred.

System Action:

Message CSQN104I is sent to the z/OS console, indicating the return and reason codes from the internal macro. The command server stops, without processing any commands.

System Programmer Response:

Review the job log for messages about other errors that might be related. If you are unable to solve the problem, collect the items listed in Command server problem determination, and contact your IBM support center.

00D50104
Explanation:

An internal error occurred during initialization.

System Action:

Message CSQN104I is sent to the z/OS console, indicating the return and reason codes from the internal macro. The command server stops, without processing any commands.

System Programmer Response:

Stop and restart the queue manager.

Collect the items listed in Command server problem determination and contact your IBM support center.

00D50105
Explanation:

An internal error has occurred.

System Action:

The command server terminates, and a dump is produced.

System Programmer Response:

Stop and restart the queue manager.

Collect the items listed in Command server problem determination and contact your IBM support center.

00D50201
Explanation:

The command server was unable to obtain storage while starting up. This is probably because there is insufficient storage in your region.

System Action:

Message CSQN202I is sent to the z/OS console, indicating the return code from the internal storage macro. The command server stops, without processing any commands.

System Programmer Response:

Check that you are running in a region that is large enough, and if not, reset your system and restart the queue manager. If this is not the cause of the problem, collect the items listed in Command server problem determination and contact your IBM support center.

00D50202
Explanation:

An internal error has occurred.

System Action:

Message CSQN202I is sent to the z/OS console, indicating the return code from the internal macro. The command server stops, without processing any commands.

System Programmer Response:

Review the job log for messages about other errors that might be related. If you are unable to solve the problem, collect the items listed in Command server problem determination and contact your IBM support center.

00D50203
Explanation:

An internal error has occurred.

System Action:

Message CSQN202I is sent to the z/OS console, indicating the return code from the internal macro. The command server stops, without processing any commands.

System Programmer Response:

Issue the START CMDSERV command to restart the command server.

Collect the items listed in Command server problem determination and contact your IBM support center.

00D50208
Explanation:

The command server was unable to obtain storage during startup.

System Action:

Message CSQN202I is sent to the z/OS console, indicating the return code from the internal macro. The command server stops, without processing any commands.

System Programmer Response:

Check that you are running in a region that is large enough, and if not, reset your system and restart the queue manager. If this is not the cause of the problem, collect the items listed in Command server problem determination and contact your IBM support center.

00D50209
Explanation:

The command preprocessor ended abnormally while processing a command from the command server.

System Action:

Message CSQN205I is put onto the reply-to queue with COUNT=1, RETURN=00D50209, and REASON=-1 indicating that the command has not been processed. The command server processes the next command.

System Programmer Response:

Check that the command is correctly formed, that it applies to a valid object.

If the command is correct, collect the items listed in Command server problem determination and contact your IBM support center.

00D5020C
Explanation:

While waiting for a command, the command server did not recognize the reason for the end of the wait. This is because it was not one of the following:

System Action:

Messages CSQN203I and CSQN206I are sent to the console, containing the return and reason codes from the request function, and the ECB list.

The command server is terminated and a dump is produced.

System Programmer Response:

Issue the START CMDSERV command to restart the command server.

Collect the items listed in Command server problem determination and contact your IBM support center.

00D5020E
Explanation:

The command processor attempted to get a command from the system-command-input queue, but the attempt was unsuccessful because of an internal error.

System Action:

The command server continues processing. Message CSQN203I is written to the console containing the return and reason codes from the API call.

System Programmer Response:

Collect the items listed in Command server problem determination and contact your IBM support center.

00D5020F
Explanation:

The command processor got a command from the system-command-input queue, but was unable to process it because the message was not of type MQMT_REQUEST.

System Action:

The command processor processes the next command message.

00D50210
Explanation:

The command processor got a command from the system-command-input queue, but was unable to process it because the command message was of length zero.

System Action:

The command processor processes the next command message.

00D50211
Explanation:

The command processor got a command from the system-command-input queue, but was unable to process it because the command message consisted of blank characters only.

System Action:

The command processor processes the next command message.

00D50212
Explanation:

The command processor got a command from the system-command-input queue, but was unable to process it because the command message was greater than 32 762 characters long.

System Action:

The command processor processes the next command message.

00D54000
Explanation:

An internal error has occurred.

System Action:

The command server is terminated and a dump is produced.

System Programmer Response:

Issue the START CMDSERV command to restart the command server.

Collect the items listed in Command server problem determination and contact your IBM support center.

00D54nnn
Explanation:

The command processor got a command from the system-command-input queue, but was unable to process it because the command message indicated that data conversion was required and an error occurred during conversion. nnn is the reason code (in hexadecimal) returned by the MQGET call.

System Action:

The command processor processes the next command message.

System Programmer Response:

Refer to Appendix A. API completion and reason codes for information about the reason code nnn.

 

Command server problem determination

Collect the following diagnostic items:

  • A description of the action(s) that led to the error (including the command that was being issued), or if applicable, a listing of the application program, or the input string to a utility program, being run at the time of the error

  • Console output for the period leading up to the error

  • Queue manager job log

  • System dump resulting from the error, if any

  • The WebSphere MQ, z/OS, DB2, CICS, and IMS service levels

  • Any trace information collected

  • Return and reason codes from message CSQN104I or CSQN202I, if it was issued