Forum Discussion
Ollie
Jun 11, 2025Brass Contributor
Transaction was deadlocked on lock resources with another process ??
Hi, We have a cognos datastage job that updates a table. It fails with an error that the table is locked., see below ini_PerformanceManagement_tblEmployees,0: ODBC function "SQLExecute" reported:...
olafhelper
Jun 12, 2025Bronze Contributor
Rerun the transaction.
Deadlocks can happen if two processes accesses resources in different order; that can happen.
Deadlock (computer science) - Wikipedia
Do what the message says: Rerun the transaction.