Please enter search query.
Search <book_title>...
Enterprise Vault™ Compliance Accelerator Administrator's Guide
Last Published:
2023-09-05
Product(s):
Enterprise Vault (14.5)
- Introducing Compliance Accelerator
- Product documentation
- Introducing the Compliance Accelerator client
- Setting up employees and employee groups
- Working with departments
- Implementing Chinese Walls security
- Managing exception employees
- Grouping departments into partitions
- Using attributes to classify departments
- Searching for items
- About searching with Compliance Accelerator
- Building Compliance Accelerator search schedules
- Using hotwords to search for items
- Manually reviewing items
- About reviewing with Compliance Accelerator
- Escalating items
- Working with research folders
- Exporting items
- Creating and viewing reports
- Available Compliance Accelerator reports
- About viewing Compliance Accelerator datasets using the OData web service
- Appendix A. Customizing Compliance Accelerator
- Setting Compliance Accelerator system configuration options
- Appendix B. Importing configuration data from an XML file
- Appendix C. Troubleshooting
- Issues with Compliance 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 Compliance Accelerator database to the XML file export.xml
, which is in your %USERPROFILE%
folder on the Compliance 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