Occasionally I get a deadlock error when creating customers using the custCustomerV3Entity.
It is caught by the try catch block structure so data is fine.
However I can't see which table has caused the deadlock.
It can be contactinfo or any other table used in the entity which is blocked for update by another process.
I can't see which method in the update process that has caused the deadlock as the xsession::xppcallstack only shows the call stack until the method where the try catch block is placed.
Therefore - is there any way I either can see the tables that caused the deadlock or the call stack, so I can investigate which tables cause the deadlock