Enterprise Vault™ Reporting
- About this guide
- Introducing Enterprise Vault Reporting
- Overview of implementing Enterprise Vault Reporting
- Installing Enterprise Vault Reporting
- Configuring Enterprise Vault Reporting
- Configuring FSA Reporting
- Preparing for an FSA Reporting proxy server
- Accessing the reports
- Administrator roles that provide access to Enterprise Vault Reporting's reports
- Accessing Enterprise Vault Reporting's reports from SQL Server Reporting Services Report Manager
- Managing FSA Reporting
- Maintaining the FSA Reporting databases
- Troubleshooting Enterprise Vault Reporting
- Appendix A. Report overviews
- The Enterprise Vault Reporting operation reports
- Archived Items Access Trends report
- The FSA Reporting data analysis reports
- The Enterprise Vault Reporting operation reports
Prerequisites for Enterprise Vault Reporting
You can install Enterprise Vault Reporting on a computer that has the following prerequisites:
Microsoft .NET Framework 3.5 SP1 and .NET Framework 4.5.2 or later
One of the following versions of Microsoft SQL Server Reporting Services:
Microsoft SQL Server 2014 SP3 Reporting Services
Microsoft SQL Server 2016 SP2 Reporting Services
Microsoft SQL Server 2017 Reporting Services
Microsoft SQL Server 2019 Reporting Services
A network connection to the computer or computers that host the Enterprise Vault databases
If you intend to configure FSA Reporting, you must install the following software on the SQL Server computers that host FSA Reporting databases:
Microsoft SQLXML 4.0 SP1
Microsoft MSXML 6.0
Note:
IIS is not required for Enterprise Vault Reporting. If IIS is already installed, please remove IIS before installing the Enterprise Vault Reporting component.
Run this command as Administrator in the Windows PowerShell and restart the machine.
Get-WindowsOptionalFeature -online | ? featurename -like "IIS" | Disable-WindowsOptionalFeature -Online -Remove