Please enter search query.
Search <book_title>...
Arctera Enterprise Vault™ eDiscovery Administrator's Guide
Last Published:
2025-09-11
Product(s):
Enterprise Vault (15.2)
- Introducing eDiscovery
- Introducing the eDiscovery client
- Setting up and assigning roles
- Working with cases
- Setting up review marks and tags
- Using rules to mark and tag items automatically
- Using the eDiscovery Custodian Manager
- Searching for items
- About searching with eDiscovery
- Defining email targets with Address Manager
- Building eDiscovery search schedules
- Manually reviewing items
- About reviewing with eDiscovery
- Searching within the review set
- Deleting items from Enterprise Vault archives
- Working with research folders
- Exporting and producing items
- About exporting and producing items
- Creating and viewing reports
- Appendix A. Customizing eDiscovery
- Setting eDiscovery system configuration options
- Appendix B. Importing configuration data from an XML file
- Appendix C. Enterprise Vault properties for use in eDiscovery searches
- Appendix D. Troubleshooting
- Issues with Insight eDiscovery Custodian Manager
Examples of ImportExport commands
The following command imports unvalidated data from the file data.xml
, which is in the folder C:\temp
. The log file, import.log
, contains error messages only, and the command overwrites the previous contents of the log file as it imports the XML data.
ImportExport.exe -C:2 -I -F:C:\temp\data.xml -NoValidation -O -L:import.log -ShowOnlyErrors
The following command exports the data in the eDiscovery database to the XML file export.xml
, which is in your %USERPROFILE%
folder on the eDiscovery server (C:\Documents and Settings\username
). The command also overwrites the error messages that it has previously logged in the database.
ImportExport.exe -C:2 -F:export.xml -LogToDB -LeaveDBLog -ShowOnlyErrors