Symptoms
The Plesk upgrade process fails with the following error message:
-
Upgrade to Onyx 17.8:
Installing packages
Upgrading Plesk URL protection module...
Failed to install 'C:ParallelsInstallerparallelsPANEL-WIN_17.8.11dist-windowsplesk-urlprotection.msi': Fatal error during installation. (Error code 1603)
ERROR: The installation of the package 'plesk-urlprotection' failed with code 1603. (upgrade: Upgrading Plesk URL protection module...) -
Upgrade to Obsidian:
Installing packages
Upgrading Plesk URL protection module...
Failed to install 'C:ProgramDataPleskInstallercachepoolreleasePLESK-WIN_18.0.21_1598dist-windowsplesk-urlprotection.msi': Fatal error during installation. (Error code 1603)
Action '' failed with error 1603(0x00000643)
ERROR: The installation of the package 'plesk-urlprotection' failed with code 1603. (upgrade: Upgrading Plesk URL protection module...)
Cause
Unknown.
Resolution
Click on a section to expand
Upgrade to Onyx 17.8
-
Connect to the Plesk server via RDP
-
Download the
plesk-urlprotection
package.
-
Stop IIS service:
Warning: Plesk and websites will be offline while IIS is stopped.
C:> iisreset /stop
-
Install the
plesk-urlprotection
package:Note: Modify the path to the
plesk-urlprotection
package if it is different from the below.C:> msiexec /i "C:UsersAdministratorDownloadsplesk-urlprotection.msi" /L*V "C:plesk_urlprotection_installation_debug.txt" AUTOINSTALLER=1
-
Start IIS service:
C:> iisreset /start
Upgrade to Obsidian 18
-
Connect to the Plesk server via RDP
-
Stop IIS service:
Warning: Plesk and websites will be offline while IIS is stopped.
C:> iisreset /stop
-
Install the
plesk-urlprotection
package:Note: Modify the path to the
plesk-urlprotection
package if it is different from the below.C:> msiexec /i "C:ProgramDataPleskInstallercachepoolreleasePLESK-WIN_18.0.21_1598dist-windowsplesk-urlprotection.msi" /L*V "C:plesk_urlprotection_installation_debug_OBSIDIAN.txt" AUTOINSTALLER=1
-
Start IIS service:
C:> iisreset /start