• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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