• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Deletion of domain fails

M

marcel_0815

Guest
Hallo,

after creating a new domain with Plesk and altering settings of this new domian in IIS (ok, shame on me), I couldn't delete this anymore with Plesk.
I deleted it with IIS now, but Plesk still shows its existence. Is there a command to "synchronize" the state of Plesk, such as plesk reads the configuration of IISS and alters its tables?
Also creating the domain in IIS, giving privileges to Plesk andsoon, doesn't work.

Here the error:

Unable to turn the domain OFF: Execute websrvmng --stop-vhost "--vhost-name=foobar.com" failed: Schwerwiegender Fehler (COM Error 8000FFFF) at stopHosting(foobar.com)

Cheers Marcel
 
try this command:

C:\Program Files\SWSoft\Plesk\admin\bin> websrvmng.exe --reconfigure-vhost --vhost-name=foobar.com
 
I also had this issue after tweeking IIS :)

There's a reg key under the Plesk tree called SitesCache.
HKEY_LOCAL_MACHINE\SOFTWARE\PLESK\PSA Config\Config\SitesCache

Backup the tree, then delete this key. This forces Plesk to rebuild the links between IIS and the Plesk interface :)

Regards
Lea
 
Back
Top