Arctera Enterprise Vault™ eDiscovery Installation Guide
- Introducing eDiscovery
- Preparing to install eDiscovery
- Configuration options for eDiscovery
- Supported versions of Enterprise Vault in eDiscovery environments
- Prerequisites for Arctera eDiscovery
- Configuring Outlook to enable the processing of items with many attachments or many recipients
- Setting the Windows and ASP.NET Temp folder permissions
- Security requirements for temporary folders
- Disabling networking facilities that can disrupt a eDiscovery environment
- Disabling the Windows Search Service on the eDiscovery server
- Ensuring that the Windows Server service is running on the eDiscovery server
- Configuring the SQL Server Agent service
- Assigning SQL Server roles to the Vault Service account
- Installing and configuring the SQL full-text search indexing service
- Verifying that Enterprise Vault expands distribution lists
- Installing eDiscovery
- Installing the eDiscovery server software
- Allowing Enterprise Vault to communicate with eDiscovery through the Windows firewall
- Creating the configuration database and customer databases
- Setting up a Insight eDiscovery Custodian Manager website
- Uploading the eDiscovery report templates
- Configuring eDiscovery for use in a SQL Server Always On environment
- Installing eDiscovery in a clustered environment
- Maximizing security in your eDiscovery databases
- Installing the eDiscovery client
- Installing the eDiscovery server software
- Appendix A. Ports that eDiscovery uses
- Appendix B. Troubleshooting
- Error messages appear in the event log when upgrading to eDiscovery 15.2
- Enterprise Vault eDiscovery Manager service not created
- Enterprise Vault eDiscovery Manager service does not start
- "Access is denied" message is displayed when you try to create a customer database on a UAC-enabled computer
- Cannot create or upgrade eDiscovery customer databases when Symantec Endpoint Protection is running
- Permissions error when uninstalling the eDiscovery client from a UAC-enabled computer
- Uninstalling the eDiscovery client from a shared location may prevent other users from starting the client
- Appendix C. Installing and configuring the Enhanced Auditing feature
- Overview
- Prerequisites for the Enhanced Auditing feature
- Installing the Enhanced Auditing feature
- Post installation steps
- Upgrading the Enhanced Auditing setup
- Modifying the Enhanced Auditing setup
- Repairing the Enhanced Auditing setup
- Uninstalling the Enhanced Auditing setup
- Managing access from eDiscovery
Uploading the eDiscovery report templates
Using Microsoft SQL Server Reporting Services as the reporting mechanism, eDiscovery provides extensive facilities for monitoring the details of a case and validating compliance with discovery requests. For information on the available reports and guidelines on how to use them, see the Administrator's Guide.
To make the reports available to users of the eDiscovery client, you must upload the supplied template (.rdl) files to your SQL reporting server. The template files contain data retrieval and layout information for their respective reports in XML format.
Note:
If you want to deploy eDiscovery in a SQL Server Always On environment, take care to configure the Reporting Services appropriately.
See Using SQL Server Reporting Services in an Always On environment.
To upload the eDiscovery report templates
- If you have not already done so, install and configure SQL Server Reporting Services on the selected reporting server.
You can check the configuration of SQL Server Reporting Services by using the Reporting Services Configuration Manager on the reporting server. Make a note of the virtual directory name on the Web Service URL page, as you need to specify this name later. The default name of the virtual directory is ReportServer.
The following figure shows the typical settings in a Web Service URL page.
- On the SQL reporting server, assign the following roles to the Vault Service account:
The System Administrator role on the SQL reporting server.
You can assign this role by using the browser-based Report Manager tool that comes with SQL Server. First click Site Settings on the global toolbar in Report Manager and then click Security. Then click New Role Assignment and assign the System Administrator role to the Vault Service account.
The Content Manager role on the Home folder of the SQL reporting server.
To assign this role in Report Manager, click Security on the Properties tab for the Home folder. Then click New Role Assignment and assign the Content Manager role to the Vault Service account.
See the Microsoft Reporting Services documentation for more information.
- On the eDiscovery server, open the eDiscovery Manager website.
- Click Reporting Server at the bottom of the page.
The Uploading Reporting Server Templates page appears.
- In the Reporting Server URL field, type the URL with which you access the SQL reporting server in the following form:
http://server_name/virtual_directory
Where server_name is the host name, fully qualified domain name, or IPv4 or IPv6 address of the SQL reporting server, and virtual_directory is the name of the required virtual directory. For example:
http://EVSQL/ReportServer
Note the following:
If you have multiple SQL Server instances, type the URL in the following form:
http://server_name/virtual_directory$instance_name
If you have configured the SQL reporting server to listen for HTTP requests on a port other than the default, 80, type the URL in the following form:
http://server_name:port_number/virtual_directory
- In the User Name field and Password field, type the credentials for the Vault Services account. By doing so, you identify the Vault Services account as the owner of all exchanges between the eDiscovery server and SQL reporting server.
- Click Upload Reports.
Note that it can take several minutes to upload the report templates to the server. A confirmation message appears when the process has completed.