• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

domain alias web service

AtulK

New Pleskian
I need to create a domain alias. I can create it using plesk panel and creation is successful.

However, when I enable "Web Service", it returns an error.

=-=-=-=-=-=

Execute websrvmng --add-alias "--domain-name=test.net" "--alias-name=randomtest.com" --web --mail failed with error code 1: A specified logon session does not exist. You may already have been terminated. (Exception from HRESULT: 0x80070520)

In Microsoft.Web.Administration module

Exception type: System.Runtime.InteropServices.COMException
in Microsoft.Web.Administration.Interop.IAppHostMethodInstance.Execute()
in Microsoft.Web.Administration.Binding.AddSslCertificate(Byte[] certificateHash, String certificateStoreName)
in Microsoft.Web.Administration.BindingManager.BindingTransaction.Commit()
in Microsoft.Web.Administration.BindingManager.Save()
in Microsoft.Web.Administration.ServerManager.CommitChanges()
in ServerManagerFactory.commit()
in IIS7ServerManager.commit(IIS7ServerManager* )
---------------------- Debug Info -------------------------------
0: utilmng.php:47
utilmng->call(string 'add-alias', array)
1: domainmng.php:70
domainmng->add_alias(string 'test.net', string 'randomtest.com', boolean true, boolean true)
2: DomainAliasesManager.php:207
DomainAliasesManager::updateDomainAlias(object of type DomainAlias)
3: domain_alias_edit.php:108
require(string 'C:\Program Files (x86)\Parallels\Plesk\admin\htdocs\domains\domain_alias_edit.php')
4: plesk.php:66

=-=-=-=-=-=

I'd like to know if this error could create future problems in settings.
 
Usually this issue related to incorrectly installed SSL certificate. You can try to remove server certificate manually from IIS and reconfigure server after that. It should help.
 
yeah it helped me...... :) thanks

i have removed SSL from IIS repository and re-installed plesk service ssl's thru plesk reconfigurator
 
Last edited:
Back
Top