Santosh_mali
24th August 2018, 18:42
Hello,

We are getting Error as " <session code> : A not terminated transaction is aborted".

We are running report session. Session is giving report output as expected but when we try to close or cancel the session it is throwing error.
We have compared all components from working company to current company they all are same.
We even tried by replacing script object from working company to current company but session still giving error.
the error is giving on production server only not on dev./test server.

Please advise how we can resolve the issue.

bdittmar
25th August 2018, 12:24
Hello,

Standard or Customized Session ?

Check logfiles in $BSE/log for more information.
----------------
Are you using db.insert , db.update in your session, report ?
----------------
Regards

JaapJD
27th August 2018, 09:40
If the components are the same, it is caused by difference in data. In the current company probably a transaction is started because of a condition which is not true in the working company.

Gagandeep
31st August 2018, 22:00
Hi Santosh,
In ERP LN, such error is caused when a session type is modified after creation. During generation of session, it was 'Maintain' session, but later used as 'Print' session..

If you are using ERP LN, check all the standard commands carefully.