I'm having no luck when it comes to connecting to a Microsoft SQL Database. This is the error I'm having, and the server is running, TCP ports 1433 and 1434 are not blocked. Any help is definitely appreciated.
Cannot create PoolableConnectionFactory (The TCP/IP connection to the host localhost, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".)
What version of Microsoft SQL server are you using? If you are using the free version you have to explicitly enable TCP connections.
If you are using the full version, then there might be a firewall in between your SQL server and your Ignition server that is blocking the connection attempt.