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

From m204wiki
Revision as of 23:08, 3 March 2017 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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