MSIR.0299 (Parameter) not valid for method (method) in JANUS WEB (rule type) command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This message indicates that a parameter specified in a JANUS WEB command is not valid for the indicated method. ''''Rule_type'''' indicates the type of rule being established, for example, ALLOW or ON.  
This message indicates that a parameter specified in a <var>[[JANUS WEB]]</var> command is not valid for the indicated method. '''''rule_type''''' indicates the type of rule being established, for example, ALLOW or ON.  


A RECV (or RECEIVE) parameter cannot be specified with the GET, POST or ANY method and a SEND parameter cannot be specified with the PUT or ANY method. If no method is specified, it is assumed to be GET+POST so the SEND parameter is invalid unless the PUT method is explicitly specified in the JANUS WEB command. See the ''Janus Web Server Reference Manual'' for more information about the rules for the use of command parameters.
A RECV (or RECEIVE) parameter cannot be specified with the GET, POST or ANY method and a SEND parameter cannot be specified with the PUT or ANY method. If no method is specified, it is assumed to be GET+POST so the SEND parameter is invalid unless the PUT method is explicitly specified in the <var>JANUS WEB</var> command.  


[[Category:Sirius Mods messages]]
{{Template:MSIR.0299 footer}}
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:08, 3 March 2017

This message indicates that a parameter specified in a JANUS WEB command is not valid for the indicated method. rule_type indicates the type of rule being established, for example, ALLOW or ON.

A RECV (or RECEIVE) parameter cannot be specified with the GET, POST or ANY method and a SEND parameter cannot be specified with the PUT or ANY method. If no method is specified, it is assumed to be GET+POST so the SEND parameter is invalid unless the PUT method is explicitly specified in the JANUS WEB command.


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