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

Error running websrvmng

jorfermo

Regular Pleskian
websrvmng --add-alias "--domain-name=end2011.webs.upv.es" "--alias-name=end2011.upv.es" --web

External component has thrown an exception.
In IIS7NativeProvider module
Exception type: System.Runtime.InteropServices.SEHException
at _CxxThrowException(Void* , _s__ThrowInfo* )
at ServerManagerFactory.commit()
at IIS7ServerManager.commit(IIS7ServerManager* )

Any idea why?
 
It looks like that site is corrupted in IIS. You can try to remove corresponding site from IIS manually and verify that it is missing in configuration file C:\Windows\System32\inetsrv\config\applicationHost.config. After that try to reconfigure site with

websrvmng --reconfigure-vhost --vhost-name=end2011.webs.upv.es

I hope it will help.
 
Back
Top