Not sure if it helps at all, but when i try to create hosting spaces i either get the error previously posted, or this one:
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'CREATE_ORG' task on 'test.tld' ORGANIZATION ---> System.Exception: Error executing 'CREATE_ORG' task on 'OU=test.tld,OU=Hosted,OU=Caged,DC=caged,DC=ltd' ORGANIZATION ---> System.Exception: Error executing 'CREATE_ORG' task on 'OU=test.tld,OU=Hosted,OU=Caged,DC=caged,DC=ltd' ORGANIZATION ---> System.Exception: Error executing 'CREATE_ORG' task on 'OU=test.tld,OU=Hosted,OU=Caged,DC=caged,DC=ltd' ORGANIZATION ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Execution result does not contain any object
The difference is subtle, but just in case it triggers a light bulb moment.
Regards
Phil
Think we will be giving up on this, is there no documentation/knowledge available on how to approach troubleshooting here?
I'm looking for anything that will give me some insight into where this is failing without resorting to running traces everywhere.
It seems as though permissions and public folders are often an issue so i have been going round checking and double checking, but feel as though i may be chasing a ghost at this point.
Any More Thoughts?
Apologies if this isn't the proper place for any support questions, im unsure where else to go though.
After no assistance with the above we ended up doing a lot of traces, the only result being that we found if we create a hosting plan without exchange and adding exchange as a hosting add on then we get further, i can create hosted organisations, RDS users etc.
However, predictably, we still have an issue when creating mailboxes:
Error creating mailbox. See audit log for more details.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'CREATE_MAILBOX' task on 'demo user' EXCHANGE ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Execution result is empty Parameter name: result 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.CreateMailEnableUser(String upn, String organizationId, String organizationDistinguishedName, String securityGroup, String organizationDomain, ExchangeAccountType accountType, String mailboxDatabase, String offlineAddressBook, String addressBookPolicy, String accountName, Boolean enablePOP, Boolean enableIMAP, Boolean enableOWA, Boolean enableMAPI, Boolean enableActiveSync, Int64 issueWarningKB, Int64 prohibitSendKB, Int64 prohibitSendReceiveKB, Int32 keepDeletedItemsDays, Int32 maxRecipients, Int32 maxSendMessageSizeKB, Int32 maxReceiveMessageSizeKB, Boolean hideFromAddressBook, Boolean isConsumer, Boolean enabledLitigationHold, Int64 recoverabelItemsSpace, Int64 recoverabelItemsWarning) at SolidCP.EnterpriseServer.ExchangeServerController.CreateMailbox(Int32 itemId, Int32 accountId, ExchangeAccountType accountType, String accountName, String displayName, String name, String domain, String password, Boolean sendSetupInstructions, String setupInstructionMailAddress, Int32 mailboxPlanId, Int32 archivedPlanId, String subscriberNumber, Boolean EnableArchiving) --- End of inner exception stack trace --- at SolidCP.EnterpriseServer.ExchangeServerController.CreateMailbox(Int32 itemId, Int32 accountId, ExchangeAccountType accountType, String accountName, String displayName, String name, String domain, String password, Boolean sendSetupInstructions, String setupInstructionMailAddress, Int32 mailboxPlanId, Int32 archivedPlanId, String subscriberNumber, Boolean EnableArchiving) at SolidCP.EnterpriseServer.esExchangeServer.CreateMailbox(Int32 itemId, Int32 accountId, ExchangeAccountType accountType, String accountName, String displayName, String name, String domain, String password, Boolean sendSetupInstructions, String setupInstructionMailAddress, Int32 mailboxPlanId, Int32 archivedPlanId, String subscriberNumber, Boolean EnableArchiving) --- End of inner exception stack trace ---
There is nothing in either the SolidCP or MSExcahmge event logs to assist. Im still guessing permissions, but as this is a test setup i have just given root (all admins) to all everywhere to test that theory, obviously no joy there.
Any help would be really appreciated