all groups > sql server replication > july 2004 >
You're in the

sql server replication

group:

Replication over different computers


Replication over different computers anonymous NO[at]SPAM discussions.microsoft.com
7/30/2004 8:53:09 PM
sql server replication:
Dear All,

I can successfully create merge replication on the same
computer with two database instances. However, it didn't
success if I replicate over two computers.

I use push subscription and the subscriber seems
nothing to set (set the replication on the publisher).
Therefore, how can I control the access rights or else to
replicate to another computer?

Re: Replication over different computers Paul Ibison
7/31/2004 3:03:14 PM
Patrick,

the sql server agnt's login must be in the db_owner role on the subscriber
database, db_owner in the distribution database and db_owner of the
publishing database and have the correct rights to the snapshot share.

What is the error when you run the merge agent?

Regards,
Paul Ibison

Re: Replication over different computers Patrick
8/1/2004 3:47:35 AM
Is there any step-by-step guide to setup replication over
different computers


[quoted text, click to view]
Re: Replication over different computers Paul Ibison
8/1/2004 12:30:04 PM
Patrick,
BOL has all the details but not as a setup guide.
These links have step-by-step graphical setups:
http://www.mssqlcity.com/Articles/Replic/SetupMR/SetupMR.htm
http://www.sqlservercentral.com/articles/articleList.asp?categoryid=26
HTH,
Paul Ibison

AddThis Social Bookmark Button