Unexplained Design Replications

Good day, At a client of mine we have several Databases and EVERY morning when they replicate there are several databases who are receiving one design update even if nobody changed any design elements. This only started recently in the past this never happened. When I go into the design of the databases in question I can not see any design elements whose last edited date is in the last week.

The design task does run on the server every night and the databases in question does inherit there designs from templates. This setup has been in place for the last three years

I need to explain this to the client does anybody have an idea as to why this would be happening?

Thanks in advance

Subject: RE: Unexplained Design Replications

I’m not an admin expert, but I wonder whether you could be seeing the replication of a agent data note or something?

Why don’t you write some LotusScript code using NotesNoteCollection, using SelectAllDesignElements method with a selection formula that limits it to things modified within the last day? Then if you find one design note that’s been modified, you can open it as a NotesDocument and display the values of the items. That might give you a clue.