MSIR.0889 Classes nested too deeply: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The nesting of classes exceeded ''[[Janus SOAP ULI]]'''s ability to process them properly. For example, if class A contains a variable that refers to class B, which contains a variable that refers to class C, and so on, for many, many classes, one might get this error. Note that cyclical references (class A refers to B which refers back to A) do not cause a problem. Contact [[Contacting Rocket Software Technical Support|Technical Support]].
The nesting of classes exceeded the ability of [[SOUL]] to process them properly. For example, if class A contains a variable that refers to class B, which contains a variable that refers to class C, and so on, for many, many classes, one might get this error.  
<p class="note"><b>Note:</b>
Cyclical references (class A refers to B which refers back to A) do not cause a problem. </p>


[[Category:Sirius Mods Messages]]
Contact [[Contacting Rocket Software Technical Support|Technical Support]].
 
{{Template:MSIR.0889 footer}}
[[Category:MSIR.0800 - MSIR.0999]]

Latest revision as of 23:36, 3 March 2017

The nesting of classes exceeded the ability of SOUL to process them properly. For example, if class A contains a variable that refers to class B, which contains a variable that refers to class C, and so on, for many, many classes, one might get this error.

Note: Cyclical references (class A refers to B which refers back to A) do not cause a problem.

Contact Technical Support.


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
ECHODisplays the line that caused the error

Back to list of messages