Did you ever find an answer to this? I am receiving the same SQLException, but this is the only place on the web - THE WHOLE WEB - that mentions it:
DAOException:DSRA9360E: Unable to perform the requested operation from the following transaction state: TRANSACTION_ENDING.
Our data access code is running within a loop - first does a read, performs calcs based on data read, and then does a write to the results table.
Thanks.
|