Please enter search query.
Search <book_title>...
Enterprise Vault™ Compliance Accelerator Administrator's Guide
Last Published:
2023-03-06
Product(s):
Enterprise Vault (14.4)
- Introducing Compliance Accelerator
- Product documentation
- Introducing the Compliance Accelerator client
- Setting up employees and employee groups
- Working with departments
- Implementing Chinese Walls security
- Managing exception employees
- Grouping departments into partitions
- Using attributes to classify departments
- Searching for items
- About searching with Compliance Accelerator
- Building Compliance Accelerator search schedules
- Using hotwords to search for items
- Manually reviewing items
- About reviewing with Compliance Accelerator
- Escalating items
- Working with research folders
- Exporting items
- Creating and viewing reports
- Available Compliance Accelerator reports
- About viewing Compliance Accelerator datasets using the OData web service
- Appendix A. Customizing Compliance Accelerator
- Setting Compliance Accelerator system configuration options
- Appendix B. Importing configuration data from an XML file
- Appendix C. Troubleshooting
- Issues with Compliance Accelerator reports
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.