Hi,We archive email using DB2 CSLD.
I would like to be able to fetch all the archived email within a database at once without clicking on the ‘fetch’ button in each email.
Does anyone know if this is possible? We do not use the CSLD mail template that allows users to archive. We archive on a schedule.
Thank you.
Subject: DB2 Commonstore for Lotus Domino
Tim,
I am not at work at the moment, but is there not an option in the CSLD Config database to retireve all? I’m not saying there is, just wondered… If there isn’t then the only way would be through some Lotus Script to retrieve each attachment, but that would take some programming knowledge that I certainly don’t have.
Mike.
Subject: RE: DB2 Commonstore for Lotus Domino
According to our procedures database, to retrieve all archived mail prior to deleting a mail file you should do the following:
- Open the configuration database on domino server, probably csld\config.nsf
In WorkingDBs tab – Name of database or directories - Change from mail to mail\username.nsf for example,
Save and close the changes
-
On domino server, restart the crawler task which is found on the start menu
Stop crawler
Start crawler
-
On the command line of your domino server, do the following:
Start – run – start_crawler.bat – -retrieve
Important
When retrieving all archived emails to a specific user’s mailbox (eg. Mail\mailfile.nsf) is completed; make sure you close the crawler task (start – CSLD Tasks - stop crawler) before you change the configuration database to run on the entire mail\ otherwise, you’ll be running the chance of retrieving everyone’s mail to their current mailboxes.
Hope it works for you.
Kirsty