M204.0314: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
A SOUL statement, FLOD command, or Host Language Interface function attempted to update <var class="term">fieldname</var>. The user's field UPDATE access rights are lower than the field security update level defined for <var class="term">fieldname</var>. </P>
A SOUL statement, FLOD command, or Host Language Interface function attempted to update <var class="term">fieldname</var>. The user's field UPDATE access rights are lower than the field security update level defined for <var class="term">fieldname</var>. </P>
<p>
<p>
<b>Response:</b> Change the request or operation so as not to update <var class="term">fieldname</var>, obtain higher user privileges from the file manager, or have the field security UPDATE level lowered for <var class="term">fieldname</var>. Retry the job. </p>
<b>Response:</b> Change the request or operation so as not to update <var class="term">fieldname</var>, obtain higher user privileges from the file manager, or have the field security update level lowered for <var class="term">fieldname</var>. Retry the job. </p>
<p>
<p>
<b>File manager response:</b> Consider increasing the user's UPDATE privileges or lowering the field security update level for <var class="term">fieldname</var>. </p>
<b>File manager response:</b> Consider increasing the user's update privileges or lowering the field security update level for <var class="term">fieldname</var>. </p>
{{Template:M204.0314 footer}}
{{Template:M204.0314 footer}}
<!-- skeleton as it was in pdf/INSUFFICIENT ACCESS TO UPDATE FIELD fieldname /-->
<!-- skeleton as it was in pdf/INSUFFICIENT ACCESS TO UPDATE FIELD fieldname /-->

Latest revision as of 21:48, 22 February 2018

M204.0314  Insufficient access to update field fieldname

A SOUL statement, FLOD command, or Host Language Interface function attempted to update fieldname. The user's field UPDATE access rights are lower than the field security update level defined for fieldname.

Response: Change the request or operation so as not to update fieldname, obtain higher user privileges from the file manager, or have the field security update level lowered for fieldname. Retry the job.

File manager response: Consider increasing the user's update privileges or lowering the field security update level for fieldname.

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
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages