Lock request time out period exceeded
Posted: Thu 03 Nov 2011 09:09
Dear all,
last time (since UniDac 4.xx ??) my customer got increased messages of locked records.
Case 1:
People want to edit datas but a whole range (in the analyced case 44 records) are locked although the records where created 3 weeks before and no one is working on them. I got also in MsSQL Server Management Studio the message that the datas where locked
Case 2:
Yesterday my customer got the message I got also the message, opening the TUniQuery direct in the Delphi IDE. Opening the same SQL in MsSQL Server Management Studio works without problem. After restarting the MsSQL Services also TUniQuery can open the SQL.
Gerd
last time (since UniDac 4.xx ??) my customer got increased messages of locked records.
Case 1:
People want to edit datas but a whole range (in the analyced case 44 records) are locked although the records where created 3 weeks before and no one is working on them. I got also in MsSQL Server Management Studio the message that the datas where locked
Case 2:
Yesterday my customer got the message
trying to open the SQLLock request time out period exceeded
Code: Select all
SELECT ID, NrCleaned, Benennung, HK, AendInd
FROM PPS_Artikel
ORDER BY NrCleaned- All TUniQuerys are with LockMode = ImNone
The tabel has 42000 record
the Databbase is MsSQL 2008 R2
UniDac version 4.0.2
Delphi XE
Gerd