M204.0070: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.0070 skeleton}}
{{Template:M204.0070 skeleton}}
<P>The server assigned to this particular user is too small. When no server swapping is performed (NSERVS is equal to NUSERS), a definite server size is assigned to the user. Otherwise, server swapping is in effect (NSERVS is less than NUSERS), but there is not a server large enough to contain the user. </P>
<P>The server assigned to this particular user is too small. When no server swapping is performed (NSERVS is equal to NUSERS), a definite server size is assigned to the user. Otherwise, server swapping is in effect (NSERVS is less than NUSERS), but there is not a server large enough to contain the user. </P>
<p><b>Response:</b> Check which of the above problems you have encountered. You may reduce your requirements by using the UTABLE command described in the Rocket Model 204 Parameter and Command Reference or, in the case of a host language application, the IFUTBL function described in the Rocket Model 204 Host Language Interface Reference Manual. The LSERVER view-only parameter specifies the current server size. Notify your system manager if you cannot reduce your table requirements and therefore need a larger server size. </p>
<p><b>Response:</b> Check which of the above problems you have encountered. You may reduce your requirements by using the <var>[[UTABLE command|UTABLE]]</var> command or, in the case of a host language application, the [[IFUTBL_(HLI_function)|IFUTBL]] HLI function. The <var>[[LSERVER parameter|LSERVER]]</var> view-only parameter specifies the current server size. Notify your system manager if you cannot reduce your table requirements and therefore need a larger server size. </p>
<p><b>System manager response:</b> The size of a server is determined by the SERVSIZE parameter. If servers are swapped, the value of the SERVSIZE parameter for the largest server must be at least as large as the aggregate table size for the largest user. If servers are not swapped, the SERVSIZE for each user must be as large as or larger than the aggregate table size for that user. </p>
<p><b>System manager response:</b> The size of a server is determined by the <var>[[SERVSIZE parameter|SERVSIZE]]</var> parameter. If servers are swapped, the value of the SERVSIZE parameter for the largest server must be at least as large as the aggregate table size for the largest user. If servers are not swapped, the SERVSIZE for each user must be as large as or larger than the aggregate table size for that user. </p>
<P>Refer to the Rocket Model 204 System Manager's Guide for additional information on server sizing, server swapping, and the SERVSIZE parameter. </P>
<P>For more information on server sizing, see [[Defining_the_runtime_environment_(CCAIN)#Sizing_user_server_areas|Sizing user server areas]]. For more information on server swapping, see [[Creating_server_data_sets_(CCASERVR)|CCASERVR]]. </P>
{{Template:M204.0070 footer}}
{{Template:M204.0070 footer}}
<!-- skeleton as it was in pdf/SERVER TOO SMALL FOR USER: nnnn /-->
<!-- skeleton as it was in pdf/SERVER TOO SMALL FOR USER: nnnn /-->

Latest revision as of 22:44, 13 February 2018

M204.0070  Server too small for user: userNum

The server assigned to this particular user is too small. When no server swapping is performed (NSERVS is equal to NUSERS), a definite server size is assigned to the user. Otherwise, server swapping is in effect (NSERVS is less than NUSERS), but there is not a server large enough to contain the user.

Response: Check which of the above problems you have encountered. You may reduce your requirements by using the UTABLE command or, in the case of a host language application, the IFUTBL HLI function. The LSERVER view-only parameter specifies the current server size. Notify your system manager if you cannot reduce your table requirements and therefore need a larger server size.

System manager response: The size of a server is determined by the SERVSIZE parameter. If servers are swapped, the value of the SERVSIZE parameter for the largest server must be at least as large as the aggregate table size for the largest user. If servers are not swapped, the SERVSIZE for each user must be as large as or larger than the aggregate table size for that user.

For more information on server sizing, see Sizing user server areas. For more information on server swapping, see CCASERVR.

Message attributes:

RETCODEO=80Sets online return code
RETCODEB=80Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
OPRWrites the message to the (operator) console

Back to list of messages