MSIR.0667 Janus Sockets ($function) failed: (reason)

From m204wiki
(Redirected from MSIR.0667)
Jump to navigation Jump to search

This message indicates that a SOUL application issued a call to the Janus Sockets $function shown by $function, and it failed. The documentation for $function shows the return codes that can occur when it fails to complete successfully. Your application should test the return code, and if it indicates failure, should take the appropriate action.

For example, the message "Already have SOCKPMAX sockets open on port" is accompanied by return code -109 from $Sock_Conn; your application might issue $Sock_Close for another socket which is in use on the same port, or you might avoid that failure in the future by using a different SOCKPMAX parameter on the JANUS DEFINE command for that port.


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
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages