MSIR.0516 $LIST (errtype) error in $(func) call, no Sirius debug info: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
A request is being cancelled because the ''''$func'''' call failed either because CCATEMP was full or the internal limit on the quantity of data that can be laced in the $list was exceeded. For a CCATEMP full condition, cycle the Online and either allocate more CCATEMP or determine the reason CCATEMP is being wasted. For a data limit exceeded error try to find an alternate to placing so much data on a single $list or, if the $list has frequent insertions and removals via $LISTINS and $LISTREM, try periodically compressing the $list with a $LIST_COPY_ITEMS.
A request is being cancelled because the ''''$func'''' call failed either because CCATEMP was full or the internal limit on the quantity of data that can be laced in the $list was exceeded. For a CCATEMP full condition, cycle the Online and either allocate more CCATEMP or determine the reason CCATEMP is being wasted. For a data limit exceeded error try to find an alternate to placing so much data on a single $list or, if the $list has frequent insertions and removals via $LISTINS and $LISTREM, try periodically compressing the $list with a $LIST_COPY_ITEMS.


[[Category:Sirius Mods messages]]
{{Template:MSIR.0516 footer}}
[[Category:MSIR.0400 - MSIR.0599]]

Latest revision as of 23:13, 3 March 2017

A request is being cancelled because the '$func' call failed either because CCATEMP was full or the internal limit on the quantity of data that can be laced in the $list was exceeded. For a CCATEMP full condition, cycle the Online and either allocate more CCATEMP or determine the reason CCATEMP is being wasted. For a data limit exceeded error try to find an alternate to placing so much data on a single $list or, if the $list has frequent insertions and removals via $LISTINS and $LISTREM, try periodically compressing the $list with a $LIST_COPY_ITEMS.


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

Back to list of messages