ATB70026I APPC/MVS cannot schedule an allocate request. Scheduler sched_name, associated with LU LU_name where the request arrived, is not active.
Explanation
APPC/MVS received an inbound allocate request (FMH-5). APPC/MVS could not process the request. The transaction scheduler that is associated with the LU on which the allocate request arrived is not active.
The following is an example of a situation that
can cause the error:
- The conversation is LU=OWN
- The LU on which the request arrived is the ASCH base LU
- There is no NOSCHED base LU (which means the ASCH base LU is also the system base LU).
In the message text:
- sched_name
- The name of the transaction scheduler associated with the LU specified in the message text.
- LU_name
- The name of LU on which the allocate request arrived.
System action
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.
Operator response
At the request of the application programmer, start the transaction scheduler identified in the message text.
Programmer response
Ask the operator to start the transaction scheduler.
Source
APPC/MVS
|