all groups > sql server connect > december 2003 >
You're in the

sql server connect

group:

Connection error


Connection error Nader Galal
12/24/2003 12:22:11 PM
sql server connect:
Hi All
when i try to register an instance of SQL server sometimes it's registered
successfully and sometimes not, giving me the error SQL server Error:17 SQL
server does not exist or access denied.
I installed service pack 3 and i still get error.
Also when i try to add a Data source, i can do it successfully using named
pipes as the network protocol but it fails with TCP/IP.
Thanks for your help






RE: Connection error kevmc NO[at]SPAM online.microsoft.com
12/26/2003 5:47:47 PM
Reply with the OS error returned while connecting using an ODBC test DSN.
Or test using ISQL.exe from a command prompt.

Example:

ISQL -Stcp:ServerNameHere -Usqluseridhere -Ppasswordhere -Q"select
@@version"
or
ISQL -Stcp:ServerNameHere -E -Q"select @@version"

Search the kb for the OS error returned.
Example:
10060 == Connection Timeout
10061 == Connection Refused. The server is not listening on TCP. This
could be caused if we fail to bind to the port.

Thanks,

Kevin McDonnell
Microsoft Corporation

This posting is provided AS IS with no warranties, and confers no rights.


AddThis Social Bookmark Button