Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1269 - Not in transient transaction state

1269   Not in transient transaction state

Cause

This error occurs if your application code attempts to end transient transaction state for a database that is not in transient transaction state.

Action

Change your application code so that it does not attempt to end a transient transaction state for a database that is not in transient transaction state. For details, see the Process class isInTransientTransactionState method.