Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1107 - The current operation cannot be performed on a transient instance

1107   The current operation cannot be performed on a transient instance

Cause

This error occurs if you attempt an operation on a transient instance that is allowed only on a persistent instance.

Action

Modify your code to check whether an instance is transient, and if it is, do not perform the operation.