Can't open TCP/IP socket 1433

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using Windows 2003 Server with SQL Server running on the default port, 1433. I need to access SQL Server through Microsoft's JDBC drivers. The drivers return a "Connection refused" error. I'm using code taken from the SQL Server 2000 Driver for JDBC Help file.

Is there some configuration in 2003 Server that is preventing me from using that socket? How do I change that? What can I do to move forward

Thanks.
 
I believe 2003 denies all ports as default, somehow you have to tell 2003 to open that port. I don't think it has anything to do
with SQL server as it should allow the connection by default.

--
Michael Culley


Steve Lloyd said:
I'm using Windows 2003 Server with SQL Server running on the default port, 1433. I need to access SQL Server through Microsoft's
JDBC drivers. The drivers return a "Connection refused" error. I'm using code taken from the SQL Server 2000 Driver for JDBC Help
file.
 
Back
Top