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

Delete VHOST causes COM Error 8000ffff

B

bkausbk

Guest
Plesk can not delete VHOST.
(I'm using Plesk for Windows 8.11)

Error: Unable to activate/deactivate domain: Execute websrvmng --stop-vhost "--vhost-name=mydomain.com" failed: Catastrophic failure (COM Error 8000FFFF) at stopHosting(mydomain.com)

It was caused after I manually delete VHOST in Windows IIS Admin Controlpanel without using Plesk.

So what is the way to get rid of this vhost in Plesk?

Thanks

bkausbk
 
Most probably this issue is caused by incorrect domain configuration in IIS. Try to perform the following:

1) Remove SiteCache registry branch: HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config\SitesCache (but backup it first - just in case :))
2) Recreate it with websrvmng Plesk utility:

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

After that site can be managed as it is now configured in IIS anew.
 
Thank you DmitryT for your hint, but unfortunately there is no such Registry key and calling reconfigure causes "Unexpected Error"

Code:
C:\Documents and Settings\Administrator>cd %plesk_bin%

C:\SWSoft\Plesk\admin\bin>websrvmng.exe --reconfigure-all
Unexpected error
C:\SWSoft\Plesk\admin\bin>

Is there a way to restore the entire plesk to the state after installation? Since Plesk was preinstalled with my Virtual Private Server I think I don't have access to Plesk installation executable.

bkausbk
 
Most probably .Security file is corrupted. Please try to move to .bak file temporary and repeat the operations below.
 
Where can I find this .Security file? Btw. also non physical Vhosts (forwards) can't be deleted with plesk. Same error.

Is there a way to re-register needed COM components?
 
Back
Top