Having some sync errors in AD Connect that I'm trying to figure out how to resolve.

Zach Mais 0 Reputation points
2024-07-31T23:52:51.71+00:00

Hi Good Evening Everyone,

We are getting some sync errors in our environment and trying to figure out what the issue is. The error we're getting are dn-attributes-failure errors.

User's image

User's image

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,164 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,540 Reputation points
    2024-08-01T04:15:17.0766667+00:00

    The error Dn-Attribute-failure happens when duplicate attribute values exist for 2 or more objects in the on-premises domain but those values cannot be assigned to multiple users in Azure AD

    To resolve this error, you need to correct the duplicate attributes in your on-premises AD all the users who are part of the affected group. After making the changes in your local AD, Run a full sync cycle:

     Start-ADSyncSyncCycle -PolicyType Initial
    
    

    You can use the idfix tool to find: https://microsoft.github.io/idfix/

    See: https://learn.microsoft.com/en-us/troubleshoot/azure/entra/entra-id/user-prov-sync/troubleshoot-aad-connect-objects-attributes

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.