Server Error i need to solve this error
-
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) i need to solve this error I set TCP\IP protcol server and named pipes in network configration but this error have still Rami said Abdalhalim
-
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) i need to solve this error I set TCP\IP protcol server and named pipes in network configration but this error have still Rami said Abdalhalim
-
this service started before this error Rami SAid Abd Alhalim
-
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) i need to solve this error I set TCP\IP protcol server and named pipes in network configration but this error have still Rami said Abdalhalim
Is the SQL Server 2005 you are trying to access on another machine? Because if it is, you might be having a firewall on that machine which is preventing your code from access the database server. Talal
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook
-
Is the SQL Server 2005 you are trying to access on another machine? Because if it is, you might be having a firewall on that machine which is preventing your code from access the database server. Talal
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." --Rich Cook
thanks talal : but i am using sql server 2000 and i trying test on application without firewall(Stop Firewall),and i opened all ports to connection on server (TCP/IP)port but i have the same problem