Please enter search query.
Search <book_title>...
Arctera Enterprise Vault™ Insight Surveillance Administrator's Guide
Last Published:
2025-07-07
Product(s):
Enterprise Vault (15.2)
- Understanding Arctera Insight Surveillance
- Configuring Insight Surveillance: Desktop Client
- Importing configuration data from an XML file
- Grouping departments into partitions
- Setting Insight Surveillance system configuration options
- Creating and viewing reports
- Enhanced reporting
- Accessing reports through the OData web service
- Appendix A. Troubleshooting
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 Insight Surveillance 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: