MSIR.0686 (Data_structure) full: (limit)

From m204wiki
Jump to navigation Jump to search

This message indicates that Janus SOAP was unable to allocate space in CCATEMP. Data_structure indicates the data structure for which space allocation was attempted, and is either XmlDoc or Nodelist. limit indicates the reason that the allocation failed, and can be either:

CCATEMP full
This indicates that no space was available in the CCATEMP file. If your applications are operating correctly (for example, neither the failing Janus SOAP application is looping wildly, nor is any other application which uses CCATEMP), this problem can be corrected by increasing the size of the CCATEMP file.
data limit exceeded
This indicates that the Sirius architectural limit of using CCATEMP for the data structure was reached. This is a very large limit, and probably indicates an error in the failing Janus SOAP application (for example, it is looping wildly). If the application is operating correctly, contact Technical Support.


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