• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk XML API

cmaxwell

Regular Pleskian
I am trying to migratte a client from Plesk 7.5.4 to Plesk 8.2.1.

The migration starts and the status reports as OK, then I check the status again using exactly the same XML and it reports an error with the protocol version.

Here's the XML:

Code:
XML request:

<packet version="1.3.5.1">
<migration>
        <get_status>
                <migration_id>/usr/local/psa/tmp/supervisor.1359</migration_id>
        </get_status>
</migration>
</packet>
====================================
Sat, 27 Oct 2007 20:10:45 +0000:

XML response:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.3.5.1">
  <migration>
    <get_status>
      <result>
        <status>ok</status>
        <migration_status>
          <total>9</total>
          <completed>0</completed>
        </migration_status>
      </result>
    </get_status>
  </migration>
</packet>

====================================
Sat, 27 Oct 2007 20:11:15 +0000:

XML request:
<packet version="1.3.5.1">
<migration>
        <get_status>
                <migration_id>/usr/local/psa/tmp/supervisor.1359</migration_id>
        </get_status>
</migration>
</packet>
====================================
Sat, 27 Oct 2007 20:11:15 +0000:

XML response:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.3.5.1">
  <migration>
    <get_status>
      <result>
        <status>error</status>
        <errcode>15001</errcode>
        <errtext>Protocol version '1.4.0.0' not supported. Current protocol version is '1.3.5.1'
</errtext>
      </result>
    </get_status>
  </migration>
</packet>

Unless i'm going crazy, the protocol version remains as 1.3.5.1 throughout so why is it referring to 1.4.0.0?

Thanks in advance for anyone's help.
 
Back
Top