MSIR.0517 Cancelling request because of $SIRPARM LISTFC setting (CCATEMP full): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
A request is being cancelled because a $function encountered a CCATEMP full condition and the $SIRPARM 'LISTFC' parameter is set to cause request cancellation on such a condition. Cycle the Online and either allocate more CCATEMP or determine the reason CCATEMP is being wasted. If it is desirable to handle the condition programmatically, in-line, set 'LISTFC' to 0 with $SIRPARM and write the code to handle the error condition.
A request is being cancelled because a $function encountered a CCATEMP full condition and the $SIRPARM 'LISTFC' parameter is set to cause request cancellation on such a condition. Cycle the Online and either allocate more CCATEMP or determine the reason CCATEMP is being wasted. If it is desirable to handle the condition programmatically, in-line, set 'LISTFC' to 0 with $SIRPARM and write the code to handle the error condition.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]]

Revision as of 16:00, 13 August 2015

A request is being cancelled because a $function encountered a CCATEMP full condition and the $SIRPARM 'LISTFC' parameter is set to cause request cancellation on such a condition. Cycle the Online and either allocate more CCATEMP or determine the reason CCATEMP is being wasted. If it is desirable to handle the condition programmatically, in-line, set 'LISTFC' to 0 with $SIRPARM and write the code to handle the error condition.