ASB70007I APPC/MVS transaction scheduler cannot schedule inbound allocate request. Error codes from IXCMSGI macro: Return code return_code, reason code reason_code.
Explanation
A TP called the Allocate service to allocate a conversation with a program on MVS. The APPC/MVS transaction scheduler could not schedule the request. The system could not execute the IXCMSGI macro, which allows a cross-system coupling facility (XCF) member to receive a message from another member in its XCF group.
- return_code
- The return code from the IXCMSGI macro (in hexadecimal).
- reason_code
- The reason code from the IXCMSGI macro (in hexadecimal).
System action
APPC/MVS ends the conversation. The system rejects the request with a sense code of TP_not_available_no_retry (X'084C0000') to the TP that called the Allocate service.
System programmer response
See the description of the IXCMSGI macro in z/OS MVS Programming: Sysplex Services Reference for the actions associated with the return and reason codes from IXCMSGI. If the problem persists after you take the specified actions, contact the IBM Support Center.
Programmer response
Contact the system programmer. Provide the return and reason codes from the IXCMSGI macro.
Source
APPC/MVS
|