Skip to content

Commit 0fc4a29

Browse files
authored
changed files by pdets auto publish service, publishid[8656fbd7-2066-40ca-b9d5-4a4129faf4bb] and do [publish].
1 parent 837e710 commit 0fc4a29

26 files changed

+27
-27
lines changed

learn-pr/wwl-sci/implement-manage-hybrid-identity/includes/2-plan-design-implement-azure-active-directory-connect.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

learn-pr/wwl-sci/implement-manage-hybrid-identity/includes/7-trouble-shoot-synchronization-errors.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Microsoft Entra Connect performs three types of operations from the directories
66

77
## Errors during export to Microsoft Entra ID
88

9-
The following section describes different types of synchronization errors that can occur during the export operation to Microsoft Entra ID using the Microsoft Entra connector. This connector can be identified by the name format being `contoso.onmicrosoft.com`. Errors during export to Microsoft Entra ID indicate that the operation (add, update, delete etc.) attempted by Microsoft Entra Connect (Sync Engine) on Microsoft Entra directory failed.
9+
The following section describes different types of synchronization errors that can occur during the export operation to Microsoft Entra ID using the Microsoft Entra connector. This connector can be identified by the name format being `contoso.onmicrosoft.com`. Errors during export to Microsoft Entra ID indicate that the operation (add, update, delete etc.,) attempted by Microsoft Entra Connect (Sync Engine) on Microsoft Entra directory failed.
1010

1111
:::image type="content" source="../media/export-errors-overview.png" alt-text="Screenshot of the Export Errors Overview page in Microsoft Entra Connect.":::
1212

@@ -47,7 +47,7 @@ Microsoft Entra directory schema doesn't allow two or more objects to have the s
4747
2. Bob Smith's **UserPrincipalName** is set as **[email protected]**.
4848
3. **"abcdefghijklmnopqrstuv=="** is the **SourceAnchor** calculated by Microsoft Entra Connect using Bob Smith's **objectGUID** from on premises Active Directory, which is the **immutableId** for Bob Smith in Microsoft Entra ID.
4949
4. Bob also has following values for the **proxyAddresses** attribute:
50-
50+
5151
5252
5353
- **smtp: [email protected]**
@@ -56,15 +56,15 @@ Microsoft Entra directory schema doesn't allow two or more objects to have the s
5656
6. Bob Taylor's **UserPrincipalName** is set as **[email protected]**.
5757
7. **"abcdefghijkl0123456789==""** is the **sourceAnchor** calculated by Microsoft Entra Connect using Bob Taylor's **objectGUID** from on premises Active Directory. Bob Taylor's object has NOT synced to Microsoft Entra ID yet.
5858
8. Bob Taylor has the following values for the proxyAddresses attribute
59-
59+
6060
6161
6262
- **smtp: [email protected]**
6363

6464
9. During sync, Microsoft Entra Connect will recognize the addition of Bob Taylor in on premises Active Directory and ask Microsoft Entra ID to make the same change.
65-
10. Microsoft Entra ID will first perform hard match. That is, it will search if there's any object with the immutableId equal to "abcdefghijkl0123456789==". Hard Match will fail, since no other object in Microsoft Entra ID will have that immutableId.
66-
11. Microsoft Entra ID will then attempt to soft-match Bob Taylor. That is, it will search if there's any object with proxyAddresses equal to the three values, including smtp: [email protected]
67-
12. Microsoft Entra ID will find Bob Smith's object to match the soft-match criteria. But this object has the value of immutableId = "abcdefghijklmnopqrstuv==". which indicates this object was synced from another object from on premises Active Directory. Thus, Microsoft Entra ID can't soft-match these objects and results in an **InvalidSoftMatch** sync error.
65+
10. Microsoft Entra ID will first perform hard match. That is, it will search if there's any object with the immutableId equal to "abcdefghijkl0123456789==". Hard Match will fail, since no other object in Microsoft Entra ID will have that immutableId.
66+
11. Microsoft Entra ID will then attempt to soft-match Bob Taylor. That is, it will search if there's any object with proxyAddresses equal to the three values, including smtp: [email protected]
67+
12. Microsoft Entra ID will find Bob Smith's object to match the soft-match criteria. But this object has the value of immutableId = "abcdefghijklmnopqrstuv==". which indicates this object was synced from another object from on premises Active Directory. Thus, Microsoft Entra ID can't soft-match these objects and results in an **InvalidSoftMatch** sync error.
6868

6969
**How to fix InvalidSoftMatch error**
7070

@@ -127,7 +127,7 @@ Duplicate value is assigned to an already synced object, which conflicts with an
127127
1. **Bob Smith** is a synced user in Microsoft Entra ID from on premises Active Directory of contoso.com
128128
2. Bob Smith's **UserPrincipalName** on premises is set as **[email protected]**.
129129
3. Bob also has following values for the **proxyAddresses** attribute:
130-
130+
131131
132132
133133
- **smtp: [email protected]**
225 KB
Loading
716 KB
Loading
107 KB
Loading
105 KB
Loading
354 KB
Loading
160 KB
Loading
99.9 KB
Loading
27.4 KB
Loading

0 commit comments

Comments
 (0)