T2223

T2223 FATAL ERROR: T2223 BULK DATA OUTPUT FILE ENTRY LIMIT EXCEEDED
Cause: An internal storage limit was exceeded. This can be caused by one of the following:
  • The number of include files exceeded 100.
  • The number of Model Initialization File directives exceeded 1,000.
  • The number of Model Input File commands and entries combined exceeded 100,000,000.
  • The number of translated Bulk Data entries exceeded an internal limit.
Action: One or more of the following should be investigated and corrected if needed:
  • Check that the number of include files referenced in the Case Control and Bulk Data sections using the INCLUDE command/entry is less than 100.
  • Check that the Model Initialization File size excluding comment lines is less than 1,000.
  • Check that the Model Input File size excluding comment lines is less than 100,000,000.
  • Disable any output control directives which generate a translated Bulk Data file.
Remarks: None.