completed-transient-objects during full synchronization on AAD connector

Mishaua 716 Reputation points
2022-08-07T06:34:00.107+00:00

I am working on a swing migration and on my staging server I was getting a "Completed-sync-errors" status on the AAD connector because two groups had more than 250k members. I made a sync rule to exclude those two groups and did a new full import and full synchronization on the domain connector. On a full import on the AAD connector I show status "completed-transient-objects". I do not show any synchronization errors so I am wondering what this status means?

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

Accepted answer
  1. Sandeep G-MSFT 14,326 Reputation points Microsoft Employee
    2022-08-10T15:59:20.187+00:00

    @Mishaua

    Thank you for reaching out to us on this.

    Usually, transient means when an object is imported to the connector space that has the same distinguished name attribute as an existing connector space object but a different anchor attribute, the existing connector space object is marked as transient. If more objects are imported with the same distinguished name and a different anchor attribute, each one will become transient. Only the last object imported with that distinguished name will be non-transient. Objects marked as transient remain in the connector space until they are updated with a new distinguished name, or are deleted from the connector space during a full import. In this case, AD connect sync engine assumes that because the object does not exist in the connected data source, it was deleted, therefore it will be deleted in the connector space.

    In your case you can initiate a full sync through PowerShell so that all the sync cycles get's completed in an order. This will fix the issue.

    Hope this answered your question.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful