MSIR.0660 Null string invalid in (keywd) clause of JANUS (subcmd) command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 1: Line 1:
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:<pre> JANUS CLSOCK FOO DISALLOW SUBSYS ''</pre> and it 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.  
This message indicates that a null string (<tt>&apos;'</tt>) 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:
<p class="code"> JANUS CLSOCK FOO DISALLOW SUBSYS ''</p>  
The rule indicates that access to port <code>FOO</code> 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.  
'''''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 the ''Janus Web Server Reference Manual'' for JANUS WEB or the ''Janus Sockets Reference Manual'' for JANUS CLSOCK and JANUS SRVSOCK.
For information about the valid parameters used on the given ''''subcmd'''', see <var>[[JANUS WEB]]</var>, <var>[[JANUS CLSOCK]]</var>, and <var>[[JANUS SRVSOCK]]</var>.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 00:10, 23 April 2014

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.