Product Information > JADE Error Messages and System Messages > 3000 through 3199 - Database Engine Errors > 3187 - Object buffer partition may only be set during create

3187   Object buffer partition may only be set during create

Cause

This error occurs when calling the setPartitionID or setPartitionIndex method on a committed object buffer.

Action

Change the application logic to ensure that the setPartitionID or setPartitionIndex method is called only on an uncommitted buffer; for example, within the transaction creating the object.