Skip to content

Commit a8b790a

Browse files
authored
Edit review
1 parent d4e1e6f commit a8b790a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: UnknownIncomingEmailIntegrationError logged during server-side synchronization
2+
title: UnknownIncomingEmailIntegrationError during server-side synchronization
33
description: Solves the UnknownIncomingEmailIntegrationError that's logged in a Microsoft Dynamics 365 mailbox record.
44
ms.reviewer:
5-
ms.date: 12/20/2024
5+
ms.date: 12/26/2024
66
ms.custom: sap:Email and Exchange Synchronization
77
---
88
# UnknownIncomingEmailIntegrationError logged in mailbox alerts in Microsoft Dynamics 365
99

10-
This article provides a solution to an `UnknownIncomingEmailIntegrationError` error code that's logged in mailbox alerts in Microsoft Dynamics 365.
10+
This article provides a solution to the `UnknownIncomingEmailIntegrationError` error code that's logged in mailbox alerts in Microsoft Dynamics 365.
1111

1212
_Applies to:_   Microsoft Dynamics 365
1313
_Original KB number:_   4471762
@@ -22,17 +22,17 @@ When [viewing the Alerts section](/power-platform/admin/monitor-email-processing
2222
2323
## Cause
2424

25-
The error code indicates an IsvUnexpected error. It typically means that a custom plugin or workflow throws an error, causing the creation of the item to fail.
25+
The error code indicates an IsvUnexpected error. It typically means that a custom plugin or workflow throws an error, causing the item creation to fail.
2626

2727
## Resolution
2828

2929
To solve this issue, check if any custom plugins or workflows are running synchronously when creating the record type (email, appointment, contact, or task) mentioned in the error. If a plugin or workflow causes an error during record creation, [server-side synchronization](/power-platform/admin/server-side-synchronization) can't create the record successfully.
3030

31-
The following steps can help you identify any workflows or plugins in your organization running during the email creation. These steps can also be used for other entities like appointments and tasks by replacing `Entity` with the appropriate record type.
31+
The following steps can help you identify any workflows or plugins in your organization running during email creation. By replacing `Entity` with the appropriate record type, these steps can also be used for other entities like appointments and tasks.
3232

3333
### Workflow
3434

35-
1. In the Dynamics 365 web application, navigate to **Settings** and then select **Processes**.
35+
1. In the Dynamics 365 web application, navigate to **Settings**, and then select **Processes**.
3636
2. Change the view to **Activated Processes**.
3737
3. Sort on the **Primary Entity** column and look for any rows with **Email** as the primary entity and **Workflow** as the category.
3838

@@ -42,9 +42,9 @@ The following steps can help you identify any workflows or plugins in your organ
4242
5. If the **Start when** options have the **Record is created** option selected, and the **Run this workflow in the background (recommended)** option isn't selected, this workflow might be the cause.
4343

4444
> [!NOTE]
45-
> If you're troubleshooting this type of error with an appointment, contact, or task, also check if the workflow is configured to run during update of that type of record.
45+
> If you're troubleshooting this type of error with an appointment, contact, or task, also check if the workflow is configured to run during the update of that type of record.
4646
47-
6. Select **Process Sessions** on the left side of the page and look for failures related to successfully created email.
47+
6. Select **Process Sessions** on the left side of the page and look for failures related to the email that wasn't created successfully.
4848

4949
### Plugin
5050

@@ -53,13 +53,13 @@ The following steps can help you identify any workflows or plugins in your organ
5353
3. Sort on the **Primary Object Type Code (SdkMessage Filter)** column and look for any rows for the **Email** entity.
5454
4. If the **Execution Mode** in those rows is set to **Synchronous**, it might interfere with the email creation.
5555

56-
If you're able to reproduce the issue consistently, you can try disabling the workflow or plugin temporarily to determine if the workflow or plugin is the cause of the problem.
56+
If you're able to reproduce the issue consistently, you can try disabling the workflow or plugin temporarily to determine if it's the cause of the problem.
5757

5858
## Other email server error codes
5959

60-
|Email Server Error Code|Cause|Resolution|
60+
|Email server error code|Cause|Resolution|
6161
|--|--|--|
62-
|UnknownIncomingEmailIntegrationError -2147220970|This error might occur if [server-side synchronization](/power-platform/admin/server-side-synchronization) tries to retrieve emails but receives an unexpected error. This is typically a temporary issue and the emails will be retrieved successfully on the next synchronization cycle (typically 15 minutes.)|If this message doesn't persist on the next synchronization cycle (typically 15 minutes), this warning can be ignored. If this message persists, you can contact Microsoft Support through the **Help + Support** experience in the [Power Platform admin center](https://admin.powerplatform.microsoft.com/support).|
63-
|UnknownIncomingEmailIntegrationError -2147218677|This error occurs if an invalid email address is included on the **To** or **Cc** line of the email.|Review the email message that receives this error and verify all email addresses on the **To** and **Cc** lines are [valid email addresses](https://tools.ietf.org/html/rfc5322#section-3.4.1).|
64-
|UnknownIncomingEmailIntegrationError -2147220192|This error indicates the owner of the queue doesn't have sufficient privileges to work with the queue. The user is likely missing sufficient **Read** access to the `Queue` entity.|Verify the user's Dynamics 365 security role has **Read** access to the `Queue` entity. Within a Dynamics 365 security role, privileges for the `Queue` entity are located on the **Core Records** tab. <br> **NOTE**: If you verify the owner of the mailbox record has **Read** access to the `Queue` entity, check if there are other Dynamics 365 users or queues that receive the same email. You might need to verify privileges for those users as well.|
65-
|UnknownIncomingEmailIntegrationError -2147167669|This error is logged if the owner of the mailbox record doesn't have a Dynamics 365 license assigned.|Verify the owner of the mailbox has a Dynamics 365 license assigned.<br> **NOTE**: If you verify that the user has a license, verify there aren't any other Dynamics 365 mailbox records with the same email address. If there's another mailbox with the same email address and the owner of that mailbox doesn't have a license, change the email address value in the other mailbox record.|
62+
|UnknownIncomingEmailIntegrationError -2147220970|This error might occur if [server-side synchronization](/power-platform/admin/server-side-synchronization) tries to retrieve emails but receives an unexpected error. This is typically a temporary issue, and the emails will be retrieved successfully in the next synchronization cycle (typically 15 minutes.)|<ul><li>If this message doesn't persist in the next synchronization cycle (typically 15 minutes), ignore this warning.</li> <li>If this message persists, contact Microsoft Support through the **Help + Support** experience in the [Power Platform admin center](https://admin.powerplatform.microsoft.com/support).</li></ul>|
63+
|UnknownIncomingEmailIntegrationError -2147218677|This error occurs if an invalid email address is included in the **To** or **Cc** line of an email.|Review the email message that received this error and verify that all email addresses in the **To** and **Cc** lines are [valid](https://tools.ietf.org/html/rfc5322#section-3.4.1).|
64+
|UnknownIncomingEmailIntegrationError -2147220192|This error indicates the owner of the queue doesn't have sufficient privileges to work with the queue. The user might lack sufficient **Read** access to the `Queue` entity.|Verify that the user's Dynamics 365 security role has **Read** access to the `Queue` entity. Within a Dynamics 365 security role, privileges for the `Queue` entity are located on the **Core Records** tab. <br><br> **Note**: If you verify that the owner of the mailbox record has **Read** access to the `Queue` entity, check if there are other Dynamics 365 users or queues that receive the same email. You might also need to verify privileges for those users.|
65+
|UnknownIncomingEmailIntegrationError -2147167669|This error is logged if the owner of a mailbox record doesn't have a Dynamics 365 license assigned.|Verify that the owner of the mailbox has a Dynamics 365 license assigned.<br><br> **Note**: After you verify that the user has a license, check if there are other Dynamics 365 mailbox records with the same email address. If there's another mailbox with the same email address and the owner of that mailbox doesn't have a license, change the email address value in the other mailbox record.|

0 commit comments

Comments
 (0)