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
- Customizing the reviewing action statuses
- Importing configuration data from an XML file
- Specifying the Windows domains with which to synchronize employee details
- Mapping employee properties to Active Directory or Domino directory attributes
- Grouping departments into partitions
- Setting up department attributes
- Setting up custom message types
- Setting Insight Surveillance system configuration options
- Ad Hoc Searches configuration options
- Diagnostics configuration options
- Document Conversion configuration options
- Export/production configuration options
- General configuration options
- Home Page configuration options
- Hotword Analysis configuration options
- Item Prefetch Cache configuration options
- Item Prefetch Cache (Advanced) configuration options
- Policy Integration configuration options
- Profile Synchronization configuration options
- Random Capture configuration options
- Reviewing configuration options
- Search configuration options
- Security configuration options
- System configuration options
- Vault Directory Synchronization configuration options
- Creating and viewing reports
- About the Insight Surveillance reports
- Accessing data through the Microsoft SQL Server Reporting Services (SSRS)
- Enhanced reporting
- Accessing reports through the OData web service
- Configuring a Power BI template for reporting
- Appendix A. Troubleshooting
- Insight Surveillance user interface user interface is not displayed properly in non-English environment
- Issues with the random sampling of items
- Display issues when you open a Insight Surveillance website in Internet Explorer 10 or later
- Vault stores not displayed in the Insight Surveillance web client
- TNEF-encoded attachments to Internet Mail (.eml) messages may not be readable after you export the messages from a review set
- Synchronization errors after you rename the SQL Server computer
- Performance counter errors when the eDiscovery Manager service starts
- SQL Service Broker warning when restoring a customer database to a different server
- Error messages when the Intelligent Review (IR) API authentication and authorization fails
- Known issues after enabling FIPS
Using the OData service with Microsoft SQL Server Reporting Services (SSRS)
The following instructions are for Microsoft SQL Server Reporting Services (SSRS).
To use the OData service with Microsoft SQL Server Reporting Services (SSRS)
- Open Report Builder.
- Add a new datasource as an XML connection type.
- In the Connection string box, specify the URL for the data feed as follows:
http://server_name/CAReporting/OData/dataset_name(parameter=value)?$format=application/atom+xml
For example:
http://ca.mycompany.com/CAReporting/OData/Customers(customerID=1)?$format=application/atom+xml
- Provide credentials to connect to the data source.
- Click OK.
- Add the dataset using the above mentioned datasource.
- Select Use a dataset embedded in my report.
- Select the dataset from the list.
- Set the query as follows:
<Query> <ElementPath IgnoreNamespaces="true"> feed{}/entry{}/content{}/properties </ElementPath> </Query> - Click Refresh Fields.
- Use the new dataset as reporting data for the SSRS report.