Chance1234
IS-IT--Management
When I try to connect to a SQL server 2008 express server, either through code or via ODBC I get the following errors
Microsoft SQL Server Login
---------------------------
Connection failed:
SQLState: '01000'
SQL Server Error: 10060
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen (Connect()).
Connection failed:
SQLState: '08001'
SQL Server Error: 17
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access denied.
From googling I have done the following
1)Made sure the SQL Browser service is running
2)Enabled TCP/IP in via configuration tool
3)Removed the TCP Dynamic port setting in IPAll and set TCP Port 1433
4)have check that the server has windows authentication and SQL authentication checked ]
5)Restarted the SQL Service
6)Restarted the server itself
7)Added port 1433 to the firewall on the server
If I type netstart -an on the server I can see that port 1433 is listening
If i type telnet server 1433 on the users machine I get cannot connect to port 1433
what am I missing ?
Chance,
F, G and Skipper
Microsoft SQL Server Login
---------------------------
Connection failed:
SQLState: '01000'
SQL Server Error: 10060
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen (Connect()).
Connection failed:
SQLState: '08001'
SQL Server Error: 17
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access denied.
From googling I have done the following
1)Made sure the SQL Browser service is running
2)Enabled TCP/IP in via configuration tool
3)Removed the TCP Dynamic port setting in IPAll and set TCP Port 1433
4)have check that the server has windows authentication and SQL authentication checked ]
5)Restarted the SQL Service
6)Restarted the server itself
7)Added port 1433 to the firewall on the server
If I type netstart -an on the server I can see that port 1433 is listening
If i type telnet server 1433 on the users machine I get cannot connect to port 1433
what am I missing ?
Chance,
F, G and Skipper