abby13
13th March 2008, 08:20
Hi I am trying to simulate a scenario where a commit on a particular table fails and hence returns to retry point after that. I am doing this by locking that particular record in GTM before update. However it does not retun to the retry point. Can anybody suggest how to simulate a failed commit and return to retry point?

thanks

abby13

vahdani
13th March 2008, 10:47
Hi,

I am assuming that you are using the debugger. You must stop execution of the first program just before calling db.update. Then find and change the selected record in GTM and save it. Now the first program will notice the changed record when db.update is called and will jump back to the retry point.