MSIR.0826 NONPRE doesn't make sense for DISALLOW: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A <tt>SIRMETH DISALLOW</tt> command was issued with a <tt>NONPRE</tt> qualifier on a subsystem name. Since non-pre-compiled requests in a subsystem have no privileges to set globals, it doesn't make sense to disallow it.  
A <var>[[SIRMETH command|SIRMETH DISALLOW]]</var> command was issued with a <var>NONPRE</var> qualifier on a subsystem name. Since non-pre-compiled requests in a subsystem have no privileges to set globals, it doesn't make sense to disallow it.  


If the intent was to remove privileges granted to non-pre-compiled requests via a previous <tt>SIRMETH ALLOW</tt> command, the <tt>SIRMETH ALLOW</tt> command should be re-issued without the <tt>NONPRE</tt> keyword, or a <tt>SIRMETH ALLOW</tt> command should be issued without the <tt>NONPRE</tt> keyword for the subset of the subsystems for which privileges are to be removed from non-pre-compiled requests. See the ''Janus SOAP Reference Manual'' for more information about the <tt>SIRMETH</tt> command.
If the intent was to remove privileges granted to non-pre-compiled requests via a previous <var>SIRMETH ALLOW</var> command, the <var>SIRMETH ALLOW</var> command should be re-issued without the <var>NONPRE</var> keyword, or a <var>SIRMETH ALLOW</var> command should be issued without the <var>NONPRE</var> keyword for the subset of the subsystems for which privileges are to be removed from non-pre-compiled requests.  


[[Category:Sirius Mods Messages]]
{{Template:MSIR.0826 footer}}
[[Category:MSIR.0800 - MSIR.0999]]

Latest revision as of 23:35, 3 March 2017

A SIRMETH DISALLOW command was issued with a NONPRE qualifier on a subsystem name. Since non-pre-compiled requests in a subsystem have no privileges to set globals, it doesn't make sense to disallow it.

If the intent was to remove privileges granted to non-pre-compiled requests via a previous SIRMETH ALLOW command, the SIRMETH ALLOW command should be re-issued without the NONPRE keyword, or a SIRMETH ALLOW command should be issued without the NONPRE keyword for the subset of the subsystems for which privileges are to be removed from non-pre-compiled requests.


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