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

From m204wiki
Revision as of 16:41, 9 November 2010 by Admin (talk | contribs) (1 revision)
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 wish the request to not be cancelled, see the Janus Sockets Reference Manual for methods to allow this situation to be handled; for example, you can use the following:

 $SOCK_CAPTURE(''''sock_num'''', 'LOSTOK')

to indicate that the loss of a connection should not cause request cancellation.