MSIR.0653 (error) for $LIST CAPTURE'ed data, no Sirius debug info: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 7: Line 7:
To get more debugging info such as the procedure and line number in which the error occurred, rerun the request with the DEBUGUL user parameter set, or with the 1 bit set in the SIRFACT system parameter. The latter can only be done if [http://m204wiki.rocketsoftware.com/images/f/fb/FactrNew.pdf SirFact] is installed.
To get more debugging info such as the procedure and line number in which the error occurred, rerun the request with the DEBUGUL user parameter set, or with the 1 bit set in the SIRFACT system parameter. The latter can only be done if [http://m204wiki.rocketsoftware.com/images/f/fb/FactrNew.pdf SirFact] is installed.


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

Revision as of 16:04, 13 August 2015

The indicated error occurred while data was being captured to a $list (as requested by $List_Capture). The most likely causes of the problem are:

  • Insufficient CCATEMP allocated to the Online. Increase the amount of CCATEMP allocated to the Online.
  • A program loop with Print, Html, or Text statements while data is being captured to a $list. Correct the application error.

To get more debugging info such as the procedure and line number in which the error occurred, rerun the request with the DEBUGUL user parameter set, or with the 1 bit set in the SIRFACT system parameter. The latter can only be done if SirFact is installed.