Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1230 - Update outside local transaction

1230   Update outside local transaction

Cause

This error occurs if the application is in a remote transaction state; that is, a beginTransaction instruction is executed on a client node and an update is attempted on the server node.

Action

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