10-11-20 01:46 PM
15-11-20 11:48 PM
When starting the Blue Prism Server service, it may fail and produce an error in the Blue Prism event viewer as shown below:
BPServer.ServerService
An error occurred while trying to start the server
BluePrism.BPCoreLib.InvalidStateException: Connection not valid: Database version could not be determined.
at BPServer.clsBPServer.Start(ServerConfig cfg)
at BPServer.ServerService.b(String[] c)
at BPServer.ServerService.OnStart(String[] args)
This will occur when the user that is starting the service does not have permissions on the SQL Server database (if using Windows authentication).
How to resolve this issue
Select the "Log On" tab of the service properties and ensure the correct user account is set, and that this user has sufficient permissions against SQL Server.