MSIR.0686 (Data structure) full: (limit): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
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:
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:


<dl> <dt>CCATEMP full <dd>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. <dt>data limit exceeded <dd>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 [[Contacting Rocket Software Technical Support|Technical Support]].</dl>
<dl> <dt>CCATEMP full <dd>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. <dt>data limit exceeded <dd>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 [[Contacting Rocket Software Technical Support|Technical Support]].</dl>


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 00:39, 23 April 2014

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.