• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

9.5.4 Win2008 R2 "Version too short" workaround fails

3

3psil0NM

Guest
Hello,
On Plesk 9.5.4, the issue described in http://kb.odin.com/7090 still appears.
However, applying the hotfix file (psa9dumpagent.dll) causes all backups to fail with the message below.
The hotfix obtained from: http://kb.odin.com/Attachments/11914/Attachments/psa9dumpagent_plesk953_954.zip
MD5 of obtained file: 73caaa6ae0088b825ba9b00aeb3be788
MD5 of psa9dumpagent which does't work: b71c9c08a378da5e1f4fb3675575e186
Version number: 9.1.4031.30141

Failure message (in Plesk Panel):
Code:
<?xml version="1.0" encoding="utf-8"?>
<execution-result status="error">
  <object name="backup" type="backupowner">
    <message code="TypeLoadException" severity="error">Could not load type 'psa9dumpagent.Psa9Structure' from assembly 'psadumpagent, Version=9.1.4031.30141, Culture=neutral, PublicKeyToken=null'.</message>
    <message code="ApplicationException" severity="error">Backup failed!</message>
  </object>
</execution-result>

Migration.result contains:
Code:
1912: Error	27/12/2010 15:47:14.506 : ---------------------- Exception start    ------------------------
1912: Error	27/12/2010 15:47:14.506 : Could not load type 'psa9dumpagent.Psa9Structure' from assembly 'psadumpagent, Version=9.1.4031.30141, Culture=neutral, PublicKeyToken=null'.
1912: Error	27/12/2010 15:47:14.506 : System.TypeLoadException: Could not load type 'psa9dumpagent.Psa9Structure' from assembly 'psadumpagent, Version=9.1.4031.30141, Culture=neutral, PublicKeyToken=null'.
   at psadump.PsaDumpEnv.getPsaStructure()
   at psadumpagent.DumpEnv.get_PsaStructure()
   at psadumpagent.DumpEnv.CommonDumpFunction.fillWebSrvMngCache()
   at psadumpagent.DumpEnv.fillWebSrvMngCache()
   at psadumpagent.DumpEnv.Dump()
1912: Error	27/12/2010 15:47:14.506 : ---------------------- Exception   end    ------------------------
 
Ok. I have forwarded it to developers for the further investigation. Let's wait their answer.
 
I noticed the file in the article changed, I am testing it now.

EDIT: The new file posted in the article (psa9dumpagent.dll version 9.1.3935.42713) fixes the problem. Thank you very much.
 
Last edited by a moderator:
Back
Top