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

Error: Unable to remove customer: Unable to find service node for web service on doma

SagarS

Basic Pleskian
Hi

Version:parallels Plesk Panel v10.4.4_build1013111102.18 os_RedHat el5
OS: Linux 2.6.18-238.31.1.el5

Unable to remove subscription:
Error: Unable to find service node for web service on domain with id=x

I tried activating/adding new subscription/deleting customer but its not working.

Pls help.

Thanks
 
Yes, we have already submitted bug regarding this problem. Fix expected in MU#12
 
hi
i have the same problem
so what is the result? is any solution for fix this problem
 
is there any result about this problem

Hello, Seyed AhmadS.

The issue has been resolved since 10.4.4 MU#13.

However, unfortunately, it still does not available on upgrading to 10.4.4.
It will be available since upgrading to Plesk 11. Sorry for the inconvenience.
 
Fix?

Hi same problem here, couldnt delete a domain. This worked for me:

Login to server with Putty.

Connect to psa database:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

Select all from domains to view entries and see if there is something wrong with you domain:
select * from domains;

I tried to update the wrong entries, but that didnt work (after trying to delete domain from plesk, the mysql 'domains' was wrong again). So i deleted the domain by the corresponding id, in this case 6:
DELETE from domains where id='6';

Now there is one problem you need to fix, there are probably some DNS records. These can also be found in the database under 'dns_recs':
SELECT * FROM dns_recs;
DELETE from dns_recs where id='...';

And then I WAS SO HAPPY! Domain was deleted in Plesk!

Hope this will help you m8.
 
Another solution for Virtual Servers

I am also in a virtual server environment and my Plesk Build 10.4.4 is demonstrating the same problem. I am using the Business & Customer addition to Plesk and the domain that I wanted to delete was a a personal website in my webspaces. To delete I actually created a customer for this website and changed ownership, then I was able to delete the subscription without getting an error.
 
Back
Top