Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1025 - Already in transaction state

1025   Already in transaction state

Cause

This error occurs if your application code attempts to enter transaction state for a database that is already in transaction state.

Action

Change your application code so that it does not attempt to enter transaction state for a database that is already in transaction state. For more details, see the Process class isInTransactionState method.