Hi

We are using ND 5.0 SP2
We have some problems with transactions.
We are getting the following error into logs
<MID-10545> |<31><cant happen: not in a transaction and autoCommit ==false>|
After that we couldn't execute any query
Services seem to be running. But we had to restart AppServer to do anything.

We are using CSpTransaction in our queries.
But We have data objects in different projects
To execute those data objects in one transaction., we change the datasource of 
dataobject
on fly to the datasource on which we begin the transaction.

We do new, begin, execute, commit/rollback on transaction
Is there any command to clean up the transaction at the end.

It seems to be working for a while.

After a while, When we execute DO outside a transaction it gives the error
'cant happen: not in a transaction and autoCommit ==false'
We turned on the TERSE DEBUG flag
and found that it is getting the connection from the pool.

I thought somewhere the transaction is not closed and verified the code.
Everything seems to be fine.

Can anybody help me.
Also complained to ND support, couldn't hear from them.

Thanks in advance
Satya Parimi



S/MIME Cryptographic Signature

Reply via email to