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

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(4 intermediate revisions by 3 users not shown)
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]]
{{Template:MSIR.0660 footer}}
[[Category:MSIR.0600 - MSIR.0799]]

Latest revision as of 23:33, 3 March 2017

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