• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

virtual directory error

W

wsani

Guest
Trying to create a virtual directory in IIS through Plesk, I get this error:

VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(domain.com, , directorydotnet, C:\inetpub\vhosts\domain.com\httpdocs\greenfilingdotnet)
---------------------- Debug Info -------------------------------
0: plib\common_func.php3:181
psaerror(string 'VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(domain.com, , directorydotnet, C:\inetpub\vhosts\domain.com\httpdocs\directorydotnet)')
1: htdocs\domains\webdirs\webdir_preferences.php:126

Suggestions?
 
I hate to bring up an old topic, but we are having this same error.

I just restarted all the services, but that didn't seem to help ether.

VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(development.hjtcentral.com, , VideoNEXT, C:\Inetpub\vhosts\development.hjtcentral.com\httpdocs\VideoNEXT)
---------------------- Debug Info -------------------------------
0: C:\Program Files (x86)\SWsoft\Plesk\admin\plib\common_func.php3:151
psaerror(string 'VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(development.hjtcentral.com, , VideoNEXT, C:\Inetpub\vhosts\development.hjtcentral.com\httpdocs\VideoNEXT)')
1: C:\Program Files (x86)\SWsoft\Plesk\admin\htdocs\domains\webdirs\webdir_preferences.php:126

Any ideas?

Google/Bing doesn't return much except for this thread on this problem.
 
Hi,

Try this command to run in the command prompt on the plesk server:

C:/Program file/parallels/ plesk/admin/bin webservmgr.exe --reconfigure-vhost --vhost-name=domain name

Thanks,
 
Try websrvmng --remove-vhost --vhost-name=domainname

and then websrvmng --install-vhost --vhost-name=domainname
 
Back
Top