I am trying to setup a simple mirrored database.
I have an SQL database on my local server called 'ABC'. It is behind my
firewall and available to on my network.
I have another database outside of my network at a co-location center that I
want to mirror to (call it 'EFG').
I have made most of the changes that I think were necessary to make this
happen but I am still missing something.
I have opened up a port on my router for the IP address of the database at
the co-location center and opened up the router at the co-location center to
my local server. This enables me to connect to the co-location database
locally using the IP Address of the remote server. Works great.
The problem is that I cannot seem to setup a publisher and subscriber. The
subscriber keeps complaining.
'The process could not connect to Distributor 'ABC'.'
My guess is that the server is trying to use the servername ABC instead of
the IP Address to connect. How can I correct this. I cann successfully
connect to either dataase using the IP but no matter what I do the subscriber
trys to connect to the database name, which the server cannot resolve.
This may not be a replication problem so much as a problem in making each
server know how to resolve the name of the remote server from its IP Address.