The SEP collector is no longer sending events from the SEP manager, however you still receive events stating "Cannot create connection to database".
Symptoms
You may see either or both of the messages below being received from the SEP collector:
- Cannot create connection to database(URL: jdbc:sqlserver://
- Cannot create connection to database(URL: jdbc:sqlserver://
The above symptoms indicate the collector and sensor are both working. The sensor is unable to make a network connection due to a communication failure outside the control of the sensor.
This issue can have multiple causes/solutions depending upon the underlying nature of the problem.
LiveUpdate the Collector
A recent LiveUpdate solved some database connectivity issues with the SEP collector while the database was doing maintenance. See this document for more information about the update, see this document for information about how to update SSIM collectors.
SQL server port number issues
Verify the SQL server port that is being used.
Firewall Blocking the port
Verify you can telnet from the agent to the SQL server on the correct port.
telnet <SQL Server IP/hostname> <port>