Thank you for the reply, but I already have checked this in the meantime.... With no success.
The status bar of BP says that the connection to my local database is valid and working.
There is an error within the SQL Server Log:
Log Windows NT (Blue Prism)
Source Blue Prism Resource (Port 8181)
Category (0)
Event 0
Message
System.IO.IOException: Unable to write data to the transport connection:
---> System.Net.Sockets.SocketException: An existing connection has been terminated.
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at BluePrism.AutomateAppCore.clsListener.ListenThread()
I think this is the problem, but I don't know what to do about it.