|
Posted by Erland Sommarskog on 08/05/06 22:06
RAM (r_ahimsa_m@poczta.onet.pl) writes:
>> Does the server accept connection from Named Pipes? Check this in
>> the SQL Server Configuration Manager.
>
> Yes
And client and server agree on the name of the pipe?
>> Have you tried to connect over TCP/IP.
>
> I am configuring data source. The message is displayed in Visual Web
> Developer, the problem is not in source code.
Eh? Whether you configure a data source, have a program, or connect from
a tool like SSMS has nothing do with it. You can still set up the connection
to use TCP/IP. Usually TCP/IP is preferrable over named pipes.
Sorry, but I can't help more, because know next to nothing about your
machines. Are client and server on the same machine or different? Is the
instance a named instance or a default instance?
Did you check that the SQL Server Browser service is running and accepts
remote connections?
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|