Kbase P131674: Error -210015 when running a Crystal Reports report due to locking issues
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/20/2008 |
|
Status: Unverified
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
Crystal Reports
SYMPTOM(s):
Error -210015 when running a Crystal Reports report
Database Connector Error: '[Database Vendor Code: -210015]
Failure getting record lock on a record from table PUB.<TableName>. (-210015)
CAUSE:
The isolation level for the DSN is not set to READ UNCOMMITTED.
FIX:
Change the Default Isolation Level of the DSN to Read Uncommitted in order to not generate shared locks and exclusive locks.
1. Open the ODBC Data Source Administrator.
2. Select the ODBC Data Source Name (DSN) and double-click on it
3. Click on the "Advanced" tab
4. Select "READ UNCOMMITTED" in the combo-box for the Default Isolation Level