MSIR.0320 $LIST capacity exceeded

From m204wiki
Revision as of 15:52, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

This indicates that a Janus Web application attempted to receive data into a $list (using $WEB_LIST_RECV), but that either CCATEMP is full, or the limit of any $list (about 4M bytes) was reached. If CCATEMP is full, you can increase the allocation for subsequent runs of the Model 204 job. You may also be to receive the data into a proc (using $WEB_PROC_RECV).