PDA

View Full Version : SQL Server error 10048


Roady
06-03-2003, 09:20 AM
Anybody help with this isssue where the PC is on a domain and can see the network ok but when I setup ODBC SQL Server it comes with the error of 10048. [TCP/IP sockets] connection open (connect)
Connection failed
SQL State 08001
SQL server error 11
General network error

Advise please

Thanks

Roady!!

Ghost_Hacker
06-03-2003, 11:28 AM
Have you checked that your server is listening on port 1433 TCP? (Use Telnet and telnet to that port on your server)

If TCP/IP is not working switch the net-library your client uses to the named pipes or Multiprotocol one. (this link should help : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_1_client_7v03.asp)


Hope this helps :)

Roady
06-04-2003, 03:33 AM
ok thanks for guidance