Manually Configure the ADMS Console File
Under certain circumstances, it may be necessary to change the server console configuration file. This file controls the server console default settings.
Important: The steps in this section are designed for administrators who are familiar with Vault Server performance and who want to fine-tune the Vault Server settings.
Open the Configuration File
- Locate the server console folder in the installation directory.
- Double-click the file Connectivity.ADMSConsole.exe.Config.
The Connectivity.ADMSConsole.exe.Config is opened in Microsoft Notepad or your default text editor.
Database Configuration Changes
If you change the database configuration, the section in Connectivity.ADMSConsole.exe.Config must match the section in the web.config file. The value for pooling must be false for Connectivity.ADMSConsole.exe.Config and true for web.config.
Migration Times Out
If you are migrating a large amount of data, the operation may time out.
- Search for migrateTimeoutSecs and increase the value. The default is 7200 seconds.
The IIS User Changes
If the user under which IIS is running changes, the Connectivity.ADMSConsole.exe.Config file must be updated with the new user name. This may happen if you are configuring a remote file store.
- Search for the key IIS user and change the value to match the new IIS user.