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

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.