Keyfactor Command Configuration Wizard Config File

Note:  These instructions apply only to Windows installations under IIS.

The ConfigurationWizardConsole.exe.config configuration file allows you to change default configuration wizard settings.

To update the ConfigurationWizardConsole.exe.config file:

  1. Navigate to the Configuration folder on your server, located by default at:

    C:\Program Files\Keyfactor\Keyfactor Platform\Configuration
  2. Browse to open the ConfigurationWizardConsole.exe.config file in a text editor (for example, Notepad).
  3. Locate the appSettings section and adjust the values as needed.
  4. Save the file.

Table 72: ConfigurationWizardConsole.exe.config File Parameters

Setting Description
Keyfactor.Sql.DbCommandTimeout

The number of seconds a SQL job will continue to run before timing out if it doesn’t complete. The default is 1800 seconds (30 minutes).

Keyfactor.Sql.SqlRetryConfigurationOptions.DeltaTime
The preferred gap time to delay before the next attempt to connect to SQL will be made. The default is .5 (1/2) second.
Keyfactor.Sql.SqlRetryConfigurationOptions.MaxTimeInterval
The maximum time interval before the next attempt to connect to SQL will be made. The default is 2 minutes.
Keyfactor.Sql.SqlRetryConfigurationOptions.NumberOfTries

The number of times a connection attempt will be made to SQL before an exception is thrown. The default is 5.

LogFileLocation
This value is no longer in use. Instead, see Editing NLog.
NLogConfigFile
This value is no longer in use. Instead, see Editing NLog.

Figure 494: Sample ConfigurationWizardConsole.exe.config File appSettings Section