19-09-23 02:09 PM
Hello Everyone, I hope that you're well.
So, I receved of my infrainstructure one warning that my Blue Prism is generate locks in my database, I never saw this case.
My BP Version: 6.10
The Query that is creating the lock in DB : update BPAAliveResources with (serializable) set userid = @UserID, lastupdated = getutcdate() where MachineName = @MachineName and userid = @User
19-09-23 02:57 PM
Hi Emerson,
A few questions to help narrow down the issue -- Are you using Data Gateways in this environment? What is the v6.10.x version you're using? Have you reviewed the guidance in our Knowledge Base article about SQL deadlocks and gone through the investigation steps with your DBA team as a first step?
19-09-23 03:23 PM
Hello Steve, I don't use Data Gateway,
The exactly version is 6.10.2,
I will to repass this article to my team, thanks