Enable to connect to mssql to test failover
I have a db connection( xxxdev2) on a UAT server.
I am trying to setup a duplicate db( xxxdev2b) opn my local server to test db failover if the primary server goes down.
For some reason, I connot get the connection working in the coldfusion Datasource section.
I can login in to the server using sql studio, but I get the following error on the datsopurce page of CF.
"Connection verification failed for data source: xxxdev2b
java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]Error establishing socket to host and port: LAPTOP-Rick:1433. Reason: Connection refused: connect"
