I am trying to Setup a Peer to Peer Transitional Replication between 2 SQl SERVER 2008 EE Servers.
Servers : PRTRWEBSERVER and PRTRESCRMSERVER
I followed the steps as described in the Microsoft article :
http://technet.microsoft.com/en-us/library/ms152536.aspx
I have never setup replication before and so i am stumped on the errors I am getting right now.
Agent and Publisher Security setting I gave as the Domain Administrator (PRTR\Administrator)
Please see attached Error Logs.
Between PRTRWEBSERVER and PRTRESCRMSERVER
1.did you configure both servers as distributors?
2.did you configure both serves as publishers?
3.did you configure a topology and added the two nodes?
4.do all databases that participate in peer-to-peer replication contain identical schema and data?
5.Publications must allow schema changes to be replicated. (This is a setting of 1 for the publication property replicate_ddl, which is the default setting.)- have you done that?
6.Have you ensured that there are no Row and column filtering?
Cross check with the below guide which is easier to understand:
http://msdn.microsoft.com/en-us/library/ms152536.aspx