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

1268   Already in transient transaction state

Cause

This error occurs if your application code attempts to enter transient transaction state for a database that is already in transient transaction state. This occurs if you attempt to enter transient transaction state in the create method of a WebSession subclass.

Action

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