M204.0377: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0377 skeleton}}
{{Template:M204.0377 skeleton}}
<P>
<P>
You attempted to add or change a password table entry using the LOGCTL A or LOGCTL C command, but the in-core copy of the password table is not large enough to process the command. The amount of space allocated during initialization for updates to the password table is determined by the value of the LOGADD parameter. Refer to the [[Storing security information (CCASTAT)#Login security|Login security]] discussion of the LOGADD parameter. </P>
You attempted to add or change a password table entry using a <code>LOGCTL A</code> or <code>LOGCTL C</code> command, but the in-core copy of the password table is not large enough to process the command. The amount of space allocated during initialization for updates to the password table is determined by the value of the <var>LOGADD</var> parameter. Refer to the [[Storing security information (CCASTAT)#Login security|Login security]] discussion of the <var>LOGADD</var> parameter. </P>
<p>
<p>
<b>System manager response:</b> You must rerun Model 204 and retry the command to update successfully. The value of LOGADD must be greater than zero or no updates to the password table are allowed. </p>
<b>System manager response:</b> You must rerun Model&nbsp;204 and retry the command to update successfully. The value of <var>LOGADD</var> must be greater than zero or no updates to the password table are allowed.  
</p>
{{Template:M204.0377 footer}}
{{Template:M204.0377 footer}}
<!-- skeleton as it was in pdf/INSUFFICIENT TABLE SPACE TO PROCESS REQUEST /-->
<!-- skeleton as it was in pdf/INSUFFICIENT TABLE SPACE TO PROCESS REQUEST /-->

Latest revision as of 21:03, 23 February 2018

M204.0377  Insufficient table space to process request

You attempted to add or change a password table entry using a LOGCTL A or LOGCTL C command, but the in-core copy of the password table is not large enough to process the command. The amount of space allocated during initialization for updates to the password table is determined by the value of the LOGADD parameter. Refer to the Login security discussion of the LOGADD parameter.

System manager response: You must rerun Model 204 and retry the command to update successfully. The value of LOGADD must be greater than zero or no updates to the password table are allowed.

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