Please enter search query.
Search <book_title>...
Enterprise Vault™ Discovery Accelerator Administrator's Guide
Last Published:
2021-12-06
Product(s):
Enterprise Vault (14.2)
- Introducing Discovery Accelerator
- Introducing the Discovery Accelerator client
- Setting up and assigning roles
- Working with cases
- Setting up review marks and tags
- Using rules to mark and tag items automatically
- Using Custodian Manager
- Searching for items
- About searching with Discovery Accelerator
- Defining email targets with Address Manager
- Building Discovery Accelerator search schedules
- Manually reviewing items
- About reviewing with Discovery Accelerator
- Searching within the review set
- Deleting items from Enterprise Vault archives
- Working with research folders
- Exporting and producing items
- About exporting and producing items
- Performing an export or production run
- Creating and viewing reports
- Appendix A. Customizing Discovery Accelerator
- Setting Discovery Accelerator system configuration options
- Appendix B. Importing configuration data from an XML file
- Appendix C. Enterprise Vault properties for use in Discovery Accelerator searches
- Appendix D. Troubleshooting
- Issues with Custodian Manager
- Issues with Discovery Accelerator reports
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 Discovery Accelerator database to the XML file export.xml
, which is in your %USERPROFILE%
folder on the Discovery Accelerator 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