Troubleshooting
Problem
Load Management may fail with deadlock errors on SQL Server:
DM-DBM-0400 UDA driver reported the following on connection ALIAS_
Cause
This issue may occur if lock escalation is occuring on the dsb_jobnode_run table in the Data Warehouse.
Environment
SQL Server
Diagnosing The Problem
The Database Administrator will first need to confirm which table the lock escalation is occuring on. If it is the dsb_jobnode_run table, the issue can be resolved by creating a clustered index on the job_audit_id and node_id columns of the dsb_jobnode_run table.
Resolving The Problem
Create a clustered index on the job_audit_id and node_id columns of the dsb_jobnode_run table.
Was this topic helpful?
Document Information
Modified date:
15 June 2018
UID
swg21584744