OpenNTF.org - Tool to find Old documents pus
My Links (Not logged in)
Code Bin Search
 
Hosted by Prominic.NET
Rate This Code
5 - brilliant stuff
4 - very nice
3 - average
2 - needs work
1 - bad
   OpenNTF Code Bin
About This Code
Brief Description:
Tool to find Old documents pushed back by replication 
Rating:
Not Rated Yet 
Contributor:
Jean-Yves Riverin 
Category:
Application 
Type:
Administration 
Document Release:
Notes Version:
R6.x, R8.x, R5.x, R7.x 
Last Modified:
22 Apr 2008 
OpenNTF Disclaimer

All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.

Code / Description
Tool to find Old documents or deleted documents pushed back to server by replication

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=475&context=SSKTWP&context=SSKTMJ&dc=DB520&q1=documents+and+cut-off&uid=swg21110117&loc=en_US&cs=utf-8&lang=en

How to track down where replication changes originate
http://www-1.ibm.com/support/docview.wss?rs=475&context=SSKTWP&context=SSKTMJ&dc=DB520&q1=documents+and+replication+and+old&uid=swg21225071&loc=en_US&cs=utf-8&lang=en


http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/1acb01c8dc57378785257377002dfd5f?OpenDocument


You can reuse this code to search other dbs, or other types of document sin the NAB (server documents, holiday documents, etc)

Usage / Example
See Using this database section.
Code Attachments
addeddoc.nsf (512 Kbytes)
 Comments
Posted by Danny Mock on 02/06/2008 02:28:49 PMMissing sub or function
When I click the Launch button, it gives and error "Not a sub or function name "Analysis". Is there some missing code?
Posted by Jean-Yves Riverin on 02/08/2008 09:46:41 AMit's working for me
Hi,
It's working for me. Analyse is a function in the script library named Fonctions. It is called by the Launch button.
Is your db on a server or local? It must be on a server because it scans the NAB.
JYR
Posted by Danny Mock on 02/27/2008 12:31:27 PMStill not working
Sorry, I am sure this is something simple if it is working for you. Yes, I do have it on the server. Could it have anything to do with spellings, since we are English? The code has Fonction, not Function. I am not an admin not a programmer.
Not a sub or function name: ANALYSE
You are right, Lotus should have addressed this issue years ago. The last time our address book replicated an old copy I spent many hours of wasted time getting it back to normal!
Thanks for any help you can give.
Dan
Posted by Jean-Yves Riverin on 04/22/2008 08:27:19 AMAdded a modification to all views
The Select of the Creation\ views was wrong, sorry.
JYR
Posted by Ron Kinney on 06/13/2008 05:50:39 PMSelectof the Creation/ views was wrong, sorry
What did you mean by that?
Posted by Steven Kennett on 07/07/2008 05:16:50 AMNot a sub or function name: ANALYSE
I also get this same message: Not a sub or function name: ANALYSE,
Yes it is on a server and yes it is in English, it's not saying it's illegal so the code seems happy, any ideas?
 Add your comment!