Hi
I have a problem when trying to setup replication between two SQL servers on different networks.
My publication server is SQL Server 2005 Standard Edition. My subscription server is SQL server 2005 Express Edition
I have setup the publication no problem but am now trying to create my subscriber. However, when trying to connect to the server, I receive the following error:
SQL Server replication requires the actual server name to make a connection to the server. Connections through a server alias, IP address, or any other alternate name are not supported. Specify the actual server name, 'W2M-RDC-01'. (Microsoft.SqlServer.
However, because the servers are not on the same network, I cannot use the server name.
Why does it not allow you to connect to an IP
Is there a way to create an alias I have read that you can but am unsure how to do this. Do I need to change the hosts file If so, where can I find this and what exactly do I need to change
Kind Regards
Dan Rostron