Hello,
The error you are getting is due to the fact there are no Hosted Orgs present. At the current moment there is no checks for this .
You should be fine to continue.
Kind Regards,
Trevor Robinson
The thing is I'm trying to create hosted organization but it doesn't work I don't what I doing wrong here:
stem.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'CREATE_ORG' task on 'test' 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) --- End of inner exception stack trace ---
Thanks for your help I already fixed that issue I put the name in hte Root OU wrong I thought this was in LDAP FORMAT name "OU=Hosting; DN=DOMAIN; DN=Local" when I changed to hosting only it started working.