MSIR.0156 SYBMSG(20156,15,1) Unable to open server (type) (fgname)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This message indicates that when a client connected to a Janus Open Server, Janus Specialty Data Store, or Janus Sockets port, Janus was unable to open the file (or group) specified in the OPEN parameter for the port definition. type indicates whether this is a FILE or GROUP (or may be either), and fgname is the name of the file or group. The client connection is terminated immediately after this message is issued.

This message could be caused by a mistyped file (or group) name in the JANUS DEFINE command or file enqueuing problems. The JANUS DISPLAY command will show the name of the file or group on the JANUS DEFINE command and the Model 204 audit trail preceding this message will probably have more information about the exact problem causing this message.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS 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