procedure usp_getnextcase, line 195, message: Failed to get app lock for work queue item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-12-21 06:30 PM
Hi All,
On the last few weeks i have been severed by this two problems, thats happens in a lots of resources in running time.
Reason: Internal : Retries 6, The statement or function must be executed in the context of a user transaction.
error 51000, level 16, state 1, procedure usp_getnextcase, line 195, message: Failed to get app lock for work queue item
System.IO.IOException: Cannot write data to transport connection: An established connection was aborted by software on the host computer. ---> System.Net.Sockets.SocketException: An established connection was aborted by software on the host computer in System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) in System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size) --- End of internal exception stack trace --- in System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size) in BluePrism.AutomateAppCore.clsListener.ListenThread()
We have a environment with 211 resource machines, the half suffers from this issue. The application server has 3 nodes and one database.
We have applied the best pratices in Tags, but the problem still persists.
Could someone land a hand on that please ?
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-12-21 06:36 AM
what is the latency between the RR and server? if its >20-50 millisecond this connection drops will be frequent. Also check the event logs in application server for the same timestamp. It will help you understand if there is some issues in writing data to the database,
since you have a pretty large Bot farm there is a chance that the database size is growing exponentially, that could cause performance issues like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-12-21 07:03 PM
The database has not been alter, neither the servers...
