Subject: Response documents deleted from the database
Hi,
Technote #:1086649
How to analyze questionable deletions in a Notes database A customer states that there have been deletions in a database, such as a mail file, that no one has actually deleted. Is there a way to analyze if the documents were in fact deleted, and is it possible to find out what the source of the deletion was?
Who can delete documents in the ACL?
Is there any code that delete a document (Ex: doc.Remove)
Subject: RE: Response documents deleted from the database
Hi,
Thanks a lot for the response. I went through the link and we are trying to implement the debug parameters in notes.ini file.
Soft deletions is not enabled in the database.
This issue is specific to one region only.
Only one type of response documents are getting deleted. The parent document has response documents created using different forms. But the documents created using a particular form “Response_RD” is only getting deleted.
The Replication formula exists for the database. But the reported documents are not getting replicated to other regions.
We have a code that moves the parent and child to another database , once it is approved. But the reported deletions occur in the documents that are not approved. Moreover, the moving is done only by the user manuallly hitting the button. We have also asked the users not to move any documents till we find the root cause for the issue.
After the document is deleted we searched the deletion stubs in the database to make sure that the document is deleted.
There are many groups in the database who have the deletion access. Also many scheduled agents are running in the database.
As there are many activities running in the database, we need some way to track what is the source of deletion (code or replication or other specific reasons). Is there any way to code a separate agent to record each deletion and source of deletion in the database.