Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
nthphuong
Starting Member
5 Posts |
Posted - 2003-08-07 : 06:54:50
|
| Hi all,How to replicate 2 database SQL2K through VPN. 2 server have diferrent subnetThe publication is: 172.16.66.60The subcription is : 172.16.65.60I do step by step as below:1. Add server 172.16.65.60 as remote server2. Config 172.16.66.60 as Distribution3. Create new publication on 172.16.66.604. Push Subcription into 172.16.65.60After all, there is error "The subscription to publication 'pubs_table' is invalid"What's wrong, I know my problem has been answered many times but can not pass itPlease help me more detailThanks for any helpHieu Phuong |
|
|
shsmonteiro
Constraint Violating Yak Guru
290 Posts |
Posted - 2003-08-10 : 21:49:19
|
| Hmmm, that rare. Try to remove the replication pieces using the procedure sp_removedbreplication in the subscribing DB. Also, check that you can connect from both server to each other. Also have you enabled the 172.16.65.60 as a subscriber in the publisher server?regards,Sérgio MonteiroTrust in no Oracle |
 |
|
|
nthphuong
Starting Member
5 Posts |
Posted - 2003-08-13 : 07:15:51
|
| Hi Sérgio MonteiroMy problem is DNS doesnot broadcast through VPN, it's only add one line in file winnt\system32\drivers\etc\hosts with IP & SERVER-NAME of server 2 that solve the errorThanks for your helpsPhuong |
 |
|
|
|
|
|