exagon
6th September 2008, 09:41
When I try to make any process, I am getting the following error and couldn't understand the problem and reason;

----------------------------------------------------------------------

process "**" - Fatal error : Error 205 (Out of range) on tfgld482250 in db_insert(51)
process ** - Fatal error : Can not continue in "session name" in DLL: otfglddll4456 (log.integration.transaction)[db.insert]
process "**" - Error : "session name": A not terminated transaction is aborted (log.integration.transaction() in object otfglddll4456)

for example
process 56 - Fatal error : Error 205 (Out of range) on tfgld482250 in db_insert(51)
process 56 - Fatal error : Can not continue in tdpur4106m000 in DLL: otfglddll4456 (log.integration.transaction)[db.insert]
process 56 - Error : tdpur4106m000: A not terminated transaction is aborted (log.integration.transaction() in object otfglddll4456)

----------------------------------------------------------------------------

If anybody helps on this issue, I would be really grateful.

Regards,

Fikret

Han Brinkman
6th September 2008, 14:54
Please have a look into your eventlog, it will show you all the details what's going wrong.

Cesar Lopez
1st November 2008, 18:50
reproduce the error and take a look to the log.bshell in this case is more specific that even a log.oracle8 or similar, it will tell you the exact table, field and invalid value, just consider that the table,field there may not be wrong, because this is the target table and is not being able to insert, you have to look where this data is coming?, another table? a screen??

Regards