MSIR.0903 (protocol) protocol error

From m204wiki
Jump to navigation Jump to search

A Janus connection using the indicated protocol encountered invalid data according to that protocol. The most common cause of the problem is a connection between a client and server using different protocols — for example, a connection from a web client to a telnet server or from a SMTP client to a web server.

If this is believed not to be the case, contact Technical Support. To facilitate diagnosis of this problem, it is useful to reproduce the problem with a TCP trace — TRACE set to 8 either on the JANUS DEFINE for the port or via the JANUS TRACE command.


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
NOTERMDoes not display the message on the user's terminal

Back to list of messages