Hi, I've found a problem with the game Bank, (not related to sdev DLLs), and this is the error I get:
1)Take an item from the Bank Teller, put it on your bag
2)Go to character screen, and the client just DC
3) When you relog, the item is still in the bank and you get a rollback, since your data was not saved to the DB
I've read that it could be related to SQL Server's MARS functionality and Linked Servers (which shaiya use).
Im using SQL Server 2019.
Did this happen to any of you?
It happens this way:err=-1, [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction context in use by another session., SQL STATE: 42000, NATIVE ERROR: 3910 (0xF46)
1)Take an item from the Bank Teller, put it on your bag
2)Go to character screen, and the client just DC
3) When you relog, the item is still in the bank and you get a rollback, since your data was not saved to the DB
::SaveCharacter 16 uno ret=1, qerr=-1, {?=call usp_Save_Char_Product_Item_E
I've read that it could be related to SQL Server's MARS functionality and Linked Servers (which shaiya use).
Im using SQL Server 2019.
Did this happen to any of you?