Ensemble Business Host Enqueue
What are the possible causes of the following warning in an Ensemble business process?
"1 open user transaction found; committing before Enqueue"
Discussion (1)0
Comments
Application code opens transaction somewhere but does not commit or rollback it.
Check <code> elements, maybe there's a TSTART there somewhere.