2019-03-22 13:32:05 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 60) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction., SQL STATE: 40001, NATIVE ERROR: 1205 (0x4B5)
2019-03-22 13:32:12 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 64) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction., SQL STATE: 40001, NATIVE ERROR: 1205 (0x4B5)
2019-03-22 13:32:13 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 60) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction., SQL STATE: 40001, NATIVE ERROR: 1205 (0x4B5)
2019-03-22 13:32:14 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 83) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction., SQL STATE: 40001, NATIVE ERROR: 1205 (0x4B5)
IF( (@K1 IS NOT NULL) AND (@K2 IS NOT NULL) AND (@K3 IS NOT NULL) AND (@K4 IS NOT NULL))
BEGIN
UPDATE Chars SET K1=@K1, K2=@K2, K3=@K3, K4=@K4 WHERE CharID=@CharID
END
IF( (@K1 IS NOT NULL) AND (@K2 IS NOT NULL) AND (@K3 IS NOT NULL) AND (@K4 IS NOT NULL))
BEGIN
UPDATE Chars SET K1=@K1, K2=@K2, K3=@K3, K4=@K4 WHERE CharID=@CharID
END
IF(@@ERROR = 0 AND @@ROWCOUNT = 1)
BEGIN
RETURN 1
END
ELSE
BEGIN
RETURN -1
END
SET NOCOUNT OFF
GO
We tried this originally and thought the issue has been resolved, but sadly it wasnt. So we put in a new procedure then the error just move else where. So we are currently trying a whole new db to see if that could resolve it. Thanks though <3
[Request] Help me Please with a Deadlock 08/27/2011 - Rappelz Private Server - 0 Replies Hello all,
i have a big Problem with my Database.
Heres the Error
2011/08/27 03:08:08 DB COM ERROR(Thread:2, HRESULT:80004005, GUID:0C733A63-2A1C-11CE-ADE5-00AA0044773D) : DB_UpdateItem(dbo.smp_update_item: @IN_SID: 501809) : Transaction (Process ID 57) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
2011/08/27 03:12:45 DB COM ERROR(Thread:2, HRESULT:80004005,...
Rappelz DeadLock problem 08/01/2011 - Rappelz - 4 Replies Hello I have a problem ... DeadLock I just can not fix it if you can help me how to fix it thank you write to me on the forum
Buxx
Unavoidable Deadlock 05/14/2011 - CO2 Private Server - 0 Replies #edit: Obviously avoidable because it's fixed now.
Thanks to everyone that helped us as a team figure out what my problem was.
生活和学习 (Live and learn).
Sincerely,
Fang