[Axapta-Knowledge-Village] Re: Deadlocks and try/retry

2006-01-04 Thread Irving
--- In Axapta-Knowledge-Village@yahoogroups.com, ontariodiver [EMAIL PROTECTED] wrote: Hi I have had a similar situation/experience. If you use ttsbegin/ttscommit, then check where you are using them. When you use a tryCatch construction together with ttsbegin/ttscommit and get a deadlock,

[Axapta-Knowledge-Village] Re: Deadlocks and try/retry

2006-01-04 Thread ontariodiver
Thanks for the responses. One other thing i came across is the retry field in Axapta configuration (in database tab) which allows me to increase the retry timer. The code seems ok, so my next assumption is that the retry is done 3 times but too quickly and the lock is not yet released. I