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

Migration error - transfer.result can not be opened

F

filipersimoes

Guest
Hello guys,

I'm migrating to a new server using the migration tool and I got the following error message:

<?xml version="1.0" encoding="UTF-8"?>
<execution-result-mixed status="error" log-location="">
<transfer status="error">
<message code="UtilityError" severity="error">
<description>Execution result file (D:\Parallels\Plesk\PMM\msessions\20120604023051357\transfer.result) can not be opened</description>
</message>
</transfer>
</execution-result-mixed>

Does anyone got this before?
 
Does this file D:\Parallels\Plesk\PMM\msessions\2012060402305135 7\transfer.result really exists? Looks like it is wrong permissions related issue. Try to fix it with Plesk reconfigurator.
 
When I try to migrate (as per parallels advise I upgraded both Migration manager in both servers)

<?xml version="1.0" encoding="UTF-8"?>
<execution-result-mixed status="error" log-location="">
<transfer status="error">
<message code="" severity="error" id="">
<description>Unable to download file 'dump-status.xml' from remote host '(the host domain here)' using 'Https' transport.</description>
<message code="" severity="error" id="">
<description>Unable to connect to the remote server</description>
<message code="" severity="error" id="">
<description>A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond (THE IP OF HOST HERE):8443</description>
</message>
</message>
</message>
</transfer>
</execution-result-mixed>

Now, I tried fixing with RR reconfiguraton both servers, I tried installing all applications with similar configurations, but still get this error and when I try to delete all the failed migrations, none works.

Please advise what to do.
 
Hi.

I had the same issue.

I solved it by starting a VPN-Tunnel between the two servers and configured SAMBA in the Migration Manager-Config-File in "C:\Program Files (x86)\Parallels\Plesk\PMM\Migration\migrmng.exe.config".

---SNIP
<!--Possible values for Transport: SecureNetRemoting | NetRemoting | Samba | HTTPS-->
<add key="Transport" value="Samba"/>
---SNIP

Regards
Georg
 
In my case i got this error and found that the disk was full.
 
Back
Top