Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1134 - Collection block accessed not via a collection header method

1134   Collection block accessed not via a collection header method

Cause

This error occurs if a collection block is being access directly by JADE code; for example, by the sendMsg method or a get property operation.

Collection blocks should not be accessed directly by applications, as they are maintained by the JADE collection code.

Action

Change the JADE code so that it does not directly access collection blocks.