Please enter search query.
Search <book_title>...
Enterprise Vault™ Compliance Accelerator Installation Guide
Last Published:
2023-03-06
Product(s):
Enterprise Vault (14.4)
- Introducing Compliance Accelerator
- Preparing to install Compliance Accelerator
- Configuration options for Compliance Accelerator
- Prerequisites for Compliance Accelerator
- Security requirements for temporary folders
- Configuring Intelligent Review API Authentication and Authorization
- Installing Compliance Accelerator
- Installing the Compliance Accelerator server software
- Configuring Compliance Accelerator for use in a SQL Server Always On environment
- Installing Compliance Accelerator in a clustered environment
- Installing the Compliance Accelerator client software
- Installing the Compliance Accelerator server software
- Appendix A. Ports that Compliance Accelerator uses
- Appendix B. Troubleshooting
- Appendix C. Installing and configuring the Enhanced Auditing feature
Modifying the configuration file for the Compliance Accelerator client
Before you proceed, it is a good idea to modify the configuration file that accompanies the installation package. One of the settings in this file is the name or address of the computer on which you have installed the Compliance Accelerator server software. By providing this information in the configuration file, you can save your users from having to supply the computer name or address when they first start the Compliance Accelerator client.
To modify the configuration file for the Compliance Accelerator client
- Locate the configuration file
AcceleratorClient.Exe.Config
in the installation media for the Compliance Accelerator client software. - Open the configuration file in a plain text editor such as Windows Notepad.
- Find the following configuration setting:
<add key="AcceleratorServer" value="localhost" />
- Replace the value with the name, fully qualified domain name, or IPv4 or IPv6 address of the computer on which you installed the Compliance Accelerator server software. For example:
<add key="AcceleratorServer" value="server2" />
If you have configured Compliance Accelerator for use in a Network Load Balancing cluster, you must specify the virtual name or IP address of the cluster.
- Save and close the file.