M204.0473: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (misc formatting)
 
Line 5: Line 5:
<LI>If the message is issued by User 0 during Model&nbsp;204 initialization and it reports <code>SUBSYSTEMS</code>, APSY initialization failed, and <var class="term">subsysName</var> will not be available during this run.</LI>
<LI>If the message is issued by User 0 during Model&nbsp;204 initialization and it reports <code>SUBSYSTEMS</code>, APSY initialization failed, and <var class="term">subsysName</var> will not be available during this run.</LI>


<LI>If this message is preceded by the following message, then the user attempted to start a suspended subsystem:</LI>
<LI>If this message is preceded by the following message, then the user attempted to start a suspended subsystem:
</ul>
<p class="code">M204.2661: SUBSYSTEM <i>name</i> SUSPENDED</p>
<p class="code">M204.2661: SUBSYSTEM <i>name</i> SUSPENDED</p>
<P>  
<P>  
The user must issue the <var>RESUME SUBSYSTEM</var> command to make the subsystem available for use.</P>
The user must issue the <var>RESUME SUBSYSTEM</var> command to make the subsystem available for use.</P></li>
</ul>
<P>
<P>
<b>Response:</b> Notify the system manager.</P>
<b>Response:</b> Notify the system manager.</P>
Line 15: Line 15:
<b>System manager response:</b> If the message reports a specific subsystem, look at the audit trail or issue the <var>TEST</var> subsystem command to determine which error caused subsystem initialization to fail.</P>
<b>System manager response:</b> If the message reports a specific subsystem, look at the audit trail or issue the <var>TEST</var> subsystem command to determine which error caused subsystem initialization to fail.</P>
<P>
<P>
If the message reports <code>SUBSYSTEMS</code>, the server tables for User 0 are not large enough to initialize subsystem handling. Change the User 0 parameters so that its server table sizes are at least as large as the sizes listed in the description of message [[M204.1457]], and then restart Model&nbsp;204.</P>
If the message reports <code>SUBSYSTEMS</code>, the server tables for User 0 are not large enough to initialize subsystem handling. Change the User 0 parameters so that its server table sizes are at least as large as the sizes listed in the description of message [[M204.1457]], and then restart Model&nbsp;204.
</P>
{{Template:M204.0473 footer}}
{{Template:M204.0473 footer}}
<!-- skeleton as it was in pdf/UNABLE TO INITIALIZE [subsystem name | SUBSYSTEMS]/-->
<!-- skeleton as it was in pdf/UNABLE TO INITIALIZE [subsystem name | SUBSYSTEMS]/-->

Latest revision as of 20:43, 26 February 2018

M204.0473  Unable to initialize subsysName

  • If the message reports a specific subsystem name, that subsystem could not be initialized because of an error.
  • If the message is issued by User 0 during Model 204 initialization and it reports SUBSYSTEMS, APSY initialization failed, and subsysName will not be available during this run.
  • If this message is preceded by the following message, then the user attempted to start a suspended subsystem:

    M204.2661: SUBSYSTEM name SUSPENDED

    The user must issue the RESUME SUBSYSTEM command to make the subsystem available for use.

Response: Notify the system manager.

System manager response: If the message reports a specific subsystem, look at the audit trail or issue the TEST subsystem command to determine which error caused subsystem initialization to fail.

If the message reports SUBSYSTEMS, the server tables for User 0 are not large enough to initialize subsystem handling. Change the User 0 parameters so that its server table sizes are at least as large as the sizes listed in the description of message M204.1457, and then restart Model 204.

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