Hotfix Installation
NOTE: During the hotfix installation, click NO when prompted for a system restart. Perform a manual restart after the installation of the hotfix is completed.
After the successful installation of the hotfix and a system restart, verify the following files.
If the following content is not available, it must be updated.
- In the <Password Manager installation folder>\Service\QPM.Service.Host.exe.config, the following is to be present under <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> </startup>
- In the <Password Manager installation folder>\Web\Admin\web.config, the following is to be present under <system.web> node : <httpRuntime requestPathInvalidCharacters="" targetFramework="4.7.2" />
- In the <Password Manager installation folder>\Web\User\web.config, the following is to be present under <system.web> node: <httpRuntime requestValidationMode="2.0" targetFramework="4.7.2" />
- <Password Manager installation folder>\Web\NewUser\web.config, the following is to be present under <system.web> node: <httpRuntime targetFramework="4.7.2" requestPathInvalidCharacters="" />
- In the <Password Manager installation folder>\Web\Helpdesk\web.config, the following is to be present under <system.web> node: <httpRuntime requestValidationMode="2.0" targetFramework="4.7.2" />
- Copy the supplied file PasswordManager-5.9.3_SOL319839.exe.rename to the One Identity Password Manager 5.9.3 computer.
- Remove the .rename file name extension.
- Run the file PasswordManager-5.9.3_SOL319839.exe and follow the on-screen instructions to complete the hotfix installation.
- Perform Steps 1—3 for each instance of Password Manager installed in your environment.
NOTE: Enable sticky session if you are hosting any site on the load balancer, as Admin, Helpdesk, and Self-service sites use session state management technique.
If it is not possible to install and apply this cumulative hotfix, you may manually update the following files to implement the fix.
Otherwise please install the hotfix and it will automatically update the files, and no further action is required.
NOTE: Before manually updating these files or before installing the hotfix, One Identity recommends to take a backup of the following files listed here.
<Password Manager Installation Folder>\Service\QPM.Service.Host.exe.config <Password Manager Installation Folder>\Web\Admin\web.config <Password Manager Installation Folder>\Web\User\web.config <Password Manager Installation Folder>\Web\NewUser\web.config <Password Manager Installation Folder>\Web\Helpdesk\web.config 1. In the Path C:\Program Files\One Identity\Password Manager for AD LDS\Service. Edit the file QPM.Service.Host.exe.config. Change the following content as follows:
ORIGINAL: <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
Replace with: <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
2. In the Path C:\Program Files\One Identity\Password Manager for AD LDS\Web\Admin. Edit the file Web.config. Change the following content as follows:
ORIGINAL: <httpRuntime requestPathInvalidCharacters="" />
Replace with: <httpRuntime requestPathInvalidCharacters="" targetFramework="4.7.2" />
3. In the Path C:\Program Files\One Identity\Password Manager for AD LDS\Web\Helpdesk. Edit the file Web.config. Change the following content as follows:
ORIGINAL: <httpRuntime requestPathInvalidCharacters="" />
Replace with: <httpRuntime requestPathInvalidCharacters="" targetFramework="4.7.2" />
4. In the Path C:\Program Files\One Identity\Password Manager for AD LDS\Web\User. Edit the file Web.config. Change the following content as follows:
ORIGINAL: <httpRuntime requestPathInvalidCharacters="" />
Replace with: <httpRuntime requestPathInvalidCharacters="" targetFramework="4.7.2" />