• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

unable to remove domain

I

IanB

Guest
Hi

I am unable to remove a domain from plesk. Its not in IIS but I get the following error when I try to remove the domain.

Unable to remove domains: Problems occured while removing domains: Unable to turn the domain OFF: Execute websrvmng --stop-vhost "--vhost-name=granvilleservices.co.uk" failed: Catastrophic failure (COM Error 8000FFFF) at stopHosting(granvilleservices.co.uk)

I have tried searched the forums and tried to fix the problem, but I'm proberbly maked the problem worse rather than fixing it...

I have removed the registry entry for sitecache and then ran
websrvmng --reconfigure-vhost --vhost-name=<your deleted domain>

But when I return to Plesk and delete the domain it just sits there with the please wait message and goes no further.

Checked after an hour and still waiting. Closed session, and now get Service Unavailable for everything.

any ideas?

Thanks

Ian
 
I have rechecked IIS and the deleted domains are back. Still unable to remove them from plesk.
 
I have managed to resolve this. No idea how, but I reworked through all the steps again and restrated the server and was able to delete the domain. The confusing thing about it all is I did the same steps several times over with no effect.......

Hey ho. The wonders of computer systems
 
Such issues usually caused by corrupted SiteCache registry branch. If someone face this in future the following steps maybe useful:

1) Remove HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config\SitesCache registry branch (backup it first - just in case);
2) Re-create it with websrvmng.exe utility:

Start > Run > cmd
> cd %plesk_bin%
> websrvmng.exe --reconfigure-all
 
Back
Top