An abnormal end (abend) or program check has occurred in module modname. This implies that there may be an error in the CICS code. Alternatively, unexpected data has been input, or storage has been overwritten.
The code aaa/bbbb is a 3-digit hexadecimal MVS code (if applicable), followed by a 4-digit alphanumeric CICS code. The MVS code is a system completion code (for example, 0C1 or D37). If an MVS code is not applicable, this field is filled with three hyphens. The CICS code is an abend code or a number referring to a CICS message (for example, AKEA is a CICS abend code; 1310 refers to message DFHTS1310).
An exception entry is made in the trace table. A system dump is taken, unless you have specifically suppressed dumps in the dump table.
CICS continues unless you have specified in the dump table that CICS should terminate. If appropriate, an error return code is sent to the caller of this domain. In this case CICS could be terminated by the caller ( for example, the domain manager, DFHDMDM). A message is issued to this effect.
Message DFHME0116 is normally produced containing the symptom string for this problem.
Notify the system programmer. If CICS is still running, it is necessary to decide whether to terminate CICS.
Look up the MVS code, if there is one, in the relevant MVS codes manual.
Next, look up the CICS alphanumeric code. This tells you, for example, whether the error was a program check, an abend, or a runaway, and may give you some guidance concerning user response.
If module modname
is not crucial to the running of your CICS system,
you may decide to continue to run and bring
CICS down at a convenient time to resolve the problem.
If you cannot run without the full
use of module modname you should bring CICS down in a
controlled shutdown.
You need further assistance from IBM to resolve this problem. See CICS® Problem Determination Guide for guidance on how to proceed.
Console
DFHRPRP
XMEOUT Parameters: applid, aaa/bbbb, X'offset', modname
An error has been detected in module modname. The code X'code' is the exception trace point ID, which gives an indication of the cause of the error:
An exception entry (code X'code' in the message) is made in the trace table. A system dump is taken, unless you have specifically suppressed dumps in the dump table. If a client request is being processed, and the code is 9F4A, no reply is sent to the client.
Message DFHME0116 is normally produced containing the symptom string for this problem.
There are some specific user actions that can be taken for certain values of code:
For other TCP/IP for MVS problems, look at the TCP/IP for MVS diagnostics.
You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
Console
DFHRPRP
XMEOUT Parameters: applid, X'code',modname
The alias has received a response that indicates a logic error in the alias while calling CICS to establish its initialization information.
The client request is abandoned, and no reply is sent to the client. A system dump is taken. The alias abends with abend code ARPK. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated CICS messages for problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has been invoked by a means other than the server controller, possibly by a user at a terminal.
There was no client request to process. The alias abends with abend code ARPF.
Check that the alias was not started by a terminal user.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has received a response while calling CICS to establish its initialization information that indicates that the alias may not have been started by server controller.
There is no client request to process. The alias abends with abend code ARPF.
Check that the alias has not been started by a means other than the server controller.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has received a response that indicates that CICS has experienced a temporary error while trying to pass the alias its initialization information from temporary storage.
The client request is abandoned, and no reply is sent to the client. The alias abends with abend code ARPJ.
See the associated CICS messages for problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias cannot find its initialization information in CICS temporary storage. This is probably due to the retrieval of data from temporary storage by another application.
The client request is abandoned, and no reply is sent to the client. The alias abends with abend code ARPF.
Check that no other application is using the same temporary storage queue as the alias.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has received a response that indicates a logic error in the alias while calling CICS to establish its initialization information.
The client request is abandoned, and no reply is sent to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated CICS messages for problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has detected an error while validating its initialization information. This probably means that the alias has been started by a means other than the server controller.
There was no client request to process. The alias abends with abend code ARPF.
Check that the alias was not started by a transient data trigger level or by a CECI user.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has attempted to update its alias list entry to indicate that it has successfully started. The alias list component has returned a NOT FOUND response.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPF.
This situation is almost certainly due to an alias starting after immediate disable of CICS ONC RPC or after its alias list entry has been explicitly deleted by the connection manager.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, X'port', X'socket'
The alias has attempted to update its alias list entry to indicate that it has successfully started. The alias list component has returned an error response other than NOT FOUND. This is due to an error in another component of CICS.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Proceed as indicated in the messages issued by the CICS component in error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, X'port', X'socket'
The alias has detected that CICS ONC RPC may have been disabled since this client request was scheduled by the server controller. This is indicated by an incorrect reference to the GWA used by CICS ONC RPC.
The client request is abandoned, and no reply is sent to the client. The alias abends with abend code ARPH.
Check that CICS ONC RPC has not been disabled since this client request was first scheduled. This problem may arise when long-running CICS programs are being used. It may also occur if CICS ONC RPC is disabled and immediately re-enabled.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an error with the response returned from the external security manager while attempting to authenticate this client request.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Check that the external security manager is still available.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while authenticating the userid and password associated with this client request which indicates that this client request is not authenticated to CICS.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client. The alias abends with abend code ARPL.
Check the userid/password combination associated with this client request. See the associated CICS messages relating to the security error for help with problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while authenticating the userid and password associated with this client request which indicates that the external security manager does not recognize the userid.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client. The alias abends with abend code ARPG.
Check the userid associated with this client request. See the associated CICS messages relating to the security error for help with problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has encountered an internal error while authenticating the userid and password associated with this client request.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPK. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected a temporary error in the remote CICS region while communicating with the resource checker.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Investigate the error in the remote CICS region.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has encountered an internal error while trying to link to the resource checker.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while trying to link to the resource checker which indicates that it is not defined to CICS.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Check that the resource checker is defined to CICS.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while trying to link to the resource checker that indicates that the remote system on which the program resides is not defined or available to CICS.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Ensure that the remote CICS region in which the resource checker resides is defined to CICS. If it is, check that the connection is available for use by CICS.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected a rollback in the resource checker in a remote CICS region.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Investigate the problem in the remote CICS region You should consider changing the resource checker so that it does not update any CICS recoverable resources because this is not its primary design intent. Retry the client request.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while trying to link to the resource checker that indicates that it is not authorized to do so. This error has occurred because either the local alias transaction has been defined with RESSEC=YES, or the resource checker is in a remote CICS region and the mirror transaction in the remote region is defined with RESSEC=YES.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
If the alias or mirror transaction must run with RESSEC=YES, add a profile to the external security manager that allows users to access the resource checker. If you do not require resource level security in the CICS program, set RESSEC=NO in the alias or mirror transaction definition.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received an incorrect response from CICS while trying to link to the resource checker.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPK. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The resource checker has returned the response and reason codes response and reason. This client request is not authorized to continue.
An svcerr_auth call with a why-value of AUTH_BADCRED is used to send a reply to the client. The alias abends with abend code ARPL.
Determine from the resource checker the meaning of the response and reason codes, and amend the program if necessary.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, response, reason, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias issued an EXEC CICS QUERY SECURITY command for the CICS program program, but received an INVREQ response.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Use the EIBRESP2 value to determine the exact cause of the problem.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, eibresp2, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias issued an EXEC CICS QUERY SECURITY command for the CICS program program, but received a NOTFND response.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Use the EIBRESP2 value to determine the exact cause of the problem.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, eibresp2, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received an incorrect response on a call to CICS while trying to test the authorization level of the client.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has rejected this client request because the client is not authorized to access the CICS program program.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client. The alias abends with abend code ARPL.
None
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an internal arithmetic error with the parameters passed by the server controller while processing this client request and is unable to link to the CICS program.
The client request is abandoned, and a SYSTEMERR reply is sent to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected a temporary error in the remote CICS region while communicating with the CICS program.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Investigate the problem in the remote CICS region.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has encountered an internal error while trying to link to the CICS program.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while trying to link to the CICS program program that indicates that the program is not defined to CICS.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Check that the CICS program is defined to CICS.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while trying to link to the CICS program program that indicates that the remote system in which the program resides is not defined or is not available to CICS.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Ensure that the remote CICS region in which the server program resides is defined to CICS. If it is, ensure that the connection is available for use by CICS.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected a rollback in the CICS program in the remote CICS region.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Investigate why the CICS program rolled back.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a response while trying to link to the CICS program program that indicates that it is not authorized to do so.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
If the CICS program must run with resource level security, add a profile to the external security manager that grants access to the CICS program to its clients. If you do not require resource level security in the CICS program, set RESSEC=NO in the alias or mirror transaction definition.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received an incorrect response from CICS while trying to link to the CICS program.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPK. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has encountered an internal error and cannot determine how to send a reply to the client. The CICS program has run successfully, and may have updated CICS resources.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias is unable to send a reply to client because the communication area length is zero, but the client was expecting data to be sent in the reply.
The client request is abandoned, and no reply is sent to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated CICS messages for problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias cannot send a reply to the client. A problem has occurred in the TCP/IP for MVS svc_sendreply processing.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Examine the diagnostics to determine the reason for the error. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send a reply to the client. A problem has occurred in send reply processing. The transport handle was in error or was not found.
The client request is abandoned, and no reply is sent to the client. The alias abends with abend code ARPJ.
Examine the diagnostics to determine the reason for the error. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send a reply back to the client because CICS ONC RPC is disabling.
The client request is abandoned, and no reply is sent to the client. The alias abends with abend code ARPJ.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send a reply back to the client. The alias received an unexpected response from the RPC caller.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPI.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send a reply back to the client. The alias received an unexpected response from the RPC caller.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPI.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias is unable to send reply to the client. An unexpected response was returned from RPC caller.
The client request is abandoned, and no reply is sent to the client. The alias abends with abend code ARPJ.
See the associated CICS messages for problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias is unable to switch TCB modes to allow it to send a reply to the client. The RP TCB is not active.
The client request is abandoned, and no reply is sent to the client. A system dump is taken. The alias abends with abend code ARPN. Message DFHME0116 is normally produced containing the symptom string for this problem.
See any associated CICS messages to help with problem diagnosis. If you cannot determine why the TCB mode could not be switched, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
An error has prevented the alias from accessing the converter converter_program_name.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket, clientaddr
The alias used EXEC CICS LINK for converter converter_program_name to perform the Encode function, but received a PGMIDERR response.
An svcerr_systemerr call is used to send a reply to the client.
Use CEDA to check that you have defined your converter program correctly to CICS.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
The alias cannot work with a converter located in a remote CICS region. Data pointers are passed to and from the converter, and the referenced data can only be used if the converter runs in the local CICS region.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken.
Install and define the converter in the same CICS region as CICS ONC RPC.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
The alias cannot access the converter. An authorization error has occurred.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken.
Either redefine the alias transaction with RESSEC=NO, or change the external security manager to allow the user to access the converter.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
The alias received an unexpected response when trying to link to the converter for Encode processing.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated messages issued by CICS for problem diagnosis.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
Encode returned URP_EXCEPTION.
An svcerr_systemerr call is used to send a reply to the client.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
Encode returned URP_INVALID.
An svcerr_systemerr call is used to send a reply to the client.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
Encode returned an unexpected return code.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. Message DFHME0116 is normally produced containing the symptom string for this problem.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send an error reply to the client due to a logic error.
No reply is sent to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send a reply to the client. The transport handle was invalid or was not found.
No reply is sent to the client. The alias abends with abend code ARPJ.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send a reply to the client because CICS ONC RPC is disabling.
No reply is sent to the client. The alias abends with abend code ARPJ.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias cannot send a reply to the client. The alias received an error response from the RPC caller.
No reply is sent to the client. The alias abends with abend code ARPI.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. Examine the diagnostics to determine the reason for the error. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
Encode returned URP_DISASTER.
An svcerr_systemerr call is used to send a reply to the client.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an error.
A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has detected a FREEMAIN error when freeing the communication area used by the CICS program. This FREEMAIN occurs after Encode processing.
Processing continues.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has detected an error while freeing the data area created by Encode processing. The FREEMAIN occurs after outbound XDR processing.
Processing continues.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The alias has attempted to delete its alias list entry at task end. The alias list component has returned a NOT FOUND response. This is because either a connection manager user has started immediate disable processing, or because a connection manager user has deleted the entry.
The alias abends with abend code ARPJ.
None.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, X'port', X'socket'
The alias has attempted to delete its alias list entry at task end. It received a response that indicated a severe error had occurred.
The alias abends with abend code ARPJ.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. response.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, X'port', X'socket'
The alias sent an error reply to the client. After this reply was sent, the alias received an error response when attempting to free storage associated with the error call to the client.
The alias abends with abend code ARPJ.
Examine the diagnostics to determine the reason for the error. If the problem persists, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias sent a reply back to the client. After this reply was sent, the alias received an error response when attempting to free storage associated with the svc_sendreply call.
The alias abends with abend code ARPJ.
Examine the diagnostics to determine the reason for the error. You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an abend by the resource checker.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPO.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an abend by the CICS program that was servicing the client request.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPO.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an abend by the converter Encode function.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPO.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an abend.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPO.
Examine the diagnostics to determine the reason for the error.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The resource checker has returned the response response and reason reason. This client request is not authorized to continue.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client. The alias abends with abend code ARPL.
If you suspect an error in the resource checker, use the response and reason codes to debug it.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, response, reason, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The resource checker has returned the response response and reason reason. This client request is not authorized to continue.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPM.
If you suspect an error in the resource checker, use the response and reason codes to debug it.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, response, reason, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The resource checker has returned the response response and reason reason. This client request is not authorized to continue.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPM.
If you suspect an error in the resource checker, use the response and reason codes to debug it.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, response, reason, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The resource checker has returned the response response and reason reason. This client request is not authorized to continue.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPM.
If you suspect and error in the resource checker, use the response and reason codes to debug it.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, response, reason, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The resource checker has returned the response response and reason reason. This client request is not authorized to continue.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with code abend ARPM. Message DFHME0116 is normally produced containing the symptom string for this problem.
If you suspect an error in the resource checker, use the response and reason codes to debug it.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, response, reason, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received an INVREQ response while trying to EXEC CICS LOAD the CICS program program for security checking. This indicates that the program manager domain has not yet been initialized and may be due to this request having been made in a first stage PLT.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Ensure that the program manager domain is initialized.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a PGMIDERR response while trying to EXEC CICS LOAD the CICS program program for security checking. This indicates that the program cannot be found or cannot be autoinstalled.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
Ensure that the load module is in the DFHRPL concatenation and can be autoinstalled.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, eibresp2, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a PGMIDERR response while trying to EXEC CICS LOAD the CICS program program for security checking. This indicates that the program autoinstall control program has failed.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPJ.
Use the EIBRESP2 value to determine why the program autoinstall control program failed and correct the problem.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, eibresp2, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has detected an internal error while trying to load the CICS program program for security checking.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPI.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received a NOTAUTH response while trying to EXEC CICS LOAD the CICS program program for security checking. This indicates that it is not authorized to access this program. This error may have occurred because the local alias transaction has been defined with RESSEC=YES.
An svcerr_systemerr call is used to send a reply to the client. The alias abends with abend code ARPG.
If the alias transaction must run with RESSEC=YES, add a profile to the external security manager that allows users to access the program. If you do not require resource level security, set RESSEC=NO in the alias transaction definition.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The alias has received an incorrect response while trying to load the CICS program program for security checking.
An svcerr_systemerr call is used to send a reply to the client. A system dump is taken. The alias abends with abend code ARPI. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid, program, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The enable process has completed successfully.
Processing continues.
None.
Console and Transient Data Queue CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The server controller has started normal disable processing following a request by a connection manager user.
Processing continues.
None.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The server controller has started immediate disable processing following a request by a connection manager user.
Processing continues.
None.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The server controller has completed the disable processing.
Processing continues.
None.
Console and Transient Data Queue CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
DFHRPTRU is enabled by the connection manager during enable processing. but DFHRPTRU was found to be disabled when the server controller started. This is probably caused by an operator manually disabling DFHRPTRU.
The server controller abends with abend code ARP2. CICS ONC RPC remains disabled. A system dump is taken. Message DFHME0116 is normally produced containing the symptom string for this problem.
Reenable CICS ONC RPC. Consider taking steps to avoid future manual interference with the TRUE.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
CICS ONC RPC has received a response indicating an error in CICS.
The server controller abends with abend code ARP2. CICS ONC RPC remains disabled. A system dump is taken. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated CICS message or messages for problem diagnosis.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
DFHRPTRU is enabled by the connection manager during enable processing, but the server controller received an indication that:
This is probably caused by operator intervention.
The server controller abends with abend code ARPQ. A system dump is taken.
Reenable CICS ONC RPC. Consider taking steps to prevent future operator interference.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
The server controller used EXEC CICS LINK for converter converter_program_name to perform Decode, but received a PGMIDERR response.
An svcerr_systemerr call is used to send a reply to the client.
If the converter name is wrong, use the connection manager to unregister and reregister the 4-tuple with the correct converter name.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, resp2val, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The communication area length calculated from the decode_server_data_format, decode_server_input_data_len, and decode_server_output_data_len parameters exceeds the permitted maximum. See the CICS Application Programming Guide for more information about the Decode function and its parameters.
An svcerr_systemerr call is used to send a reply to the client.
Correct and replace the erroneous converter.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
The server controller cannot start the alias because it does not have the necessary resource-level security authorization.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client.
You should specify only the alias transaction IDs that server controller has resource-level security authorization to start. When CICS ONC RPC is next disabled, redefine the server controller transaction with RESSEC=NO.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias-tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
A client request has arrived, and the corresponding 4-tuple refers to a terminal ID that is not in the terminal control table.
An svcerr_systemerr call is used to send a reply to the client.
Either define the missing terminal, or change the 4-tuple definition to refer to a terminal ID that is in the terminal control table.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias_termid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
This is an internal error.
CICS ONC RPC enters exception disable processing.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
An internal error has occurred in the server controller while it was accessing an internal table.
Processing continues.
None.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
An internal error has occurred in the server controller while accessing an internal table.
Processing continues.
None.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
This is an internal error.
A system dump is taken. The server controller abends with abend code ARP2. CICS ONC RPC remains disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
The server controller cannot free storage allocated by the inbound XDR routine. An svc_freeargs returned an error response. This may be because the client associated with the call has timed out and the storage has already been freed by TCP/IP for MVS.
The server controller continues to process this client request. If the message is not a result of client time-out, MVS storage associated with the request will not be freed; if errors of this kind occur frequently, they may lead to storage problems.
Examine the diagnostics to determine the reason for the error. If a user-written XDR routine is being used, there may be an error in the code associated with the FREE function. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, xdrname, clientaddr, hostaddr, X'progname', X'versnum', X'procnum', protocol, port, socket
The server controller cannot send an error reply to the client because the transport handle is not valid.
The client request is abandoned, and no reply is sent to the client.
Examine the diagnostics to determine the reason for the error. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPM
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The server controller cannot send an error reply to the client. CICS ONC RPC is disabling.
The client request is abandoned, and no reply is sent to the client.
Examine the diagnostics to determine the reason for the disable request.
CRPO
DFHRPM
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The server controller cannot send a reply to the client, because it received an error response from the RPC caller.
The client request is abandoned, and no reply is sent to the client. The server controller attempts to deal with requests from other clients, but may experience further RPC caller errors.
Examine the exception trace to determine the reason for the error. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. You may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPM
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The server controller sent an error reply to the client. After this reply was sent, the server controller received an error response when attempting to free storage associated with the client call.
Processing continues as if the error had not occurred.
Examine the diagnostics to determine the reason for the error. You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
An attempt to disable the task-related user exit during disable processing has failed because of an internal error.
A system dump is taken. Disable processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
The RP TCB is not available.
A system dump is taken. The server controller abends with abend code ARP2. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
CICS ONC RPC is unable to continue because of an internal error in the server controller.
In some circumstances, a system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The server controller cannot access the task-related user exit. This error can arise only if the supplied definitions for the server controller have been changed.
The server controller abends with abend code ARP2. CICS ONC RPC remains disabled.
Ensure that the supplied definitions for the server controller are used, and reenable CICS ONC RPC.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
CICS ONC RPC enable processing cannot continue because of an error in CICS.
A system dump is taken. The server controller abends with abend code ARP2. CICS ONC RPC remains disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
The server controller cannot start because of an internal error.
A system dump is taken. The server controller abends with abend code ARP2. CICS ONC RPC remains disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
The server controller cannot continue because of an internal error.
CICS ONC RPC is disabled.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The server controller used EXEC CICS LINK to access the converter for Decode processing, but got an error response that indicated that the converter was defined as remote. Data pointers are passed to and from the converter, and the referenced data can only be used if the converter runs in the local CICS region.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
Install and define the converter program in the same CICS region as CICS ONC RPC.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
A client request has failed because of an error in CICS.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated diagnostics issued by CICS for problem determination.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
The server controller cannot access the converter. This error can arise only if the supplied definitions for the server controller have been changed.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
Ensure that the supplied definitions for the server controller are used, and reenable CICS ONC RPC.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
Decode returned an unexpected response.
An svcerr_systemerr call is used to send a reply to the client.
Correct and replace the converter program in question.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
Decode returned URP_EXCEPTION with a reason of URP_CORRUPT_CLIENT_DATA.
An svcerr_decode call is used to send a reply to the client.
Compare the client program and the converter program and change one or the other to make the data formats consistent.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
Decode returned URP_EXCEPTION with a reason of URP_AUTH_BADCRED.
An svcerr_auth call with a why-value of AUTH_BADCRED is used to send a reply to the client.
If the client should be authorized to make this request, compare the client program and the converter, and change one or the other so that authentication requirements match.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
Decode returned URP_EXCEPTION with a reason of URP_AUTH_TOOWEAK.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client.
If the client should be authorized to make this request. compare the client program and the converter, and change one or the other so that authentication requirements match.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
Decode returned URP_EXCEPTION with an unrecognized reason code.
An svcerr_systemerr call is used to send a reply to the client.
If the reason code returned has a user-defined meaning act accordingly. If the reason code does not have a user-defined meaning, fix the problem with the converter and replace it.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, decode_reason, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
Decode returned URP_INVALID.
An svcerr_systemerr call is used to send a reply to the client.
The Decode parameter area will have been traced. If the values passed were correct, and the error is in the converter, correct and replace the converter. If the values passed were incorrect, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
Decode returned URP_DISASTER.
An svcerr_systemerr call is used to send a reply to the client.
Correct and replace the converter.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
An incoming client request could not be processed because there was insufficient storage available.
An svcerr_systemerr call is used to send a reply to the client.
If this error occurs persistently, you may need to customize your CICS system to cure the lack of storage.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
An internal error has forced CICS ONC RPC to abandon a client request.
An svcerr_systemerr call is used to send a reply to the client.
You need further assistance from IBM to resolve this problem.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
An incoming client request could not be processed because an unexpected error occurred when obtaining storage to process the request.
An svcerr_systemerr call is used to send a reply to the client.
You need assistance from IBM to resove this problem.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, eibresp, eibresp2, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The server controller has received a response that indicates a logic error while calling CICS to establish its initialization information.
The server controller abends with abend code ARP2. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPAS
XMEOUT Parameters: date, time,applid, tranid
The server controller transaction CRPM has been started by a means other than the connection manager program, possibly by a user at a terminal.
The server controller abends with abend code ARP5.
Check that the CRPM transaction id was not entered by a terminal user.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
An internal error has prevented the server controller from starting the alias transaction.
An svcerr_systemerr call is used to send a reply to the client.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias_tranid,hostaddr, prognum, versnum, protocol, port, socket, clientaddr
An internal error has prevented the server controller from starting an alias transaction.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The server controller cannot start the alias transaction because temporary storage is not available.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
Determine why the CICS default temporary storage data set is full. Enlarge the data set, or alter your CICS load to free space on it.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias_tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
The alias transaction is defined as remote, but aliases must run in the same CICS region as CICS ONC RPC.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
Define the alias as a local transaction.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias_tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
An attempt by a user ID to access an alias transaction failed because of a security check. This may not be an error as you may wish to prevent the client involved from accessing the alias transaction.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client.
If you wish the user ID to access the alias, reenable CICS ONC RPC with a different value for CRPM Userid, or alter your surrogate user ID tables.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias-tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
A client request has failed because of an error in CICS.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated diagnostics issued by CICS for problem determination.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias-tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
The server controller could not start the alias with the user ID because the user ID is not known to the external security manager.
An svcerr_auth call with a why-value of AUTH_TOOWEAK is used to send a reply to the client.
If you wish the alias to run under this user ID, define the userid to the external security manager, and change your surrogate user ID tables.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias-tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
An attempt to start the alias with an alias user ID failed as the external security manager cannot determine whether the user ID is valid.
An svcerr_systemerr call is used to send a reply to the client.
Determine the reason why the external security manager was unable to perform the request.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias-tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
The alias transaction alias_tranid is missing or is not correctly defined.
An svcerr_systemerr call is used to send a reply to the client.
Define the alias transaction correctly, or change the definitions of the 4-tuples that refer to it.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, alias_tranid,clientaddr, hostaddr, X'prognum',X'versnum', X'procnum', protocol,port, socket
The server controller has started an exception disable of CICS ONC RPC following an error during its operation. The error has already been reported.
Disable processing continues.
See the associated diagnostics for further information about the error.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
During CICS ONC RPC disable processing, the server controller shuts down the RPC Caller, but received an error response.
Disable processing continues.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
During CICS ONC RPC disable processing, the server controller issues a FREEMAIN for the RPC caller program to remove it from storage, but received an error response. This could either be as a result of problems with CICS which will probably be reflected in CICS diagnostics, or as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics.
Disable processing continues.
It might not be possible to reenable CICS ONC RPC without restarting CICS. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
During CICS ONC RPC disable processing, the server controller releases the alias list program, but received an error response.
Disable processing continues.
It might not be possible to reenable CICS ONC RPC without restarting CICS. If this error is not associated with others, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
During disable processing, the server controller found that the task-related user exit was already disabled or that it has not been defined as an exit. This is probably the result of operator intervention.
Disable processing continues.
Take steps to prevent operator interference with the task-related user exit.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
During disable processing, the server controller found that the task-related user exit is currently invoked by another task. This may be a temporary condition, or it may be that the task related user exit has already been disabled.
Disable processing continues.
Investigate whether the operator has disabled the task related user exit DFHRPTRU for any reason.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
An error occurred in CICS when the server controller tried to disable the task-related user exit during CICS ONC RPC disable processing.
A system dump is taken. Disable processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated diagnostics issued by CICS for problem determination.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
CICS ONC RPC has detected an internal error during disable processing.
Disable processing continues.
If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
During disable processing, the server controller found that it did not have the authorization to access the task-related user exit. This problem arises if the supplied definitions of the server controller are changed. Changes to these definitions are not allowed.
Disable processing continues.
Ensure that the supplied definitions for the server controller are used, and reenable CICS ONC RPC.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
CICS ONC RPC has detected an internal error during disable processing.
Disable processing continues.
If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
During disable processing, the server controller attempted to unregister for problem determination, but received an error response.
Disable processing continues.
If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
An error has occurred in Decode in converter converter_program_name. Because the converter does not contain HANDLE ABEND logic, the error has percolated to the server controller.
An svcerr_systemerr call is used to send a reply to the client.
Correct the error in the converter. Add handle abend logic to the converter so that it can handle its own errors, and replace it.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum',protocol, port, socket
An internal error has forced CICS ONC RPC to abandon a client request.
A system dump is taken. An svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, clientaddr, hostaddr, X'prognum', X'versnum', X'procnum', protocol, port, socket
The server controller has encountered an internal error and cannot continue.
A system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The server controller encountered an error and cannot continue.
CICS ONC RPC is disabled. CICS ONC RPC has already issued other diagnostics giving further information about the error. The server controller abends with abend code ARP4.
See the associated diagnostics and the description of abend code ARP4 for further guidance.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
The server controller encountered an error and cannot continue.
The server controller abends with abend code ARP2. CICS ONC RPC is disabled.
See the associated diagnostics and the description of abend code ARP2 for further guidance.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
The server controller has encountered an error and cannot continue.
The server controller abends with abend code ARP2. CICS ONC RPC is disabled.
See the associated diagnostics and the description of abend code ARP2 for further guidance.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid
An internal error has occurred in the server controller. No client requests are affected.
A system dump is taken. The server controller continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPMS
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The server controller has started initialization of the RPC caller.
Processing continues.
None.
CRPO
DFHRPRP
XMEOUT Parameters: date, time,applid
The RPC caller has been initialized, and it is now ready for use.
Processing continues.
None.
CRPO
DFHRPRP
XMEOUT Parameters: date, time,applid
Termination of the RPC caller has started.
Processing continues.
None.
CRPO
DFHRPRP
XMEOUT Parameters: date, time,applid
Termination of the RPC caller has completed.
Processing continues.
None.
CRPO
DFHRPRP
XMEOUT Parameters: date, time,applid
Invalid data was entered on a connection manager panel in field fieldname.
The panel is redisplayed and the field in error is highlighted.
Enter valid data in the field indicated. See the CICS External Interfaces Guide for further guidance.
Terminal End User
DFHRPC06, DFHRPC10, DFHRPC0A, DFHRPC1B
The value entered on a connection manager panel in field fieldname exceeds the maximum allowed.
The panel is redisplayed and the field in error is highlighted.
Enter valid data in the field indicated. See the CICS External Interfaces Guide for further guidance.
Terminal End User
DFHRPC0B
The connection manager has been started from a non-BMS terminal but is not being used to enable or disable CICS ONC RPC.
The connection manager terminates.
The connection manager can be used as follows from a non-BMS terminal:
See the CICS External Interfaces Guide for guidance on how to start the connection manager.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager was attempting to retrieve any fast path commands that may have been specified when it was initiated. The connection manager issued an EXEC CICS GETMAIN command, but received the response eibresp.
A system dump is taken. The connection manager continues but any fast path commands are ignored. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid, eibresp
The connection manager was started by entering a fast path command, but the format of the command was invalid.
The connection manager is started, but fast path commands are ignored.
Enter a valid fast path command. See the CICS External Interfaces Guide for further guidance.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid, fastpath_command
The connection manager was attempting to retrieve any fast path commands that may have been specified when it was initiated, but detected an invalid STARTCODE indicator.
The connection manager continues but any fast path commands are ignored.
See the CICS External Interfaces Guide for guidance on how to start the connection manager. If the connection manager was started correctly, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager was attempting to retrieve any fast path commands that may have been specified when it was initiated using an EXEC CICS START command. The connection manager issued an EXEC CICS RETRIEVE command, but received the response eibresp.
A system dump is taken. The connection manager continues but any fast path commands are ignored. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid, eibresp
The connection manager could not access the CICS ONC RPC data set, CICS file filename. An EXEC CICS READ was issued, but received the response eibresp. The data set has not been correctly defined to CICS for one of the following reasons:
The requested operation is not performed.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager received an unexpected error when accessing the CICS ONC RPC data set, CICS file filename. This is a logic error. The connection manager has received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. The requested operation is not performed. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager could not access the CICS ONC RPC data set, CICS file filename. The data set has not been correctly defined to CICS for one of the following reasons:
The message is displayed at the terminal.
Ensure that all the CEDA groups for CICS ONC RPC have been installed correctly.
Investigate whether the operator has changed the status of the file for any reason.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager detected an error in the definition record in the CICS ONC RPC data set.
A system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
Ensure that the first record in the data set has been correctly initialized. You can do this by manually updating the record (see the CICS External Interfaces Guide for further guidance), or by deleting the first record in the data set, and rerunning the connection manager. This creates a new definition record using the default settings which can then be updated using the connection manager panels.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager detected that the length of the associated global work area is not correct.
A system dump is taken. CICS ONC RPC is disabled. It is not possible to enable CICS ONC RPC until the problem is resolved. Message DFHME0116 is normally produced containing the symptom string for this problem.
Make sure that no user-written version of program DFHRPTRU is being used. Only the CICS ONC RPC supplied program can be used with CICS ONC RPC. Similarly, the CICS ONC RPC supplied task-related user exit DFHRPTRU should only be enabled and disabled by the connection manager. It should not be necessary to enable or disable DFHRPTRU in any other way.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager could not access the CICS ONC RPC data set, CICS file filename. An EXEC CICS READ was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. The requested operation is not performed. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager found that the CICS ONC RPC definition record is missing from the CICS ONC RPC data set, CICS file filename, while processing a request to update this record.
A system dump is taken. The connection manager panel is redisplayed. The CICS ONC RPC definition record cannot be updated. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate the reason why this record does not exist. You must create a new CICS ONC RPC definition record with the connection manager.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager cannot access its global work area.
A system dump is taken. The connection manager continues, but CICS ONC RPC cannot be enabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
End the connection manager. Ensure that all the CEDA groups containing the CICS ONC RPC definitions have been correctly installed. Then try running the connection manager again.
Investigate whether the operator has disabled the task-related user exit DFHRPTRU.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager cannot access its task-related user exit for one of the following reasons:
A system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
End the connection manager. Ensure that all the CEDA groups containing CICS ONC RPC definitions have been installed correctly. Then try running the connection manager again.
If CICS ONC RPC has been correctly installed, check that the operator has not disabled DFHRPTRU.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager used EXEC CICS EXTRACT EXIT to find the task-related user exit, but got a NOTAUTH response.
A system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use the EIBRESP2 value to identify the problem.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid, eibresp2
The connection manager cannot access the task related user exit. It received an unexpected response to an EXEC CICS EXTRACT EXIT call.
A system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager has been started against a terminal that is not supported, for example, an LUTYPE6 terminal.
The connection manager abends with abend code ARPX.
Start the connection manager against a valid terminal. See the CICS External Interfaces Guide for further guidance on starting the connection manager.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager could not enable CICS ONC RPC because an error occurred accessing the task related user exit DFHRPTRU.
A system dump is taken. This instance of connection manager can only be used to inquire on, or update the CICS ONC RPC data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the CRPO transient data queue for messages indicating the nature of the error, and take the appropriate action. Then restart the connection manager transaction and select the enable option again.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager detected that the task-related user exit DFHRPTRU is disabled, but the server controller transaction is still running.
A system dump is taken. This instance of connection manager can only be used to inquire on, or update, the CICS ONC RPC data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate why the last attempt to disable CICS ONC RPC did not complete successfully. Investigate the possibility of operator intervention.
Once you have established that it is safe to continue, use CEMT SET TASK or EXEC CICS SET TASK to purge the server controller. Then run the connection manager again to enable CICS ONC RPC.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager detected a logic error. It received an unexpected response to a CICS command.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected that the task-related user exit DFHRPTRU is enabled, but the server controller is not running. This means that CICS ONC RPC is in an indeterminate state.
This instance of connection manager can only be used to inquire on, or update, the CICS ONC RPC data set.
Investigate whether the previous attempt to disable CICS ONC RPC completed successfully. Alternatively, the server controller task may have been forcepurged by the operator.
Once you have established that it is safe to continue, try running the connection manager again and enabling CICS ONC RPC.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
CICS ONC RPC is being disabled.
The current instance of CICS ONC RPC is disabled.
Wait for disable to complete before attempting to enable the CICS ONC RPC again.
CRPO and Terminal End User
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The RPC caller could not be started.
The enable attempt is abandoned.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO and Terminal End User
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager discovered a storage problem while trying to enable CICS ONC RPC.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated diagnostics issued by CICS for problem determination.
See the CICS Problem Determination Guide for guidance on dealing with storage problems.
CRPO and Terminal End User
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager detected a short on storage condition.
The enable attempt is abandoned.
See the associated diagnostics issued by CICS for problem determination. See the CICS Problem Determination Guide for guidance on dealing with storage problems.
When the short on storage problem has been resolved, try to enable CICS ONC RPC again.
CRPO and Terminal End User
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager could not access the CICS ONC RPC data set, CICS file filename. An EXEC CICS WRITE was issued, but received the response eibresp. The error can occur for one of the following reasons:
The requested operation is not performed.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager could not access the CICS ONC RPC data set, CICS file filename. An EXEC CICS WRITE was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. The requested operation is not performed. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager used EXEC CICS WRITE to update the CICS ONC RPC data set, but received an unexpected response. This is a logic error.
A system dump is taken. The requested operation is not performed. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager could not access the CICS ONC RPC data set, CICS file filename. An EXEC CICS WRITE was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. The 4-tuple definition is not saved in the data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager did not find this 4-tuple in the CICS ONC RPC data set.
None.
Enter a 4-tuple that has already been saved in the data set.
Terminal End User
DFHRPC09
The connection manager detected an internal error while processing a request to register 4-tuples from the CICS ONC RPC data set.
A system dump is taken. No 4-tuples are registered. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager was processing a request to register 4-tuples, but found no records on the CICS ONC RPC data set. The CICS ONC RPC definition record is missing.
A system dump is taken. No 4-tuples are registered. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate the reason why there are no records. You must use the connection manager to create a new one.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager could not access the CICS ONC RPC data set.
The error occurred while processing a request to register 4-tuples from the data set. Associated message DFHRP1545 may have been issued to indicate the number of 4-tuples that were registered.
An EXEC CICS STARTBR, EXEC CICS READNEXT, or EXEC CICS ENDBR was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. The connection manager cannot register 4-tuples from the data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. The connection manager abends with abend code ARPV. The other components of CICS ONC RPC continue. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager could not access the CICS ONC RPC data set.
The error occurred while processing a request to register 4-tuples from the data set. Associated message DFHRP1545 may have been issued to indicate the number of 4-tuples that were registered.
An EXEC CICS STARTBR, EXEC CICS READNEXT or EXEC CICS ENDBR was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. The connection manager cannot register 4-tuples from the data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager has detected an error while accessing the CICS ONC RPC data set. This is a logic error since connection manager has received an unexpected response from CICS following an EXEC CICS STARTBR, EXEC CICS READNEXT or EXEC CICS ENDBR command.
The error occurred while processing a request to register 4-tuples from the data set. Associated message DFHRP1545 may have been issued to indicate the number of 4-tuples that were registered.
A system dump is taken. The connection manager cannot register 4-tuples from the data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager was processing a request to register 4-tuples, but found no records in the CICS ONC RPC data set. This indicates that the CICS ONC RPC definition record is missing.
A system dump is taken. No 4-tuples are registered. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate the reason why there are no records. You must use the connection manager to create a new CICS ONC RPC definition record.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager has finished registering 4-tuples from the CICS ONC RPC data set, CICS file filename. count1 indicates the number of 4-tuples that have been successfully registered. count2 indicates the number of 4-tuples that were not registered.
No further action.
No further action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, count1, count2
The connection manager was processing a request to register 4-tuples from the CICS ONC RPC data, but found no 4-tuple records in it.
No 4-tuples are registered.
Store some 4-tuple definitions in the data set before requesting this option.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager detected an internal error while processing a request to register 4-tuple from the CICS ONC RPC data set. Associated message DFHRP1545 indicates how many 4-tuples were registered.
A system dump is taken. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager was attempting to retrieve any fast path commands that may have been specified when it was initiated from a terminal. The connection manager issued an EXEC CICS RECEIVE command, but received a response in field eibresp.
A system dump is taken. Start up of CICS ONC RPC continues but any fast path commands are ignored. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid, eibresp
The connection manager received an unexpected response from CICS when attempting to register for problem determination.
A system dump is taken. CICS feature tracing and dump formatting cannot be used for CICS ONC RPC. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC01
XMEOUT Parameters: date, time,applid, tranid
The connection manager received an unexpected response from CICS when attempting to register for problem determination.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has made a request for storage during enable processing, but has received a reply indicating that CICS is short on storage.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated diagnostics issued by CICS for problem determination. You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
An internal error detected during enable processing has prevented the connection manager from enabling CICS ONC RPC.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has not been defined with the authorization necessary to execute CICS system programming interface commands. It cannot function without this authorization.
A system dump is taken. The enable attempt is abandoned.
Message DFHME0116 is normally produced containing the symptom string for this problem. Redefine the connection manager transaction and its associated program DFHRPC00 with the appropriate level of security to be able to use the CICS SPI.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager used the EXEC CICS ENABLE PROGRAM command for DFHRPTRU, but it has not been defined with the authorization necessary to use DFHRPTRU. It cannot function without this authorization.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
Redefine the connection manager and its associated programs with the appropriate level of security to be able to use the CICS ONC RPC supplied task-related user exit DFHRPTRU.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
An internal error detected by the connection manager during enable processing has prevented CICS ONC RPC from being enabled.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
An internal error detected by the connection manager during enable processing has prevented CICS ONC RPC from being enabled.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager cannot find the task-related user exit, DFHRPTRU, for one of the following reasons:
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
Ensure that all the CEDA groups for CICS ONC RPC have been installed correctly, then try the enable request again.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has made a request for storage during enable processing, but has received a reply indicating that CICS is short on storage.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated diagnostics issued by CICS for problem determination. See the dfhtm00l. for guidance on dealing with CICS storage problems.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
An internal error detected by the connection manager during enable processing has prevented CICS ONC RPC from being enabled.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager found that the task-related user exit, DFHRPTRU, is already enabled.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
Take steps to prevent operator intervention with the task related user exit, then try the enable request again.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager attempted to start the server controller by issuing an EXEC CICS START command, but could not determine the response that was returned.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager attempted to start the server controller by issuing an EXEC CICS START command, but the NOTAUTH response was returned.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the CICS System Programming Reference for the meaning of the value returned in eibresp. Use CEDA to ensure that the resource definitions for the CICS ONC RPC supplied programs and transactions have been defined with the correct levels of security. The connection manager must have the correct level of authority to start the server controller in order for CICS ONC RPC to be enabled successfully.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, eibresp, hostaddr
The connection manager attempted to start the server controller by issuing an EXEC CICS START command, but the TRANSIDERR response was returned.
See the CICS System Programming Reference for the meaning of the value returned in eibresp.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use CEDA to ensure that the resource definitions for the CICS ONC RPC supplied programs and transactions have been defined with the correct levels of security. In order to enable CICS ONC RPC, the connection manager must have the correct level of authority to start the server controller.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, eibresp, hostaddr
The connection manager attempted to start the server controller by issuing an EXEC CICS START USERID command, but the USERIDERR response was returned.
The user ID specified for the server controller is not known to the external security manager.
The enable attempt is abandoned.
Ensure that a valid user ID is specified for CRPM Userid.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, userid, hostaddr
The connection manager attempted to start the server controller by issuing an EXEC CICS START USERID command, but the USERIDERR response was returned.
The external security manager is in a state such that it cannot validate the user ID specified for the server controller.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate the reason why the external security manager cannot perform this request.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, hostaddr
An internal error detected by the connection manager during enable processing has prevented CICS ONC RPC from being enabled.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an error while saving the storage subpool token.
A system dump is taken. CICS ONC RPC continues normally. However if CICS ONC RPC abends, it may not be possible to reenable CICS ONC RPC without restarting CICS. Message DFHME0116 is normally produced containing the symptom string for this problem.
See the associated diagnostics issued by CICS for problem determination.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has not been defined with the authorization necessary to issue an EXEC CICS LOAD command for the named module.
The enable attempt is abandoned.
Redefine the connection manager and its associated programs with the appropriate level of security to be able to issue EXEC CICS LOAD commands for the named CICS ONC RPC program.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, module
The connection manager tried to load the module, but the response to EXEC CICS LOAD was PGMIDERR.
The enable attempt is abandoned.
Use the CEDA transaction to ensure that the connection manager (program DFHRPC00) and the named program are correctly defined. See the CICS External Interfaces Guide for the correct program definitions.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, module
The connection manager has not been able to load the module into storage. A response other than NOTAUTH or PGMIDERR was returned to the EXEC CICS LOAD command.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use the system dump to determine why the LOAD could not work.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, module
The connection manager attempted to start the server controller by issuing an EXEC CICS START command, but received an unexpected response.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager attempted to start the server controller by issuing an EXEC CICS START command, but the INVREQ response was returned.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid, eibresp, hostaddr
The connection manager was unable to access its task-related user exit DFHRPTRU during enable processing.
A system dump is taken. The enable attempt is abandoned. Message DFHME0116 is normally produced containing the symptom string for this problem.
Check that the task-related user exit has not been disabled by operator intervention. See the associated diagnostics issued by CICS for problem determination.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an internal error while processing a request to register 4-tuples from the CICS ONC RPC data set. Associated message DFHRP1545 may have been issued to indicate the number of 4-tuples that were successfully registered.
A system dump is taken. Registration of 4-tuples from the data set does not continue. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager was unable to retrieve status information about CICS, and therefore cannot establish whether security is active, or obtain the default CICS user ID.
An EXEC CICS INQUIRE SYSTEM was issued but received the response shown in the message.
Processing continues under the assumption that there is no security active.
Panel DFHRP02 is displayed with no user ID in field CRPM Userid, unless a user ID was saved in the CICS ONC RPC data set.
Ensure that the connection manager has the correct level of security to use CICS system programming interface commands.
CRPO
DFHRPC42
XMEOUT Parameters: date, time,applid, tranid, eibresp
The connection manager has detected an internal error while accessing the CICS ONC RPC data set.
A system dump is taken. The panel is redisplayed. No records can be updated. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC03, DFHRPC05
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager has detected an internal error while accessing the CICS ONC RPC data set.
A system dump is taken. The connection manager panel is redisplayed. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC03, DFHRPC05
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager has not found this 4-tuple in the CICS ONC RPC data set filename.
None.
Enter a 4-tuple that has already been saved in the data set.
Terminal End User
DFHRPC09
The connection manager could not access the CICS ONC RPC data set. An EXEC CICS DELETE was issued, but received the response eibresp. The data set has not been correctly defined to CICS for one of the following reasons:
The requested operation is not performed. The connection manager cannot perform any operation requiring access to the data set.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
Investigate whether the operator has changed the status of the data set for any reason.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager could not access CICS ONC RPC data set, CICS file filename. An EXEC CICS DELETE was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. The requested operation is not performed. The connection manager cannot perform any function requiring access to the data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager detected an unexpected error when accessing the CICS ONC RPC data set. This is a logic error. The connection manager has received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. The connection manager cannot perform any function requiring access to the CICS ONC RPC data set. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC09
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager was trying to enable CICS ONC RPC, but detected an invalid global work area address, or found that CICS ONC RPC was enabled.
The enable attempt is abandoned.
Investigate whether CICS ONC RPC has been disabled. Investigate whether operator command have been issued against the task-related user DFHRPTRU.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
CICS ONC RPC cannot be enabled. This may be the result of an error detected by the connection manager during enable processing or it may be due to CICS shutdown. The connection manager has completed backout of enable processing.
Processing continues.
See associated messages for the reason why the enable request failed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
CICS ONC RPC cannot be enabled when CICS is in shutdown.
The connection manager initiates backout of enable processing. If this is an immediate CICS shutdown, then transaction CRPC terminates.
Exit transaction CRPC to enable CICS shutdown to continue.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an error attempting to shut down the RPC caller. This is during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an error issuing a FREEMAIN for the RPC caller program to remove it from storage. This is during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an error issuing a release for the alias list program. This is during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an internal error during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an internal error during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS be diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager detected an error attempting to disable the task-related user exit (TRUE). This is during backout of enable processing initiated by the connection manager in response to a failed enable request. It may be that the TRUE is already disabled, which may be the result of operator intervention. Alternatively, this could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. Take steps to prevent operator interference with the TRUE.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an internal error attempting to disable the task-related user exit (TRUE). This is during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager transaction does not have the necessary authority to use the CICS system programming interface and cannot disable its task related user exit (TRUE). This is during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager transaction does not have the necessary authority to disable its task-related user exit (TRUE). This is during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an error attempting to unregister for problem determination. This is during backout of enable processing initiated by the connection manager in response to a failed enable request. This could either be as a result of problems with CICS ONC RPC, which will probably be reflected in other CICS ONC RPC diagnostics, or as a result of problems with CICS which will probably be reflected in CICS diagnostics.
CICS ONC RPC continues backout of enable processing.
See associated messages for the reason why the enable request failed. If the problem is not a symptom of a wider problem, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC4C
XMEOUT Parameters: date, time,applid, tranid
A request has been made to disable CICS ONC RPC, but the current status indicates it is already disabled, or in the process of being disabled.
The request is ignored. The connection manager panel is redisplayed.
Request another option.
Terminal End User
DFHRPC01, DFHRPC04
The connection manager has received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. The connection manager abends with abend code ARPV. The rest of CICS ONC RPC continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC04
XMEOUT Parameters: date, time,applid, tranid
The connection manager received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. The requested operation is not performed. The connection manager continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC04
XMEOUT Parameters: date, time,applid, tranid
The 4-tuple has been unregistered.
Processing continues.
None.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager detected an error whilst accessing the list of 4-tuples registered with CICS ONC RPC.
The connection manager panel is redisplayed. The requested action is not performed
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager has detected an internal error while accessing the list of 4-tuples registered with CICS ONC RPC.
The connection manager panel is redisplayed.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager could not to perform an unregister operation because CICS is short on storage.
The connection manager continues.
Retry the unregister operation when the CICS storage problem has been resolved.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager detected an internal error when unregistering a 4-tuple.
A system dump is taken. The connection manager continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager cannot complete the current unregister operation because CICS ONC RPC it is not enabled. It might have been disabled by another connection manager transaction.
The connection manager continues, but the unregister operation is not completed.
None.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol
The connection manager is unable to complete the current unregister operation because CICS ONC RPC is in disable processing.
The connection manager continues, but the unregister operation currently being performed is not completed.
None. The unregister will be performed as part of disable processing
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current unregister operation because the requested 4-tuple is not registered.
The connection manager continues, but the unregister operation currently being performed is not completed.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current unregister operation because an error occurred freeing storage associated with the 4-tuple.
The connection manager continues. If the requested 4-tuple was the only instance of a particular program/version/protocol 3-tuple registered with TCP/IP for MVS, then this 3-tuple has been unregistered with TCP/IP for MVS.
See the associated diagnostics issued by CICS and TCP/IP for MVS for problem determination.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager cannot complete the unregister operation because it has detected an invalid global work area address. CICS ONC RPC might have been disabled by another connection manager transaction.
The connection manager continues, but the unregister operation is not completed.
If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol
The connection manager detected an error while unregistering a program-version pair with TCP/IP for MVS, and is unable to complete the current unregister operation.
The connection manager continues, but the unregister operation is not completed.
See the associated diagnostics issued by CICS and TCP/IP for MVS for problem determination. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The 4-tuple cannot be unregistered as it is not registered.
Processing continues.
None.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
You have not entered all the information needed to identify the 4-tuple to be unregistered.
Processing continues.
Enter the required data.
Terminal End User
DFHRPC06
The 4-tuple is not displayed.
Processing continues.
None.
CRPO
DFHRPC06
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager detected an internal error while accessing 4-tuples on the data set.
A system dump is taken. The connection manager panel is redisplayed. The requested operation is not performed. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager found no records on the data set while processing a request to access 4-tuple definitions. This indicates that the CICS ONC RPC definition record is missing.
A system dump is taken. The connection manager panel is displayed. No 4-tuples are displayed. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate the reason why there are no records. You must use the connection manager to create a new CICS ONC RPC definition record.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager could not access the CICS ONC RPC data set.
The error occurred while processing a request to display 4-tuple definitions from the data set.
An EXEC CICS STARTBR, EXEC CICS READNEXT or EXEC CICS ENDBR was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. Without access to the data set, CICS ONC RPC cannot display 4-tuple definitions. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager cannot access the CICS ONC RPC data set.
The error occurred while processing a request to display 4-tuple definitions from the data set.
An EXEC CICS STARTBR, EXEC CICS READNEXT or EXEC CICS ENDBR was issued, but received the response eibresp. The error can occur for one of the following reasons:
A system dump is taken. Without access to the data set, CICS ONC RPC cannot display 4-tuple definitions. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use Appendix A of the Application Programming Reference manual to find out what the EIBRESP value means, and take appropriate action.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename, eibresp
The connection manager could not access the CICS ONC RPC data set. This is a logic error since the connection manager has received an unexpected response from CICS following an EXEC CICS STARTBR, EXEC CICS READNEXT or EXEC CICS ENDBR command.
The error occurred while processing a request to display 4-tuple definitions from the data set.
Without access to the data set, the connection manager cannot process requests to display information from it.
A system dump is taken. The connection manager panel is redisplayed. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager has found no records on the CICS ONC RPC data set when processing a request to access 4-tuple definitions.
A system dump is taken. The connection manager panel is redisplayed. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate the reason why there are no records. You must use the connection manager to create a new CICS ONC RPC definition record.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager has found no 4-tuple definitions in the CICS ONC RPC data set while processing a request to access 4-tuple definitions.
The connection manager panel is redisplayed. No 4-tuple definitions are displayed.
Use the connection manager to save 4-tuple definitions in the data set.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename
The connection manager has detected an internal error while processing a request to access 4-tuple definitions in the CICS ONC RPC data set.
A system dump is taken. The connection manager panel is redisplayed. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, filename
A GETMAIN issued by the connection manager when attempting to build a list of 4-tuples defined in the CICS ONC RPC data set returned an error response.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
CICS may be temporarily short on storage. Retry the operation. If the condition persists, contact your system administrator to see if there are problems with CICS storage. If CICS is not short on storage, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid
A FREEMAIN issued by connection manager returned an error response. The connection manager was trying to free storage used to build a list of 4-tuples defined in the CICS ONC RPC data set.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid
The 4-tuple is not displayed.
Processing continues.
None.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol
A request to register a 4-tuple cannot be performed because CICS ONC RPC was not enabled when the request was made.
Processing continues.
Enable CICS ONC RPC.
CRPO
DFHRPC0A
XMEOUT Parameters: date, time,applid, tranid
The alias for the 4-tuple has been purged by the connection manager.
Status indicates the status of the alias task when the purge request was issued. The following actions are taken:
None.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid, status, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager has detected an internal error while processing a request to display or purge entries in the alias list.
A system dump is taken. The connection manager panel is redisplayed. No alias tasks are displayed or purged. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
The connection manager has detected an internal error while processing a request to display or purge entries in the alias list.
A system dump is taken. The connection manager panel is redisplayed. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
The connection manager attempted to start browsing the alias list, but received a response that indicated a severe error had occurred.
The connection manager panel is redisplayed. No alias tasks are displayed.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
A GETMAIN issued by the connection manager when attempting to build the alias list returned an error response.
A system dump is taken. The connection manager panel is redisplayed. No alias tasks are displayed. Message DFHME0116 is normally produced containing the symptom string for this problem.
CICS may be temporarily short on storage. Retry the operation. If the condition persists, contact your system administrator to see if there are problems with CICS storage. If CICS is not short on storage, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
A FREEMAIN issued by the connection manager when attempting to free storage used to build the alias list returned an error response.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
The connection manager tried to retrieve an entry from the alias list, but received a response that indicated a severe error had occurred.
The connection manager panel is redisplayed.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
The connection manager attempted to finish browsing the alias list, but received a response that indicated a severe error had occurred.
The connection manager panel is redisplayed.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
The connection manager tried to delete an entry from the alias list, but received a response that indicated a severe error had occurred.
The connection manager panel is redisplayed.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC10
XMEOUT Parameters: date, time,applid, tranid
An internal error has occurred in the connection manager while accessing an internal table.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager detected an error while accessing an internal table.
A system dump is taken. If the error occurs during CICS ONC RPC enable processing, CICS ONC RPC remains disabled. If the error occurs during the processing of a client request, an svcerr_systemerr call is used to send a reply to the client. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid
An internal error has occurred in the connection manager while accessing an internal table.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid, hostaddr
An internal error has occurred in the connection manager while accessing an internal table.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid, hostaddr
An internal error has occurred in the connection manager while accessing an internal table.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid, hostaddr
An internal error has occurred in the connection manager while accessing an internal table.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager was attempting to access or initialize the list of registered 4-tuples, but detected an invalid global work area address. This may indicate that CICS ONC RPC is disabled.
A system dump is taken. The requested operation is not completed. Message DFHME0116 is normally produced containing the symptom string for this problem.
Retry the operation when CICS ONC RPC is enabled. If this occurred during enable processing, check that another connection manager transaction has not disabled CICS ONC RPC.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid
A GETMAIN issued by connection manager when attempting to build a list of registered 4-tuples returned an error response.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
CICS may be temporarily short on storage. Retry the operation. If the condition persists, contact your system administrator to see if there are problems with CICS storage. If CICS is not short on storage, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid, hostaddr
A FREEMAIN issued by connection manager when attempting to free storage used to build a list of registered 4-tuples returned an error response.
Processing continues.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid, hostaddr
An internal error has occurred in the connection manager while accessing an internal table.
A system dump is taken. Processing continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC08
XMEOUT Parameters: date, time,applid, tranid, hostaddr
The connection manager could not find the global work area. The task related user exit DFHRPTRU has been wrongly defined.
A system dump is taken. CICS ONC RPC remains disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
Ensure that all the CEDA groups for CICS ONC RPC have been installed correctly, then try to enable CICS ONC RPC again.
Investigate whether the operator has disabled DFHRPTRU for any reason.
CRPO
DFHRPC0B
XMEOUT Parameters: date, time,applid, tranid
The connection manager cannot find the task-related user exit, DFHRPTRU, for one of the following reasons:
A system dump is taken. CICS ONC RPC remains disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
Ensure that all the CEDA groups for CICS ONC RPC have been installed correctly, then try the enable request again.
CRPO
DFHRPC0B
XMEOUT Parameters: date, time,applid, tranid
The connection manager does not have the correct authority to issue the privileged EXEC CICS EXTRACT EXIT command. It cannot function without this authority.
A system dump is taken. The connection manager abends with abend code ARPZ. Message DFHME0116 is normally produced containing the symptom string for this problem.
Use the EIBRESP2 value to identify the problem. Ensure that the connection manager and its associated program DFHRPC00 have the necessary level of security to issue the EXEC CICS EXTRACT EXIT command for the CICS ONC RPC task related user exit DFHRPTRU.
CRPO
DFHRPC0B
XMEOUT Parameters: date, time,applid, tranid, eibresp2
The connection manager received an unexpected response from CICS to an EXEC CICS command.
This is a logic error.
A system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC0B
XMEOUT Parameters: date, time,applid, tranid
The connection manager found that the length of its global work area is not correct.
A system dump is taken. CICS ONC RPC is disabled. It is not possible to enable CICS ONC RPC until DFHRPTRU has been correctly defined to CICS. Message DFHME0116 is normally produced containing the symptom string for this problem.
Ensure that DFHRPTRU has not been enabled by an operator command.
CRPO
DFHRPC0B
XMEOUT Parameters: date, time,applid, tranid
The connection manager found invalid data in the global work area. This is probably caused by a storage overwrite.
A system dump is taken. CICS ONC RPC is disabled. Message DFHME0116 is normally produced containing the symptom string for this problem.
Investigate the reason for the storage overwrite
CRPO
DFHRPC0B
XMEOUT Parameters: date, time,applid, tranid
The connection manager has received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. Registration of the 4-tuple currently being processed is not possible. The 4-tuple is not registered. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager used EXEC CICS LOAD for the CICS program xdrname, which has been requested as the XDR routine for the 4-tuple being processed, but received an error response.
The 4-tuple is not registered.
The problem is probably due to an error in defining the requested program xdrname to CICS, or to wrongly defining an XDR routine name for the 4-tuple. Use the values provided in eibresp and eibresp2 to identify the reason for the error in the LOAD, and use the CICS CEDA transaction or the connection manager to rectify the problem.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, xdrname, eibresp, eibresp2, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager used EXEC CICS LOAD for CICS program with name xdrname, which has been requested as the XDR routine for the 4-tuple being processed, but received an error response.
The 4-tuple is not registered.
Use the values provided in EIBRESP and EIBRESP2 to identify the reason for the error in the LOAD.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, xdrname, eibresp, eibresp2, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager used EXEC CICS LOAD for the CICS program xdrname, which has been requested as the XDR routine for the 4-tuple being processed, but it received an unexpected response.
A system dump is taken. The 4-tuple is not registered. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, xdrname, eibresp, eibresp2, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager has received an unexpected response from CICS following an EXEC CICS command.
A system dump is taken. The connection manager abends with abend code ARPV. Message DFHME0116 is normally produced containing the symptom string for this problem.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager could not add an XDR routine name to an internal table.
The 4-tuple is not registered.
Try to register the 4-tuple again If the condition persists, you need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current register operation because CICS ONC RPC is in disable processing.
The 4-tuple is not registered.
Once CICS ONC RPC has completed disable processing, enable it again using the connection manager, and try the register operation again.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current register operation because CICS ONC RPC is not currently enabled. It may have been disabled by another connection manager transaction.
The 4-tuple is not registered.
Use the connection manager to enable CICS ONC RPC, and try the register operation again.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current register operation because the requested 4-tuple is already registered.
The connection manager continues, but the 4-tuple is not registered.
This may be a temporary condition, so try the register again. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information. If the condition persists, see the CICS External Interfaces Guide for further guidance on how to proceed.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current register operation because an error was returned by TCP/IP for MVS.
The connection manager continues, but the 4-tuple is not registered.
See the associated diagnostics issued by CICS and TCP/IP for MVS for problem determination. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current register operation because an error was returned by TCP/IP for MVS. This may be on an svcudp_create or svctcp_create operation.
The connection manager continues, but the 4-tuple is not registered.
See the associated diagnostics issued by CICS and TCP/IP for MVS for problem determination. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
Data was entered on a connection manager panel in fieldname1 that is incompatible with data entered in fieldname2.
The connection manager panel is redisplayed and the field in error is highlighted.
Enter compatible data in the fields indicated.
Terminal End User
DFHRPC0D, DFHRPC05
To retrieve information about a 4-tuple in the CICS ONC RPC data set you must supply the program number, version number, procedure number, and protocol.
None.
Enter the required data.
Terminal End User
DFHRPC0D, DFHRPC03
The following fields are required before registration or saving of the 4-tuple: the Program Number, Version Number, Procedure Number, Inbound XDR Routine, Outbound XDR Routine (if RPC Call Type of blocking), and Program Name.
The connection manager panel is redisplayed.
Enter valid data in the field(s) indicated.
Terminal End User
DFHRPC0D, DFHRPC05
Either you have specified YES for Getlengths and put information in Server Input Length or Server Output Length, or you have specified NO for Getlengths but put no information in Server Input Length and Server Output Length.
The connection manager panel is redisplayed.
Decide whether the lengths are to be specified on this panel, or to be supplied by the Getlengths function of the converter for this 4-tuple.
Terminal End User
DFHRPC0D, DFHRPC05
An invalid server data length has been detected on a CRPC panel. The maximum total data length which can pass between the alias and the CICS program that services the client request is 32767. If server data format of CONTIGUOUS is specified, the Server Input Length and the Server Output Length added together must not exceed this value.
The connection manager panel is redisplayed.
Enter valid data in the fields.
Terminal End User
DFHRPC0D, DFHRPC05
A value of zero has been entered in the Procedure Number field. This is not allowed.
The connection manager panel is redisplayed, and the field in error is highlighted.
Enter valid data in the field indicated.
Terminal End User
DFHRPC0D, DFHRPC05, DFHRPC06
The connection manager detected an internal error while trying to register a 4-tuple.
A system dump is taken. The connection manager continues. Message DFHME0116 is normally produced containing the symptom string for this problem.
See associated messages to find out whether the 4-tuple was registered. You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current register operation because it has detected an invalid global work area address. CICS ONC RPC may have been disabled by another connection manager transaction.
The connection manager continues, but the 4-tuple is not registered.
Use the connection manager to enable CICS ONC RPC, and try the register operation again. If message DFHRP0002 was issued to the console, the explanation of that message might contain more information.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager is unable to complete the current register operation because it has detected an abend in the converter when invoking it for the Getlengths function.
The connection manager continues, but the 4-tuple is not registered.
Use CICS diagnostics to correct the converter.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, progname, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The 4-tuple has been registered.
None.
None.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The 4-tuple has already been registered.
The connection manager panel is redisplayed.
Enter a new 4-tuple for registration.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager has detected an internal error while registering the 4-tuple.
The 4-tuple is not registered.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager has detected an internal error while registering the 4-tuple.
Processing continues.
You need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The connection manager used EXEC CICS LINK for the converter to perform Getlengths processing for the 4-tuple. The response was PGMIDERR.
The 4-tuple is not registered.
Use the EIBRESP2 value to identify the problem.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, eibresp, resp2val,X'prognum', X'versnum', X'procnum',protocol, hostaddr
The connection manager used EXEC CICS LINK for the converter to perform Getlengths processing, but the response was TERMERR or SYSIDERR. The connection manager passes pointers to the converter, so the converter must be in the same CICS region as CICS ONC RPC.
The 4-tuple is not registered.
Install and define the converter program in the same CICS region as CICS ONC RPC.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, eibresp, resp2val,X'prognum', X'versnum', X'procnum',protocol, hostaddr
The connection manager used EXEC CICS LINK for the converter to perform Getlengths processing, but received an unexpected response.
The 4-tuple is not registered.
See the associated diagnostics issued by CICS for problem determination.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, eibresp, resp2val,X'prognum', X'versnum', X'procnum',protocol, hostaddr
The connection manager used EXEC CICS LINK for the converter to perform Getlengths processing, but received a NOTAUTH response.
The 4-tuple is not registered.
When CICS ONC RPC is next disabled, redefine connection manager with RESSEC=NO.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, eibresp, resp2val,X'prognum', X'versnum', X'procnum',protocol, hostaddr
Getlengths returned URP_EXCEPTION.
The Getlengths parameter area is traced. The 4-tuple is not registered.
Use the trace information to correct the converter.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, X'prognum', X'versnum', X'procnum', protocol, hostaddr
Getlengths returned URP_INVALID.
The Getlengths parameter area is traced. The 4-tuple is not registered.
Use the trace information to correct the converter.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, X'prognum', X'versnum', X'procnum', protocol, hostaddr
Getlengths returned URP_DISASTER.
The Getlengths parameter area is traced. The 4-tuple is not registered.
Use the trace information to correct the converter.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The communication area length calculated from the glength_server_data_format, glength_server_input_data_len, and glength_server_output_data_len parameters exceeds 32 767.
The Getlengths parameter area is traced. The 4-tuple is not registered.
Use the trace information to correct the converter.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, X'prognum', X'versnum', X'procnum', protocol, hostaddr
The glength_server_data_format returned must have a value of URP_CONTIGUOUS or URP_OVERLAID.
The Getlengths parameter area is traced. The 4-tuple is not registered.
The glength_server_data_format must be set to URP_CONTIGUOUS or URP_OVERLAID, or left unaltered, in which case the value specified on panel DFHRP5 when the 4-tuple was registered will be used.
CRPO
DFHRPC0E
XMEOUT Parameters: date, time,applid, tranid, converter_program_name, X'prognum', X'versnum', X'procnum', protocol, hostaddr
Only one task can browse the alias list at a time. This is enforced by use of an ENQ in the connection manager. However, the alias list component has been called to start a browse and has found that there is already a browse active. This is due either to a logic error in CICS ONC RPC code, or to a storage overwrite.
A system dump is taken. The browse request is rejected. Message DFHME0116 is normally produced containing the symptom string for this problem.
If the problem is due to a storage overwrite, it is almost certain that there are errors in other CICS functions for no apparent reason. If this is not the case, you may need further assistance from IBM to resolve this problem. See the CICS External Interfaces Guide and CICS Problem Determination Guide for guidance on how to proceed. Report the details of the symptom string given in message DFHME0116.
CRPO
DFHRPAL
XMEOUT Parameters: date, time,applid, tranid