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

1229   Not in local transaction state

Cause

This error occurs if a commitTransaction instruction is executed on the server but the beginTransaction instruction was executed on the client.

Action

Correct the portion of code in your application that resulted in the error.