• 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.

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