Hi there,
we have a UiPath solution that manipulate database table at backend.
Issue is solution is used by 3 bots at the same time and scenario is bot 19 is trying to update table and lock it while other bot also try to access the same table to read or update it and they receive the deadlock victim error.
Here is the orchestrator log:
any Advice on this issue or database design?
Thanks
BOT019 | Main.xaml: Update database status to :In progress |
---|---|
BOT013 | Updating the TaskStatus |
BOT013 | Transaction (Process ID 241) was deadlocked on lock |
BOT033 | Get Pending Record |
BOT033 | Transaction (Process ID 133) was deadlocked on lock |