Please enter search query.
Search <book_title>...
Enterprise Vault™ Auditing
Last Published:
2022-09-04
Product(s):
Enterprise Vault (14.3)
- About this guide
- Introducing Enterprise Vault auditing
- Setting up auditing
- Viewing the audit database entries
- Auditing for data protection compliance
- Appendix A. Format of audit database entries
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:
https://EVServer/EnterpriseVaultAPI/OData/Auditing/endpoint_name(parameter=value)?$format=application/atom+xml
For example:
https://EVServer1.domain.com/EnterpriseVaultAPI/OData/Auditing/AuditEntries(recordsPerFetch=100)?$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.