MSIR.0596 Cancelling request due to lost Janus Sockets connection ID (sock num), print was captured
(Redirected from MSIR.0596)
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |