Hello,
I am testing SolidCP. I have IIS server, AD server and single node Exchange server. Customer User Account is corretly created. Bud when I try create hosting space I get this error. Can you help me, where i should search issue? I see the message "Server was unable to process request" what does it mean? On the all servers I had installed SolidCP Server asp.net v4.5 and this service is running under admin rights. Thanks
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. --->
System.Exception: Error executing 'CREATE_ORG' task on 'contoso.com' ORGANIZATION ---> System.Web.Services.Protocols.SoapException:
Server was unable to process request. ---> Unknown error (0x80005000)
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.OrganizationExists(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()
Hello,
I fixed it 🙂 I used wrong credential in the Aplication pool(on the exchange server). I used only username, but system was trying loggin by nameOfServerusername. So I changed login to domainusername and everything works.