Users of Test Data Manager (TDM), Unified Infrastructure Management (UIM), or other applications connecting to a Microsoft SQL Server database may encounter the following JDBC connection error:
Could not get JDBC Connection; The TCP/IP connection to the host [HOSTNAME], port 1433 has failed. Error: "connect timed out. 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."
This issue typically occurs in the following scenarios:
CA Test Data Manager (TDM)
UIM ( Unified Infrastructure Management) with SQL Server DB
There are several potential causes of this error message:
1433. Ensure TCP Dynamic Ports is blank.To confirm the port is open and accepting connections from the application server:
telnet [IP_ADDRESS] 1433SQL Server Express often defaults to dynamic ports. To fix this:
1433 in the TCP Port field.While SQL Management Studio may resolve "local," JDBC-based applications often require explicit naming:
localhost or the specific IP Address of the database server.If the error occurs specifically in Subset:
C:\Users\[User]\AppData\Roaming\Grid-Tools.profiles.xml file.If you are still experiencing any issues, please open a support case by going to https://support.broadcom.com