Currently using the 1.02 beta and have a Virtual Server containing Exchange 2016, Hosted Organizations. Access to users, adding email accounts is working fine.
Added a SFB server into the Virtual Server, and updated the Hosting Plan.
Now, whenever there are any calls to view users, or anything connected with Organizations, the following error appears.
Exception message: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'GET_ORG_STATS' task on '' ORGANIZATION ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
Removing the SFB server from the Hosting Plan and Organization works again.
Any ideas?
Hello,
I think it's looking for a resource that is created at the start of an organization / user which isn't present in your case (as SfB is added later)
We will investigate this and make a fix as soon as possible.
Regards,
Marco
Thanks for the quick response Marco, I had a feeling it might be related to adding SFB after the Org was already created.
As a follow up, after adding the SFB server to the Hosting Plan I created a new org following your theory. The Org was created successfully despite the same error as above happening. Verified in AD that the object existed, however again there is no access to any Orgs until the SFB server is removed.
Noticed 1.03 seemed to have this resolved. Attempted to autoupdate and the installer crashes with the following:
[6/1/2016 4:25:24 PM] ERROR: Installer error
System.NullReferenceException: Object reference not set to an instance of an object.
at SolidCP.Installer.Common.AssemblyLoader.RemoteRun(String fileName, String typeName, String methodName, Object[] parameters)
at SolidCP.Installer.Common.AssemblyLoader.RemoteRun(String fileName, String typeName, String methodName, Object[] parameters)
at SolidCP.Installer.Common.AssemblyLoader.Execute(String fileName, String typeName, String methodName, Object[] parameters)
at SolidCP.Installer.Controls.ComponentsControl.StartInstaller(DataRowView row)