Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Creation of subdomain fails with error: websrvmng failed  (Read 2755 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
Creation of subdomain fails with error: websrvmng failed
« on: February 01, 2014, 02:25:24 am »
While we create sub domains it may fail with the following error:
Code: [Select]
    WebServerManager::addVhost() failed: websrvmng failed: Unknown error 0xC00CE560 (COM Error C00CE560) at configHosting(domain.tld)


This error is due to broken  file with domain security settings .security.

To solve this we have to
  • Rename the .security file to .security.bak which is present at "%plesk_vhosts%\domain.tld\httpdocs"
  • Reconfigure domain using below command:
Code: [Select]
    "%plesk_bin%\websrvmng.exe" --reconfigure-vhost --vhost-name=domain.tld

That's all the issue is fixed.!!