agoes.s
12th December 2006, 04:33
Dear all,

Can any one of you give me an idea what happen so i can get this error?

Please see the attachment.


Thanks & Regards,
Agoes

bigjack
12th December 2006, 06:47
Hi,

According to manua "This error indicates that the current transaction is aborted due to a lock error."

Do you have access to the program script , if yes then perhaps you can post th e same here for a better analysis.

Bye

raikar_raviraj
12th December 2006, 07:31
Hi,

the problem may have been caused cause someone else is simultaneuosly modifying the records of the table.

If you have got the program script... check whether there is retry.point specified.. and whethere commit.transaction is present..

After encountering commit.transaction. the lock on the record is removed and you will be able to use the session.

george7a
12th December 2006, 16:37
Hi,

Please post your code to get more help.

Check the following threads about the same error (there is allot more):
http://www.baanboard.com/baanboard/showthread.php?t=28084
http://www.baanboard.com/baanboard/showthread.php?t=27683
http://www.baanboard.com/baanboard/showthread.php?t=9700

- George

agoes.s
13th December 2006, 05:04
Dear all,

Where can find the script? Is it from the session ttadv2530m000(Program Scripts/Libraries)? If yes then this is the script.

*** Removed baan standard code *****

FYI, the changes that I made is only in the ttadv4500m000(Domains) and I only changed the list of the user. I'm using DEM browser for normal user.
If I ran the session from super user menu then it goes well but if i ran the session from user's DEM browser i always got the error.

I was checking the tgbrg562101 but no record in that table.


Thanks & Regards,
Agoes

mark_h
13th December 2006, 16:27
Well to me this looks like Baan standard source - if so I probably should not let it stay in the post. You should also report the problem to the support center.

On a side note the error looks like it comes out of the library tgintdllttstp. If you have source you should be able to compile the library in debug mode and see where the actual error is occuring. Did the error occur before you made the domain change or did it only start occuring after the domain change? It could be that something in the library does not know about the domain change and is causing the problem.

agoes.s
15th December 2006, 07:14
If it's the Baan standard source then please remove it. I'm not sure about this, that's why I asked how to look for the script.

I got the error when i did the changes in the Domain, but the things that i changed is only the list of employee names.

mark_h
15th December 2006, 16:46
NO problem - code removed. What domain did you change? I would like to look at it on my system(if we use it). Also if you all own source I would put (after reporting to support center)that library in debug mode to see where the actual error occurs. That might provide a clue as to what in the domain is causing the problem.