Hi,
after manual upgrade to 1.1.0 I’m getting the following error when I open the website
Thanks,
Bora
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unknown server tag ‘CPCC:StyleButton’.
Source Error:
Line 17: <asp:HyperLink runat="server" SkinID="CommandButton" CssClass="CommandButton"></asp:HyperLink> Line 18: <span style="color: red;">Line 19: <CPCC:StyleButton runat="server" SkinID="CommandButton" CssClass="CommandButton"></CPCC:StyleButton> </span>Line 20: <CPCC:StyleButton runat="server" SkinID="SmallCommandButton" CssClass="SmallCommandButton"></CPCC:StyleButton> Line 21:
Source File: /App_Themes/Default/Common.skin Line: 19
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.