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)
m (misc formatting)
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, In the latter, allocate more CCATEMP to the Online.</li>
</ul>


[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 22:50, 2 November 2015

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, In the latter, allocate more CCATEMP to the Online.