MSIR.0686 (Data structure) full: (limit)

From m204wiki
Revision as of 00:49, 23 April 2014 by JAL (talk | contribs)
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.