Hi All,
I have a very critical question. It is very important for to me to go on my disaster recovery test. I have a production machine that resides in a different geographic location and I have another machine that resides on with me. When I try to register the production machine from my side there is no problem, I can do it however when I try to connect from my remote machine to the machine that is with me then the production machine is able to register the machine that I have but cannot connect to the database. The error that I am getting is:
" A connection could not be established to 'IP Number'
Reason: SQL Server does not exist or access denied ConnectionOpen(Connect())...
Please verify SQL Server is running and check your SQL Server registration properties..."
I have checked SQL Server properties, I tried to define everything the same, but I dont know wheather I missed something or not. Or is this a network problem I am not clear about that. I am stocked here. Can someone help me on this issue please
PS : The reason I m doing is I will create log-shipping therefore I need this connection
Regards
LS

Server Registration Issues
HJ2PM
A few possible causes. Firstly, can you ping the server name
Make sure your firewall is not blocking the port that SQL is running on - 1433 or another port if named instance.
Have you tried creating an alias for the server in the Client Network Utility On the machine you are trying to connect from, open this tool and go to the alias tab. In the network libraries, choose tcp/ip. In server name, enter the IP Address and the instance name e.g. : 192.168.1.2\Sales. Enter a friendly name in the server alias e.g. : londonSales, and optionally specify a port - try it with the dynamic setting first and see if that works.
Hope this helps.
Shirvo
Thank you
Our Admin made me crazy. He told me that everything was set on Firewall , I was checking all the possible ways and then I realized that I wasnt able to ping the machine. It turned out to be a firewall problem. One quetion when the SQL makes the register does it always send ping to the other machine to check connection or after you register pinging is not important
Thanks
LS
smurf347