I am getting the following errors in the SolidCP event log on the Exchange server when trying to create a new Organization. Any help is appreciated. Thanks.
[9/27/2016 9:32:01 PM] ERROR: Exchange CreateOrganizationOfflineAddressBookInternal
System.DirectoryServices.DirectoryServicesCOMException (0x80072030): There is no such object on the server.at System.DirectoryServices.DirectoryEntry.CommitChanges()
at SolidCP.Providers.HostedSolution.Exchange2016.AdjustADSecurity(String objPath, String securityGroupPath, Boolean isAddressBook)
at SolidCP.Providers.HostedSolution.Exchange2016.UpdateOfflineAddressBook(Runspace runSpace, String id, String securityGroup)
at SolidCP.Providers.HostedSolution.Exchange2016.CreateOrganizationOfflineAddressBookInternal(String organizationId, String securityGroup, String oabVirtualDir)
and
[9/27/2016 9:32:02 PM] ERROR: 'Hosted Microsoft Exchange Server 2016' CreateOrganizationOfflineAddressBook
System.DirectoryServices.DirectoryServicesCOMException (0x80072030): There is no such object on the server.at System.DirectoryServices.DirectoryEntry.CommitChanges()
at SolidCP.Providers.HostedSolution.Exchange2016.AdjustADSecurity(String objPath, String securityGroupPath, Boolean isAddressBook)
at SolidCP.Providers.HostedSolution.Exchange2016.UpdateOfflineAddressBook(Runspace runSpace, String id, String securityGroup)
at SolidCP.Providers.HostedSolution.Exchange2016.CreateOrganizationOfflineAddressBookInternal(String organizationId, String securityGroup, String oabVirtualDir)
at SolidCP.Server.ExchangeServer.CreateOrganizationOfflineAddressBook(String organizationId, String securityGroup, String oabVirtualDir)
Hello,
What are your Active Directory connection settings on the SolidCP Portal --> Exchange server? (it should be set to auth: none and no username or password filled in)
Do you host Hosted Organizations on the same server as exchange?
if so make sure you apply all the permissions needed shown in the manual and video to the SolidCP Server Application pool user (and make sure the user does not exist in computer management --> local users and computers --> users)
Regards,
Marco
Here are the AD settings for the Exchange server:
The HO is on the same server as the Exchange server. Permissions are set in AD and account is in Enterprise Admins and Organization Management for Exchange
Thanks for any help.