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

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 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.