MSIR.0111 Connection from (ipaddress) terminated, insufficient storage for (purpose): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This message indicates that insufficient virtual storage was available in the <var class="product">Model 204</var> region to start a Janus server connection. ''''Purpose'''' identifies the kind of storage that was needed.  
This message indicates that insufficient virtual storage was available in the <var class="product">Model 204</var> region to start a Janus server connection. '''''purpose''''' identifies the kind of storage that was needed:
<ul>
<li>It can be '''ALLOC''', which indicates the server port was defined with the <var>[[ALLOCC (JANUS DEFINE parameter)|ALLOCC]]</var> parameter; ports without <var>ALLOCC</var> have their storage allocated during the <var>[[JANUS START]]</var> command, so they do not experience this failure in response to a connection request. This storage is used for the buffers that are described in [[ALLOCC (JANUS DEFINE parameter)]]. </li>


It can be '''ALLOC''', which indicates the server port was defined with the ALLOCC parameter; ports without ALLOC have their storage allocated during the JANUS START command and so do not experience this failure in response to a connection request. This storage is used for the buffers described under the ALLOC parameter of the JANUS DEFINE command.  
<li>It can be '''socket block''', which indicates a [[Janus Sockets]] <var>[[JANUS DEFINE#type|SRVSOCK]]</var> port; the size of the storage required depends on the value of the <var>[[SOCKMAX parameter|SOCKMAX]]</var> system parameter. </li>
</ul>


It can be '''socket block''', which indicates a Janus Sockets SRVSOCK port; the size of the storage required depends on the value of the SOCKMAX system parameter.  
Decrease the size of the storage required (if feasible), define the port without the <var>ALLOCC</var> parameter (if appropriate), or increase the virtual storage available in the region.


Either decrease the size of the storage required (if feasible), or define the port without the ALLOC parameter (if appropriate), or increase the virtual storage available in the region.
{{Template:MSIR.0111 footer}}
 
[[Category:MSIR.0001 - MSIR.0199]]
[[Category:Sirius Mods Messages]]

Latest revision as of 23:00, 3 March 2017

This message indicates that insufficient virtual storage was available in the Model 204 region to start a Janus server connection. purpose identifies the kind of storage that was needed:

  • It can be ALLOC, which indicates the server port was defined with the ALLOCC parameter; ports without ALLOCC have their storage allocated during the JANUS START command, so they do not experience this failure in response to a connection request. This storage is used for the buffers that are described in ALLOCC (JANUS DEFINE parameter).
  • It can be socket block, which indicates a Janus Sockets SRVSOCK port; the size of the storage required depends on the value of the SOCKMAX system parameter.

Decrease the size of the storage required (if feasible), define the port without the ALLOCC parameter (if appropriate), or increase the virtual storage available in the region.


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
NOTERMDoes not display the message on the user's terminal

Back to list of messages