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

Cannot remove domain in plesk

N

nagelmeier

Guest
Hello,

When trying to remove a domain in plesk, I get this error message:

Fehler: Domains konnten nicht entfernt werden: Problems occured while removing domains: Unable to turn the domain OFF: Execute websrvmng --stop-vhost "--vhost-name=nagelmeier.de" failed: Schwerwiegender Fehler (COM Error 8000FFFF) at stopHosting(nagelmeier.de)

Any ideas ?
 
Please try running this and then attempt to remove the domain again:
Code:
%plesk_bin%\websrvmng.exe --remove-vhost --vhost-name=nagelmeier.de
%plesk_bin%\websrvmng.exe --install-vhost --vhost-name=nagelmeier.de
 
if I try that, I always get an error message:

Ungueltiger Zeiger (COM Error 80004003) at configHosting(nagelmeier.de)
 
Try this:

1. backup the [HKLM\SOFTWARE\PLESK\PSA Config\Config\SitesCache] registry key
2. delete the [HKLM\SOFTWARE\PLESK\PSA Config\Config\SitesCache] registry key
3. Run
Code:
%plesk_bin%\websrvmng.exe --remove-vhost --vhost-name=nagelmeier.de
%plesk_bin%\websrvmng.exe --install-vhost --vhost-name=nagelmeier.de
4. delete the domain
 
Back
Top