parser error after ...
 
Notifications
Clear all

parser error after 1.1.0 update

15 Posts
5 Users
0 Reactions
4,277 Views
Posts: 23
(@addsvictory)
Eminent Member
Joined: 8 years ago

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.

Reply
Posts: 1987
Admin
(@m-tiggelaar)
Noble Member
Joined: 9 years ago

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)

Reply
2 Replies
(@addsvictory)
Joined: 8 years ago

Eminent Member
Posts: 23
Admin
(@m-tiggelaar)
Joined: 9 years ago

Noble Member
Posts: 1987

i saw, thank you very much 🙂

Reply
Posts: 20
(@jdroger2)
Eminent Member
Joined: 8 years ago

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" />

Reply
Page 3 / 3
Share: