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
SQL Service Broker warning when restoring a customer database to a different server
SQL Server may record the following warning message in the event log if you restore a eDiscovery customer database to a different server than that on which it originally resided:
Service Broker needs to access the primary key in the database 'database_name'. Error code:25. The primary key has to exist and the service primary key encryption is required.
You can suppress this warning message by using the following SQL Server command to create a primary key for the database:
CREATE PRIMARY KEY ENCRYPTION BY PASSWORD = 'password'
For more information, see the following article on the Microsoft website: