I have a customer site that periodically is having issues with Directory Server syncing with AD. When the sync fails, the DS Operational Trace Log list the following:
System.Runtime.InteropServices.COMException (0x00005011): Unknown error (0x5011) at System.DirectoryServices.SearchResultCollection.ResultsEnumerator.MoveNext() at System.DirectoryServices.SearchResultCollection.get_InnerList() at System.DirectoryServices.SearchResultCollection.get_Count() at Laserfiche.LicenseManager.ADGS.ADGSModule.ApplyADGSRule(LicenseCacheEntry lce, DirectorySearcher searcher, String rootDN, String host, IdentityProviderSpecs providerSpecs, ADGSRule rule, List`1 cycleCheck) at Laserfiche.LicenseManager.ADGS.ADGSModule.ApplyADGSRule(LicenseCacheEntry lce, DirectorySearcher searcher, IdentityProviderSpecs providerSpecs, ADGSRule rule) at Laserfiche.LicenseManager.ADGS.ADGSModule.SynchronizeDatabase(Object data) Type: System.Runtime.InteropServices.COMException Stack Trace: at System.DirectoryServices.SearchResultCollection.ResultsEnumerator.MoveNext() at System.DirectoryServices.SearchResultCollection.get_InnerList() at System.DirectoryServices.SearchResultCollection.get_Count() at Laserfiche.LicenseManager.ADGS.ADGSModule.ApplyADGSRule(LicenseCacheEntry lce, DirectorySearcher searcher, String rootDN, String host, IdentityProviderSpecs providerSpecs, ADGSRule rule, List`1 cycleCheck) at Laserfiche.LicenseManager.ADGS.ADGSModule.ApplyADGSRule(LicenseCacheEntry lce, DirectorySearcher searcher, IdentityProviderSpecs providerSpecs, ADGSRule rule) at Laserfiche.LicenseManager.ADGS.ADGSModule.SynchronizeDatabase(Object data)
They are running Laserfiche Directory Server Version 10.0.0.270 on Windows 2012 R2.
Any ideas on the cause and/or how to resolve it?