Hi guys,
We have a huge database with like thousands of orphan docs. Do you know anyway (Formula, LotusScript…) or any tools that can lists all orphan docs ?
The select @ALL does not work. When parent doc got deleted, they disappear also.
Cheers
Hi guys,
We have a huge database with like thousands of orphan docs. Do you know anyway (Formula, LotusScript…) or any tools that can lists all orphan docs ?
The select @ALL does not work. When parent doc got deleted, they disappear also.
Cheers
Subject: Orphan doc
Hi,Try this @AllDescendants in view selection formula
Subject: Orphan doc
Your problem is with response documents?
You can try this:
How to delete ‘orphan’ documents in a Notes database
How to find orphan documents in a Notes/Domino database
WARNINGS:
** Running this agent on a large database on a server could have a performance impact on other users, so it is advised that it be run during periods of low server utilization.
** Ensure the agent has run correctly by checking a few main documents, non-orphaned responses, and a true orphaned response document before starting to delete documents from the database. This is necessary because if you incorrectly enter the formula above and it fails to perform the @DbLookup correctly, it may incorrectly select documents.