MSIR.0747 (error) during (action) in line (linenum), procedure (procname), file (filename): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A severe error occurred while performing the indicated action with objects. The two possible errors are "Object $list full" or "CCATEMP full".  
A severe error occurred while performing the indicated action with objects. The two possible errors are "Object $list full" or "CCATEMP full".  
<ul>
<li>An "Object $list full" error suggests the use of too many objects in an application. Since the size limit of the object $list is approximately 3-gigabytes, this suggests either of these:
<ul>
<li>A loop in the application. If this is the case, correct the application. </li>


An "Object $list full" error suggests the use of too many objects in an application. Since the size limit of the object $list is approximately 3-gigabytes, this suggests either a loop in the application, or an "extreme" application that is pushing the limits of the [[Janus SOAP]] technology. In the former case, correct the application. In the latter case, contact [[Contacting Rocket Software Technical Support|Technical Support]] for ideas on how such an application might be better structured.  
<li>An "extreme" application that is pushing the limits of the [[Object oriented programming in SOUL|SOUL OO]] technology. If this is the case, contact [[Contacting Rocket Software Technical Support|Technical Support]] for ideas on how such an application might be better structured.</li>
</ul></li>


A "CCATEMP full" error suggests either a loop in the application, or an insufficient CCATEMP allocation for the Online. In the former case, correct the application. In the latter, allocate more CCATEMP to the Online.
<li>A "CCATEMP full" error suggests either a loop in the application, or an insufficient CCATEMP allocation for the Online. In the former case, correct the application. In the latter, allocate more CCATEMP to the Online.</li>
</ul>


[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]
{{Template:MSIR.0747 footer}}
[[Category:MSIR.0600 - MSIR.0799]]

Latest revision as of 23:34, 3 March 2017

A severe error occurred while performing the indicated action with objects. The two possible errors are "Object $list full" or "CCATEMP full".

  • An "Object $list full" error suggests the use of too many objects in an application. Since the size limit of the object $list is approximately 3-gigabytes, this suggests either of these:
    • A loop in the application. If this is the case, correct the application.
    • An "extreme" application that is pushing the limits of the SOUL OO technology. If this is the case, contact Technical Support for ideas on how such an application might be better structured.
  • A "CCATEMP full" error suggests either a loop in the application, or an insufficient CCATEMP allocation for the Online. In the former case, correct the application. In the latter, allocate more CCATEMP to the Online.


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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages