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

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 8: Line 8:
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.
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.


[[Category:Sirius Mods messages]] [[Category:MSIR.0001 - MSIR.0200]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0001 - MSIR.0200]] [[Category:MSIR.0001 - MSIR.0199]]

Revision as of 15:00, 13 August 2015

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.