Skip to main content

We are getting errors in the delta update flow for party and policy master and this is the error message.

 

“com.ataccama.nme.core.NmeExecutionException: Plan "/opt/ataccama/one/mdm-server-config-13.9.1.221107-11165-6e37fd24/Files/engine/export/Party_Master_Delta.comp" execution failed: runtime.error.sql.instance.processError - Transaction (Process ID 901) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim.”

 

Please advice if any help can be provided.Thanks !!

Hi @debashishghosh ,

Could you provide a quick overview of the steps in this export plan? Since it is a deadlock error, I suspect it might be related to some custom database operations.

Is it possible that you're updating or inserting into the same table from two different steps within the plan? This could potentially lead to the deadlock situation we're encountering.

Any insights you can share about the plan's logic and database interactions would be greatly appreciated.


Reply