I'm trying to install BP 6 with a service for the Application Server. However, I have configured the database connection which works successfully when I connect through BluePrism. I also have the Default service configured which starts in the BPService application. When I try to start it as a windows service, it starts and stops immediately. In the event viewer the following error is present:
An error occurred while trying to start the server:
BluePrism.BPCoreLib.InvalidStateException: Connection not valid: Server is unavailable
at BPServer.clsBPServer.Start(ServerConfig cfg)
at BPServer.ServerService.DoStart(String[] args)
at BPServer.ServerService.OnStart(String[] args)
Am I missing something? I couldn't find information about this error (without any other information).