• Hello,

    Just started testing OpenEM and having some issues... The LDAP sync job isn't processing. I am able to authenticate to the web interface using AD auth, and a credential test works properly. When I check the status of the sync job in Hangfire I get the following, however I'm not sure what object it's unable to find.

    There is no such object on the server.
    
    System.DirectoryServices.DirectoryServicesCOMException (0x80072030): There is no such object on the server.
    
       at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
       at System.DirectoryServices.DirectoryEntry.Bind()
       at System.DirectoryServices.DirectoryEntry.get_AdsObject()
       at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne)
       at Toems_Service.Workflows.LdapSync.GetOUs()
       at Toems_Service.Workflows.LdapSync.Run()
    

    Is there a way I can get OpenEM/Hangfire to produce more information? My Base DN and Search DN are both valid


  • Does your sync OU contain the base dn? If it does, remove it.


  • @theopenem_admin That did it... Thanks!