Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1329 - Requested collection block size exceeds block size limit

1329   Requested collection block size exceeds block size limit

Cause

This error is returned by the Collection class setBlockSize method if the requested block size value in entries per block multiplied by the current collection entry size in bytes exceeds the system-defined upper limit for collection block sizes, as defined by the SystemLimits category MaximumCollectionBlockSize global constant.

Action

Change your application code to ensure that the entries per block multiplied by the current collection entry size in bytes does not exceed the specified upper limit.