MSIR.0605 Connection being debugged lost: Difference between revisions
mNo edit summary |
(Automatically generated page update) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
This message could either because the client (most often a browser) closed the connection before it received a response or because of an application error that performs a web function after sending the response to the browser, that is, after it issued a <var>$Web_Done</var>, or a <var>$Web_ProcSend</var> without a <var>MORE</var>. | This message could either because the client (most often a browser) closed the connection before it received a response or because of an application error that performs a web function after sending the response to the browser, that is, after it issued a <var>$Web_Done</var>, or a <var>$Web_ProcSend</var> without a <var>MORE</var>. | ||
[[Category: | {{Template:MSIR.0605 footer}} | ||
[[Category:MSIR.0600 - MSIR.0799]] |
Latest revision as of 23:33, 3 March 2017
A statement that requires an open connect to a client (such as a $Web function or a Print statement) was invoked but the connection being debugged via JANUSDEBUG was closed. This statement is the equivalent of a M204.0564 CONNECTION TO USER LOST (PHONE WAS HUNG UP
message when the request is not being run under JANUSDEBUG. Since the primary connection for a JANUSDEBUG thread is the 3270 thread, MSIR.0605 is issued in place of M204.0564 to prevent the 3270 thread from being restarted because a browser closed a connection.
This message could either because the client (most often a browser) closed the connection before it received a response or because of an application error that performs a web function after sending the response to the browser, that is, after it issued a $Web_Done, or a $Web_ProcSend without a MORE.
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 |