Product Information > JADE Error Messages and System Messages > 3000 through 3199 - Database Engine Errors > 3017 - Operation not allowed while database transactions are in progress

3017   Operation not allowed while database transactions are in progress

Cause

This error occurs if an operation (for example, a database reorganization) is requested while database transactions are still in progress.

Action

The application should detect this and handle the situation appropriately; for example, retry the request after waiting a short time, and if still not successful, give the user an option to wait or to cancel the request.