Client Interfaces Guide > Introduction to Accessing Your Data through Client Interfaces > TDV Port Settings for Client Connections to TDV
 
TDV Port Settings for Client Connections to TDV
The port settings for clients connecting to TDV using JDBC, ODBC, ADO.NET, and SSL are derived from the HTTP base port setting which is 9400 by default. The default settings for client connections are as follows:
Connection Port
Default Port Numbers
Editable
HTTP base port
9400
Yes
JDBC, ODBC, and ADO.NET
9401 (base port + 1)
No
HTTP SSL
9402 (base port + 2)
No
JDBC, ODBC, and ADO.NET SSL
9403 (base port + 3)
No
You can view the current base port, connection ports, and SSL security connection ports using Studio. Optionally, you can change the HTTP base port upon server restart which affects the other connection ports.
To view the JDBC, ODBC, and ADO.NET port value for client connections
1. Select Administration > Configuration from the Studio toolbar to open the Configuration panel.
2. Navigate to the Server > Client Drivers > Communications node. The Port value is the port used for JDBC, ODBC, and ADO.NET client connections. The SSL Port value is used for JDBC, ODBC, and ADO.NET client connections using SSL. Both values are derived from the HTTP base port and are read-only.
To change the HTTP base port and SSL port settings
1. Navigate to the Server > Web Services Interface > Communications > HTTP.
2. Select Port (Current). This value is the HTTP base port upon which all other ports are based.
3. Optionally, select Port (On Server Restart) and change the HTTP base port value. The SSL port for JDBC, ODBC, and ADO.NET will be the new value + 3.
If you change the HTTP base port, consider the system impact. Remember that all of the other ports are derived from this value.
 
4. Click OK.
5. Restart your machine to make this change take effect.