Error creating host...
 
Notifications
Clear all

Error creating hosted organization

2 Posts
1 Users
0 Likes
540 Views
Posts: 4
Topic starter
(@discoreports)
New Member
Joined: 5 years ago

Hello,

I've been trying to set up an environment to test hosted Exchange with SolidCP and I've been running into errors when trying to add a hosting space, specifically when it tries to create the Hosted Organization. Current setup is 3 servers, a DC with nothing else on it, one with Exchange 2016 and SolidCP Server, and a third server with the SolidCP Portal and Enterprise Server. When I look up the error I see in event viewer I see various devs have run into the same thing but gotten their code to work by explicitly specifying the LDAP port, but I'm not sure where I could try to modify this.

This is the error from SolidCP:

Page URL: http://XXX:9001/Default.aspx?pid=Home&mid=22&ctl=create_space&UserID=3
Logged User: serveradmin
Work on Behalf: testCustomer
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 'atestdomain.com' ORGANIZATION ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> The server is not operational.

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()

And this is what I see in the Event Viewer:

[7/17/2019 3:19:43 PM] ERROR: Can't CreateOrganization 'Hosted Organizations' provider
System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational.

at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Exists(String path)
at SolidCP.Providers.HostedSolution.OrganizationProvider.OrganizationExistsInternal(String organizationId)
at SolidCP.Server.Organizations.OrganizationExists(String organizationId)

1 Reply
Posts: 4
Topic starter
(@discoreports)
New Member
Joined: 5 years ago

After removing SolidCP server from the Exchange server and going through a fresh install process the organization creation seems to be working normally, not sure what I did differently this time.

Reply
Share: