Please enter search query.
Search <product_name> all support & community content...
Article: 100021985
Last Published: 2014-08-22
Ratings: 1 0
Product(s): Enterprise Vault
Problem
How to use Domino Archive Exporter
Solution
Domino Archive Exporter is a command-line utility with which you can export items from an Enterprise Vault Domino archive to a Lotus Notes database.
You can choose to export items as follows:
You can choose to export items as follows:
- To a specified local or remote Lotus Notes database
- With a specified retention category
- That were archived within a specified date range
You can stop the export process at any time by pressing Ctrl+C.
Domino Archive Exporter syntax
Domino Archive Exporter example
The following command exports the archive L14 to the database sample.nsf,using the Lotus Notes authentication ID file local_admin.id and the associated password W3lcome. The only items that are exported are those marked with the retention category Business and archived between 10 A.M. on December 16 2005 and 4.56 P.M on December 17 2005.
Domino Archive Exporter syntax
EVDominoExporter.exe /A archive /O destination database /I ID file /P ID file password [/T database template] [/R retention category] [/SD start date] [/ED end date]
Domino Archive Exporter example
The following command exports the archive L14 to the database sample.nsf,using the Lotus Notes authentication ID file local_admin.id and the associated password W3lcome. The only items that are exported are those marked with the retention category Business and archived between 10 A.M. on December 16 2005 and 4.56 P.M on December 17 2005.
EVDominoExporter.exe /A L14 /O sample.nsf /I "d:\local_admin.id" /P W3lcome /R Business /SD "16/12/2005 10:00:00" /ED "17/12/2005 16:56:00"