You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/dataverse/d365-app-outlook/troubleshoot-item-level-server-side-synchronization-issues.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.custom: sap:Dynamics 365 App for Outlook Add-In
7
7
---
8
8
# Troubleshoot item level Server-Side Synchronization issues with Microsoft Dynamics 365
9
9
10
-
A new Server-Side Synchronization dashboard has been introduced that enables you to view item level failures for incoming email, outgoing email, and ACT (Appointments, Contacts, and Tasks) sync. This can help you troubleshoot issues such as why a specific email was not tracked automatically by Server-Side Synchronization.
10
+
A new Server-Side Synchronization dashboard has been introduced that enables you to view item level failures for incoming email, outgoing email, and ACT (Appointments, Contacts, and Tasks) sync. This can help you troubleshoot issues such as why a specific email wasn't tracked automatically by Server-Side Synchronization.
11
11
12
12
_Applies to:_ Dynamics 365 App for Outlook
13
13
_Original KB number:_ 4468755
@@ -27,27 +27,27 @@ After following the required steps above to enable this feature, follow the step
27
27
Example: **Sales** > **Dashboards or Service** > **Dashboards**
28
28
29
29
> [!IMPORTANT]
30
-
> To view the failures for a mailbox, you need to be accessing the dashboard as the user who owns the mailbox. This means that if you are trying to troubleshoot why email was not automatically tracked for another user, that user would need to view the dashboard to see the details for their emails that failed to sync.
30
+
> To view the failures for a mailbox, you need to be accessing the dashboard as the user who owns the mailbox. This means that if you're trying to troubleshoot why email wasn't automatically tracked for another user, that user would need to view the dashboard to see the details for their emails that failed to sync.
31
31
32
32
> [!NOTE]
33
-
> As of the Service Update 22055 for Microsoft Dataverse 9.2.0 (version number: 9.2.22055.00116), users with the default System Administrator role can now review non-synchronized emails across all mailboxes. The **Item Subject** column now shows redacted ("***") for any emails processed outside of the user's mailbox context.
33
+
> As of the Service Update 22055 for Microsoft Dataverse 9.2.0 (version number: 9.2.22055.00116), users with the default System Administrator role can now review nonsynchronized emails across all mailboxes. The **Item Subject** column now shows redacted ("***") for any emails processed outside of the user's mailbox context.
34
34
35
35
2. Locate and select the **Server-Side Synchronization Failures** dashboard from the dashboard list.
36
36
37
37
:::image type="content" source="media/troubleshoot-item-level-server-side-synchronization-issues/server-side-synchronization-failures-option.png" alt-text="Screenshot to select the Server-Side Synchronization Failures dashboard from the dashboard list.":::
38
38
39
-
3. If you locate a specific email or ACT item that did not sync as expected, you can view the reason in the **Sync Error** column. Selecting the link will direct you to a help article for that error if one exists.
39
+
3. If you locate a specific email or ACT item that didn't sync as expected, you can view the reason in the **Sync Error** column. Selecting the link will direct you to a help article for that error if one exists.
40
40
41
41
:::image type="content" source="media/troubleshoot-item-level-server-side-synchronization-issues/reason-sync-error.png" alt-text="Screenshot to select the reason in the Sync Error column." lightbox="media/troubleshoot-item-level-server-side-synchronization-issues/reason-sync-error.png":::
42
42
43
43
## More information
44
44
45
45
- This data is stored in the ExchangeSyncIdMapping table that could potentially get large if this feature is enabled. That is why the ExchangeSyncIdMappingPersistenceTimeInDays setting was also introduced and has a default of three days.
46
46
- ExchangeSyncIdMapping info is only visible to the owning user. That is why the owner of the mailbox needs to view the dashboard to see the details for their synchronization failures.
47
-
- If synchronization for a mailbox is not working at all, see [Troubleshooting Server-Side Synchronization](https://support.microsoft.com/help/4345669).
47
+
- If synchronization for a mailbox isn't working at all, see [Troubleshooting Server-Side Synchronization](https://support.microsoft.com/help/4345669).
48
48
49
49
## Known issues
50
50
51
-
This dashboard does not currently work when viewed using the new Unified Client interface. You will see the following error:
51
+
This dashboard doesn't currently work when viewed using the new Unified Client interface. You'll see the following error:
52
52
53
53
> Components added to dashboard are not supported to be shown in this client
Copy file name to clipboardExpand all lines: support/power-platform/dataverse/user-permissions/client-errors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This authorization error indicates that a privilege check passed, but the subseq
38
38
39
39
This SQL error occurs when a request violates a key constraint in the database. Make sure the records in your payload follow any existing key constraints. For example, a `CreateMultiple` request where one of the records in the payload uses a primary key value that is already used by an existing record will violate a key constraint and cause this error.
40
40
41
-
## Error: "Contact With Ids = \<guid> Do Not Exist"
41
+
## Error: "Contact With IDs = \<guid> Do Not Exist"
0 commit comments