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

From m204wiki
Jump to navigation Jump to search
(Created page with "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 wa...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

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.