• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Issue Imunify QuickPatch

Nico Pernot

New Pleskian
I keep getting the following error on Imunify QuickPatch

"Unable to update EXT.05536274.0017: An error occurred while processing your key."

Every time I try to upgrade the key manually, the last key number is increased by one (so .0016 becomes .0017 and so on.) but the problem remains.

Even trying to get a new license is not working. On the Plesk website I get an error that my PLESK license is not valid...

How can I solve this issue?
 
Do you have in /usr/local/psa/admin/log/panel.log something like:

ERR [panel] KeyUpdate Result code: 2 Unspecified error
ERR [panel] KeyUpdate Result desc: License key EXT.05536274.0017 is expired

Iа yes:
  1. Remove trial licence key EXT.05536274.0017 in Tools & Settings > License Management > Additional License Keys > choose trial extension key > Remove.
  2. Retrieve the main Plesk key in Tools & Settings > License Management > Retrieve Keys.
If it does not fix the issue or if the expired trial additional license is not listed in Tools & Settings > License Management > Additional License Keys, do the following:

  1. Rename the following file:
    Code:
    # mv /etc/sw/keys/registry.xml /etc/sw/keys/registry.xml.old
  2. Execute this command in order to retrieve the current license information (this command equals to clicking Tools & Settings > License Management > Retrieve Keys):
    Code:
    # plesk bin license --retrieve
 
Back
Top