Single Master Replication with 5.2sp4 error
I used following deployment for single master replication:
Master - bob1.net.com with master replica o=bob1
consumer - bob2.net.com with consumer replica o=bob1
with procedure
1. create an empty suffix o=bob1 in bob2.net.com - it is ok.
2. enable o=bob1 in bob2.net.com as consumer replica through the replication wizard - it is ok
3. create an empty suffix o=bob1 in bob1.net.com - it is ok.
4. enable o=bob1 in bob1.net.com as master replica through the replication wizard - it is ok.
5. configure the replication agreements on o=bob1 in bob1.net.com with default agreement.
Then came the error....
Error in bob1.net.com: 1. Replication status: The remote replica of the selected agreement has not been initialized from this replica.
2. Replication error acquiring replica: unknown error ?Unable to start a replication session: transient error. Error Code: 906.
Error in bob2.net.com: 3. [29/Aug/2006:16:20:26 +0800] - ERROR<8281> - Replication - conn=52 op=2 msgId=3 - Replica not initialized yet Failed to start Replication Session for suffix o=bob1.
Is there anything wrong or any solution that help me to make such error or warnning disappear after deployment, or if thy are common message, how can I tell my customer it was successfully installed?
Thanks very much..
Bob
[1383 byte] By [
boblalala] at [2007-11-26 9:50:31]

# 1
So, I have correct this problem with following procedures:
1. create suffix o=bob1 in bob2.net.com as consumer.
2. create suffix o=bob1 in bob1.net.com as supplier.
3. initializing o=bob1 in bob2.net.com from bob1.net.com with command line methode.
4. create replication agreement
5. initializing o=bob1 in bob2.net.com again using console
then appears no error any more, but there is still a problem. After step 5 the replication status shows the remote replica is initialized successfully, but if I stop bob1.net.com and restart it, the replication status will show following message:
The remote replica of the selected agreement has not been initialized from this replica.
Does anyone have an idea?
Thanks again.
Bob
# 2
Try this:
1. create empty suffix bob2
2. create empty master bob1
3. configure replication on bob2, as a consumer
4. configure replication on bob1, as master
5. Create replication agreement on bob1, pointing to bob2, and using credentials for replication manager.
6. Initialize from master (bob1) to consumer (bob2) using the GUI.
Done. Now reboot them, etc. It should work.
# 3
Thanks for your reply..
but I don't understand this:
5. Create replication agreement on bob1, pointing to bob2, and using credentials for replication manager.
What does "using credentials for replication manager" mean?
By creating new replication agreement, I setup:
Send updates to: bob2.net.com
Authentication -> Connect using simple authentication->
DN: cn=replication manager, cn=replication, cn=config (default with no change)
Password: xxxxxx
Description:
That's all, have seen nothing about credential, or do you mean using another authentication methode?
By the way, I setup replication direct after directory server installation, have done nothing to change the server like security and and and..
Thanks again.