Can not replica in cluster environment!

I have a cluster with 2 servers, and I found that SOME database can not replicate correctly.I must remove all replicate history and replicate manualy, If I type following command on domino’s console:

replica SERVERNAME DATABASENAME

It will display following error message:

2004-03-23 15:39:27 Starting replication with server SERVERNAME

2004-03-23 15:39:27 Pulling coa\yt\shouwen.nsf from SERVERNAME coa\yt\shouwen.nsf

NoteOpenCallBack: n=1, left=2, NSFNoteReplicate2(sourceNoteID=926)->ERROR: 246=You are not authorise to perform that operation

.

.

.

2004-03-23 15:39:28 Unable to store document in coa\yt\shouwen.nsf (NoteID = 2330) from SERVERNAME coa\yt\shouwen.nsf (NoteID = 2342): You are not authorise to perform that operation

2004-03-23 15:39:28 Unable to store document in coa\yt\shouwen.nsf (NoteID = 2334) from SERVERNAME coa\yt\shouwen.nsf (NoteID = 2346): You are not authorise to perform that operation

2004-03-23 15:39:28 Unable to store document in coa\yt\shouwen.nsf (NoteID = 2338) from SERVERNAME coa\yt\shouwen.nsf (NoteID = 2350): You are not authorise to perform that operation

2004-03-23 15:39:28 Finished replication with server SERVERNAME

2004-03-23 15:39:28 Database Replicator shutdown

The 2 servers in database’s ACL have manager access level and can access all document.

Subject: Can not replica in cluster environment!

do you have enforce consistent acl?

It may not be the server that the issue.

someone else who is not authorized to update docs on one replica but on the other might cause this.

Subject: RE: Can not replica in cluster environment!

Yes, “enforce consistent acl” is set, but replication still error in some case.