MSIR.0596 Cancelling request due to lost Janus Sockets connection ID (sock num), print was captured

From m204wiki
(Redirected from MSIR.0596)
Jump to navigation Jump to search

This message indicates that the application attempted some print output (for example, the User Language PRINT statement) and the print output was captured by a lost Janus Sockets connection.

The request is cancelled.

The socket number of the connection is shown as sock_num. If you want the request to not be cancelled, see the Janus Sockets documentation for methods to allow this situation to be handled. For example, you can use the following to indicate that the loss of a connection should not cause request cancellation:

$SOCK_CAPTURE(sock_num, 'LOSTOK')


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages