PC Review


Reply
Thread Tools Rate Thread

Deadlock error

 
 
=?Utf-8?B?SmFpZ2FuZXNo?=
Guest
Posts: n/a
 
      16th Dec 2005
"Transaction (Process ID 83) was deadlocked on lock resources with another
process and has been chosen as the deadlock victim. Rerun the transaction.
Source = .Net SqlClient Data ProviderSource"

Sometimes I get the above mentioned server error while doing a transaction
in my application.
What may be the reason for it.Could anyone please explain me why about this
error.

Thanks in Advance!!

 
Reply With Quote
 
 
 
 
Sahil Malik [MVP C#]
Guest
Posts: n/a
 
      16th Dec 2005
As it mentions, you are getting hit by a deadlock - one transaction blocking
another.

Try - lowering isolation levels
Checking what transactions you are running, and reduce their scope

- Sahil Malik [MVP]
ADO.NET 2.0 book -
http://codebetter.com/blogs/sahil.ma.../13/63199.aspx
__________________________________________________________



"Jaiganesh" <(E-Mail Removed)> wrote in message
news:1788E811-4477-4F14-8788-(E-Mail Removed)...
> "Transaction (Process ID 83) was deadlocked on lock resources with another
> process and has been chosen as the deadlock victim. Rerun the transaction.
> Source = .Net SqlClient Data ProviderSource"
>
> Sometimes I get the above mentioned server error while doing a transaction
> in my application.
> What may be the reason for it.Could anyone please explain me why about
> this
> error.
>
> Thanks in Advance!!
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
deadlock Tony Johansson Microsoft C# .NET 2 11th May 2010 10:46 AM
deadlock and unusual error Tester Microsoft Windows 2000 1 19th Jun 2006 09:33 PM
Deadlock? =?Utf-8?B?TmlsbGU=?= Microsoft Dot NET Compact Framework 3 22nd Nov 2004 12:17 PM
Need help on error "Possible Deadlock Condition" Eric Microsoft Windows 2000 Active Directory 3 29th Apr 2004 04:47 AM
ASP.NET deadlock Kevin Jackson Microsoft ASP .NET 1 5th Feb 2004 03:59 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:33 PM.