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)
Any interim solution? to incorrect Get-OabAppVirtualDirectory cmdlet?
Hi,
Exactly the same problem here (Version 1.1.3 working with Exchange 2013), we need to create new hosting space very quickly, please help !
Thanks
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
Thanks Marco for your answer, the cmdlet Get-OabVirtualDirectory runs correctly into my environment but SCP error log mentions the Get-OabAppVirtualDirectory cmdlet which seems to not exist.
Thanks