Page 1 of 1

named pipes provider could not open a connection to sql server [53]

Posted: Wed 16 Sep 2015 15:40
by jrheisler
I have a customer running a Delphi 7 app with Unidac 6.2.7 on a new Windows 8.x machine. When he goes to log into the sql server database he gets this error:

Named Pipes Provider Could not open a connection to SQL Server [53]

What is missing?

Re: named pipes provider could not open a connection to sql server [53]

Posted: Thu 17 Sep 2015 11:31
by azyk
This error message can occur if the host or the port you are using for connection to SQL Server don't exist or are unavailable. To solve the problem, try using the advices from an MSDN article: http://social.technet.microsoft.com/wik ... ngine.aspx .