MSIR.0660 Null string invalid in (keywd) clause of JANUS (subcmd) command

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

This message indicates that a null string ('') was specified for a clause in a JANUS rule command, and it is not allowed. Usually, the null string indicates that a particular clause does not exist; for example, the following rule is valid:

JANUS CLSOCK FOO DISALLOW SUBSYS

The rule indicates that access to port FOO is not allowed if the request is not running in an APSY subsystem (any subsystem). Some clauses, such as REMOTE, are not valid with the null string, since the $SOCK_CONN function always operates with a remote host name or IP address.

keywd indicates the rule clause that does not allow the null string as a value. subcmd indicates the JANUS rule command issued, either WEB, CLSOCK, or SRVSOCK.

For information about the valid parameters used on the given 'subcmd', see JANUS WEB, JANUS CLSOCK, and JANUS SRVSOCK.


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