Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Their are connected 3 computers(A,B,C) & loaded sql server2000 in each computer into LAN.

Suppose I add new sql server registration from computer B to computer C. It is add the server in left pane & works finely.
Again I add new sql server registration from computer B to computer A. It is not add & error msg shown('SQl Server does not exist or access is denied')
But reversely, it is add new server registration from computer A to computer B.

How will it solve above problems?????


Please help me any instruction....
Posted

1 solution

There are a lot of reasons why the connection may fail. You may not have the privileges, a firewall may be blocking the conversation from B to A even though it allows connections from A to B and so on.

I suggest that you go through this checklist: http://support.microsoft.com/kb/328306[^]
 
Share this answer
 
Comments
Prasad_Kulkarni 22-Aug-12 1:55am    
5'ed
Wendelius 22-Aug-12 15:31pm    
Thank you Prasad :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900