MSIR.0488 (String) not valid for JANUS (subcmd) (rule type) 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 an invalid parameter was specified in a JANUS rule command. ''''String'''' indicates the parameter which was specified. ''''Subcmd'''' indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. ''''Rule_type'''' indicates the type of rule being established, for example, ALLOW or ON.  
This message indicates that an invalid parameter was specified in a JANUS rule command. '''''String''''' indicates the parameter which was specified. '''''subcmd''''' indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. '''''rule_type''''' indicates the type of rule being established, for example, ALLOW or ON.  


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. MSG.MSIR.0489 Method not valid for JANUS WEB <i>subcmd</i> <i>exception</i> command
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>.  
 
  A JANUS WEB rule was specified where the URL token was the name of an exception handler but the exception name was preceded by a method such as PUT or GET. The HTTP method is meaningless for exception handlers so should not be specified.


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

Revision as of 21:53, 22 April 2014

This message indicates that an invalid parameter was specified in a JANUS rule command. String indicates the parameter which was specified. subcmd indicates the JANUS rule command issued: WEB, CLSOCK, or SRVSOCK. rule_type indicates the type of rule being established, for example, ALLOW or ON.

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