Please enter search query.
Search <book_title>...
Enterprise Vault™ Discovery Accelerator Administrator's Guide
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- Introducing Discovery Accelerator
- Setting up and assigning roles
- Working with cases
- Setting up review marks and tags
- Using rules to mark and tag items automatically
- Using Custodian Manager
- Searching for items
- About searching with Discovery Accelerator
- Defining email targets with Address Manager
- Building Discovery Accelerator search schedules
- Manually reviewing items
- About reviewing with Discovery Accelerator
- 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
- Enhanced reporting
- Available Discovery Accelerator reports
- Accessing reports through the OData web service
- Appendix A. Enterprise Vault properties for use in Discovery Accelerator searches
- Appendix B. Troubleshooting
- Issues with Custodian Manager
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/DAReporting/OData/dataset_name(parameter=value)?$format=application/atom+xml
For example:
http://da.mycompany.com/DAReporting/OData/Cases(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.