• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk Migration Agent Error

J

JeffT

Guest
On one of my 8.1 Plesk servers, I am not able to get the Plesk Migration Agent to run. The error message is "Port 6489 is used by another program."


Any help would be appreciated.
 
Please make sure that no other process occupies port 6489. For example you can see which process is listenning by executing command below in Command Prompt:

netstat -o -n -a | findstr 6489

You can as well post it's output here.
 
Below is the results from netstat...



C:\Documents and Settings\Administrator>netstat -o -n -a | findstr 6489

C:\Documents and Settings\Administrator>
 
Back
Top