Problem with transactions

02/21/2013 15:12 DarkHost#1
I have 4.5 server with sql2008R2 and i can't get any items from bank. Client crashes after moving items to bag(inventory). And i see errors "transaction context in use by another session". Error occurs in the procedure [PS_GameData].[dbo].[usp_Save_Char_Product_Item_E].
Code:
2013-02-20 21:24:08 err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction context in use by another session., SQL STATE: 42000, NATIVE ERROR: 3910 (0xF46)

2013-02-20 21:24:08 ::SaveCharacter 21 Life-Stealer ret=1, qerr=-1, {?=call usp_Save_Char_Product_Item_E(2,4,2,  21,3794658521467912193, 1,2, 25101,25,101, 0, 0,0,0,0,0,0,'', 1,'2013-02-20 21:23:18','B')}
Need help.

Closed. I changed
Quote:
BEGIN DISTRIBUTION TRANSACTION
to
Quote:
BEGIN TRANSACTION
02/23/2013 05:46 JohnHeatz#2
Glad you got it resolved.

#Closed