DFS3492W APPC/IMS TIMEOUT LIMIT REACHED FOR LU luname, TP-ID tp-id, ASYNC. CONVERSATION. INACTIVE SINCE xxxx SECONDS.
or
Explanation
APPC/IMS timeout detected a dependent region or
an asynchronous conversation that might have hung. The values of the
message text are:
- luname
- The VTAM® LU name of the session.
- tp-id
- The TP-ID of the APPC conversation.
- region-id
- The IMS-dependent region ID or ASYNC. For an asynchronous conversation, the region ID is CONV.
- xxxx
- The number of seconds the conversation is waiting for a response to an APPC call.
Programmer response
Issue a V NET,INACT command for the luname to clean up the dependent region or an asynchronous conversation that is potentially hung. V NET,INACT stops all conversations for the luname, which could be more than just the hung conversation.
If the hung conversation is a batch-job, the luname will be APPC/MVS; in this case, issuing a V NET,INACT stops all APPC/MVS sessions. Use the tp-id to determine the job-name by issuing the D APPC,TP,ALL command, and cancel the batch job.