Unable to commit transaction

This is the error I am getting:

[ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.117.4036] Adapter Runtime (Adapter Service): Unable to commit transaction. Transaction state:Transaction is active .

We have IS 6.1 FP1 & FP2, FP2 Fix 1 & 2, and other patches I can list if needed. This error is occurring some times in my models. We are NOT using any JDBC adapters in the models. It causes the document to be rejected. The model is completing, so no data is lost, but these errors are annoying. Anyone seen this when not using JDBC in the models?

Hi James - This type of error can happen if you step through your transactional flow service that does a startTransaction with a transactionName value, but does not commitTransaction or rollbackTransaction for that original startTransaction. That will cause a hung transaction which can only be resolved by restarting the IS.

  • Rajesh