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

From m204wiki
Revision as of 16:04, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
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.