Hello,
Can replication be set up between two servers in different domains? What if
they are in the same forest?
Regards,
Randy.
Randy,
if the domains are trusted (same forest = 2-way trust as you know), then
things are pretty much transparent. If there is no trust, then this article
should help: http://www.replicationanswers.com/InternetArticle.asp
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
|||It is possible. Are you able to register the subscriber as a Subscriber on
the Publisher? An easy way to do this is to use SQL Authentication. If you
are using a pull subscription its a no brainier beyond this. If you are
using Push with a UNC, the SQL Server agent on the subscriber must have
rights to access the snapshot share. An easy way to fix this is to create a
local machine account on the publisher with the same name and password as
the account you are using for your SQL Server agent account on the
Subscriber. Place this account in the administrators group on the Publisher
if you are using the default snapshot share - otherwise give this account
read and list files and folders rights to the file and folders underlying
the snapshot share.
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Randy Galliano" <r_galliano@.yahoo.com> wrote in message
news:%231ev4IkBGHA.1864@.TK2MSFTNGP12.phx.gbl...
> Hello,
> Can replication be set up between two servers in different domains? What
> if
> they are in the same forest?
> Regards,
> Randy.
>
No comments:
Post a Comment