Hi Marco,
I am going through strange problem as below mentioned error is been shown while adding the Exchange 2013 domain. i have already added a lot of domains and didn't face such issue. it seems some old entry is stored somewhere in solidcp which is NOT allowing to add this domain. can you suggest where i can check entry for this domain ?
Specified domain already exists
Hi,
You can check the Domains table in the database to see if you can see if the domain is listed.
Thanks,
Trevor Robinson
Hi,
I found this domain name already added in database. deleted it using below-mentioned command and were able to re-add it. everything is fine now.
select * from dbo.domains where DomainID = 1103
Hi,
It has been removed from the SQL Database but still when i add it is Control Panel, it says object already exists. below is the error that i am getting. can you please help with that.
Hosting Space:
0
Stack Trace:
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'CREATE_ORG' task on 'abc.com' ORGANIZATION ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> The object already exists.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.Providers.HostedSolution.Organizations.CreateOrganization(String organizationId)
at SolidCP.EnterpriseServer.OrganizationController.CreateOrganization(Int32 packageId, String organizationId, String organizationName, String domainName)
--- End of inner exception stack trace ---
at SolidCP.EnterpriseServer.OrganizationController.CreateOrganization(Int32 packageId, String organizationId, String organizationName, String domainName)
at SolidCP.EnterpriseServer.esOrganizations.CreateOrganization(Int32 packageId, String organizationID, String organizationName, String domainName)
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.EnterpriseServer.HostedSolution.esOrganizations.CreateOrganization(Int32 packageId, String organizationID, String organizationName, String domainName)
at SolidCP.Portal.UserCreateSpace.CreateHostingSpace()
Hey,
The error looks like the hosted org has already been created. Can you check in AD users and computers for the org?
Thanks,
Trevor Robinson