Please enter search query.
Search <book_title>...
Enterprise Vault™ Compliance Accelerator Administrator's Guide
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- Introducing Compliance Accelerator
- Introducing Veritas Surveillance
- 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 Compliance Accelerator 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: