On Mon, Aug 31, 2009 at 3:25 PM, rameshgalla <ramesh.ga...@cognizant.com>wrote:

>
> Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP
> connection to the host 10.232.6.38, port 1433 has failed. Error:
> "Connection
> refused: connect. Verify the connection properties, check that an instance
> of SQL Server is running on the host and accepting TCP/IP connections at
> the
> port, and that no firewall is blocking TCP connections to the port.". at
>
> com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:170)
> at
>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1049)
> at
>
> com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833)
> at
>


The reason is given in the exception itself. The driver is not able to
connect to your server at port 1433. Either your server is down or the
host/port is incorrect or there is a firewall which is blocking access.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to