Hi,
I am extracting data from lotus notes db into a flat file. I want to run this agent 3 times a day to get the latest data in flat file.I want to get only modified & new documents in this flat file. I am using the GetModifiedDocuments function which was newly intoduced in R7.This is giving me the required documents. So far so good. Now my problem is that there is one scheduled agent which runs daily at 2:00 AM and changes the staus of all the documents in the database.So when I am using GetModifiedDocuments it gives me all the docs.
Is there a way so that scheduled agent doesn’t update the modified date.
Thanks so much in advance
L TYAGI