Subject: RE: Replication of address book out of sync
Hi,
you didn’t mention if you have identify what types of documents are in problems ie more Group documents in one NAB, less person documents in another, etc.
Just a quick one, create a view in your NAB (Select @all)
First column, sorted, categorize. Column value : Form
Second column: Total, hide details
It’s not scientific but you could at least know where is your problem. Then compare the numbers each categories in all of your NAB
Do your users have local replicas of your NAB?
Do you manage every servers in your environement. Maybe it is an old server that was brought back to like after the purge interval
A big problem encountered by many users:
http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/1acb01c8dc57378785257377002dfd5f?OpenDocument
Tool to find Old documents or deleted documents pushed back to server by replication
Link : http://www.openntf.org/Projects/codebin/codebin.nsf/CodeByDate/300F25985BCB5CA38625737900608E54
This db allows you to find the Added to file date of all person documents in your NAB.
The search is done against the Mail Users views.
In your search , you have to specify which mail servers (From your mail users view) to look at.
Find Old documents or deleted documents pushed back to server by replication
Deleted documents are reappearing after replication
http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21098733
It’s possible to find them by script with the AddedToThisFile API.
Q&As about replication purge intervals and cutoff dates
http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21110117
How to track down where replication changes originate
http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21225071
You can reuse this code to search other dbs, or other types of document sin the NAB (server documents, holiday documents, etc)
JYR