Hello SolidCP Team,
I have an issue when I tried to create Exchange organization in SolidCP.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'CREATE_ORG' task on 'extest2.com' ORGANIZATION ---> System.Exception: Error executing 'CREATE_ORG' task on 'OU=extest2.com,OU=Shared,DC=,DC=,DC=' ORGANIZATION ---> System.Exception: Error executing 'CREATE_ORG' task on 'OU=extest2.com,OU=Shared,DC=,DC=,DC=' ORGANIZATION ---> System.Exception: Error executing 'CREATE_ORG' task on 'OU=extest2.com,OU=Shared,DC=,DC=,DC=***' ORGANIZATION ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Execution result does not contain any object 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.Exchange.ExchangeServer.ExtendToExchangeOrganization(String organizationId, String securityGroup, Boolean IsConsumer) at SolidCP.EnterpriseServer.ExchangeServerController.ExtendToExchangeOrganization(Organization& org) --- End of inner exception stack trace --- at SolidCP.EnterpriseServer.ExchangeServerController.ExtendToExchangeOrganization(Organization& org) --- End of inner exception stack trace --- at SolidCP.EnterpriseServer.ExchangeServerController.ExtendToExchangeOrganization(Organization& org) at SolidCP.EnterpriseServer.ExchangeServerController.CreateOrganizationRootPublicFolder(Int32 itemId) --- End of inner exception stack trace --- at SolidCP.EnterpriseServer.ExchangeServerController.CreateOrganizationRootPublicFolder(Int32 itemId) 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 ---
I have deployed Exchange Server 2016 with SolidCP Server 1.1.0
Problem is only connected with exchange server because I have another working hosting plans for example Sharepoint.
On Exchange server I found this errors:
[9/6/2016 10:16:55 AM] ERROR: 'Hosted Microsoft Exchange Server 2016' ExtendToExchangeOrganization
System.ArgumentException: Execution result does not contain any object
at SolidCP.Providers.HostedSolution.Exchange2016.GetResultObjectDN(Collection`1 result)
at SolidCP.Providers.HostedSolution.Exchange2016.CreateGlobalAddressList(Runspace runSpace, String organizationId)
at SolidCP.Providers.HostedSolution.Exchange2016.ExtendToExchangeOrganizationInternal(String organizationId, String securityGroup, Boolean IsConsumer)
at SolidCP.Server.ExchangeServer.ExtendToExchangeOrganization(String organizationId, String securityGroup, Boolean IsConsumer)
Please help.
think it will be more easy if you open up seperated topics on issues (so people can more easily find it back when they run into a similar issue).
that being said:
I think it fails over CreateOrganizationRootPublicFolder
there's usually a few things i would check:
- Do you have a public folder Primary hierarchy?
- Does the public folder already exist?
- Does the Address book policy already exist?
- Does the GAL List already exist?
- Does the Address list / Rooms list already exist?
- Does the OAB already exist?
SolidCP will always try to make:
OrgID <Item> (example: mydomain.com Address List, mydomain.com Global Address list, etc)
just a not for any future readers, if you copy marco's manual web.config change:
<add tagPrefix=”CPCC” namespace=”CPCC” assembly=”CPCC” />
you'll want to replace the quotation marks with regular straight ones
<add tagPrefix="CPCC" namespace="CPCC" assembly="CPCC" />