Hi Trevor,
I’m using 1.1.3 Beta.
Trying to create an hosting space I get the below error.
I found in this commit https://git.key4ce.com/SolidCP/v1.0/commit/92a3dff42e5155303855572d767e8979a03d7f10 that you corrected GetOABAppVirtualDirectory to GetOABVirtualDirectory.
Reading the code inside file s ExchangeServerController.cs ecc…. I think that my organization are not creted well.
Please, can you tell me if there is a qorkaround until I wait for the next release?
Thank you
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘testaccount2.com’ ORGANIZATION —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘OU=testaccount2.com,OU=60mailhosting,DC=posta365,DC=it’ ORGANIZATION —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘OU=testaccount2.com,OU=60mailhosting,DC=posta365,DC=it’ ORGANIZATION —> System.Exception: Error executing ‘CREATE_ORG’ task on ‘OU=testaccount2.com,OU=60mailhosting,DC=posta365,DC=it’ ORGANIZATION —> System.Web.Services.Protocols.SoapException: Server was unable to process request. —> The term ‘Get-OabAppVirtualDirectory’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
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.GetOABAppVirtualDirectory()
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 —
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)
Hello,
The problem here is most likely your permissions / exchange setup.
You can try running the command directly in your exchange management shell :
https://technet.microsoft.com/library/aa997926(v=exchg.160).aspx
But in essense: it’s just a basic Exchange command introduced since Exchange 2007.
So your exchange server should be able to execute it unless permissions or similar prevent you from doing so.
As it’s an environmental problem i can’t really give detailed instructions (as by default the command should work).
Regards,
Marco
Hi Marco,
maybe I badly explained myself in my first post.
I think that this is a SolidCP bug because the error message show that ‘Get-OabAppVirtualDirectory’ is not recognized.
The correct command is Get-OabVirtualDirectory. Please note that the command has not the “App” characters.
More, if you see the git commit https://git.key4ce.com/SolidCP/v1.0/commit/92a3dff42e5155303855572d767e8979a03d7f10 you can see that this error seems (I say seems because I don’t understand well all the C# code) already fixed.
So my questions are:
the above commit fix the problem? If yes, there is a way to use the fixed code today?
Otherwise, there is a workaround for this problem?
Thank you