MSIR.0670 CSI TCP (call) error - Return code = (retcode)

From m204wiki
Jump to navigation Jump to search

This message indicates there was an error returned from a call to the CSI TCP process. The TCP operation (OPEN, SEND, RECV, CLOSE, or ABORT) is indicated in the message as well as the return code from the operation. A return code 4 indicates that the connection was not found (probably prematurely closed by the client), or in the case of OPEN, the connection was not established. A return code 8 indicates the connection was reset. Return codes 4 and 8 are common for Web Server ports and are typically the result of the user navigating away from the web page, or stopping or closing the browser session. In these cases, the error can be ignored. For other error codes, consult the CSI Programmer's Guide, or call Technical Support.


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
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages