I've received thas error in View Error Log :
Transaction (Process ID 63) was deadlocked on {lock} resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
Please explain me what is that and how to fix it?
Transaction ERROR
Re: Transaction ERROR
Most probably it will be the case of two queries running simultaneously that are trying to update the same record - and re-running one of them will solve the issue. What is occurrence frequency of this error?
- AlexG
- Commander (CMDR)
- Posts: 128
- Joined: Mon Mar 03, 2008 9:51 pm
- Location: StealDeals.com
- Contact:
Re: Transaction ERROR
It's first time! But how to re-running it?mazhar wrote:Most probably it will be the case of two queries running simultaneously that are trying to update the same record - and re-running one of them will solve the issue. What is occurrence frequency of this error?
Re: Transaction ERROR
i am unable to pin point its source. It could be something happened at server end. Try to reproduce it and figure out operation that cause it.
Re: Transaction ERROR
Here is another thread discussing the same problem
viewtopic.php?f=42&t=7862
viewtopic.php?f=42&t=7862