Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL connection issues with tcp/ip

Status
Not open for further replies.

ceeleelewis

Programmer
Sep 26, 2002
45
US
I am trying to set a connection in ODBC to connect to an SQL Server on
another computer in my network(not a domain).
SQL is set to listen in port 1433, but when I run netstat -an there is no
sign that the port is listening.
This is preventing me to connect via TCP/IP.
This is the Error Reported when trying to set connection in OBDC
=========
Connection failed: -SQLState: '01000'
SQL Server Error: 10061 -[Microsoft][ODBC SQL Server Driver][TCP/IP
Sockets]ConnectionOpen -(Connect()).
Connection failed: -SQLState: '08001' SQL Server Error:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top