We have been running iMIS 15.03 for four days now and having lots of issues. Our most critical users are experiencing far too frequent customer portfolio errors. When you look at the error logs, it appears that we are getting SQL deadlocks.
"Transaction (Process ID 134) was deadlocked on lock resources with another process and has been chosen as the deadlock victim."
Here's another log entry -
10:15:36 Type: 'Error' Source: 'Customer Portfolio.ctlExecScreen.cmdSave_Click' Desc: [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 120) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
10:15:41 Type: 'Information' Source: 'Customer Portfolio.EPWAbort' Desc: Aborting EPW.
10:16:27 Type: 'Error' Source: 'ASI Framework Control.UpdateImislink' Desc: Member not found.
10:16:29 Type: 'Error' Source: 'Customer Portfolio.ctlMainDetail.ShowAddress' Desc: Object variable or With block variable not set
10:16:29 Type: 'Error' Source: 'Customer Portfolio.ctlMainDetail.tabAddresses_Switched' Desc: Object variable or With block variable not set
Any clues why we are getting these fatal errors and how we could fix it?
Jean B
At the risk of sounding like Tech Support...
At the risk of sounding too much like Tech Support, do you have any triggers?
A deadlock happens when two process try to lock two tables in opposite order. A trigger is one common way for tables to get locked in an unexpected order.
-- Bruce