Skip to content

Commit 5376bf6

Browse files
committed
Add error code UserErrorUnsupportedAttributeType
1 parent 2cfa843 commit 5376bf6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/data-factory/connector-troubleshoot-dynamics-dataverse.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.service: data-factory
77
ms.subservice: data-movement
88
ms.topic: troubleshooting
9-
ms.date: 12/02/2021
9+
ms.date: 06/17/2022
1010
ms.author: jianleishen
1111
ms.custom: has-adal-ref, synapse
1212
---
@@ -144,6 +144,14 @@ This article provides suggestions to troubleshoot common problems with the Dynam
144144

145145
- **Recommendation**: You can add the 'type' property to those columns in the column mapping by using JSON editor on the portal.
146146

147+
## Error code: UserErrorUnsupportedAttributeType
148+
149+
- **Message**: `The attribute type 'Lookup' of field %attributeName; is not supported`
150+
151+
- **Cause**: When loading data to the Dynamics sink, Azure Data Factory (ADF) by design would impose validation on the lookup attribute's metadata. However, there's the known issue of certain Dynamics entities not having valid lookup attribute metadata that holds a list of targets, which would fail ADF's validation.
152+
153+
- **Recommendation**: Contact Dynamics support team to mitigate the issue.
154+
147155
## The copy activity from the Dynamics 365 reads more rows than the actual number
148156

149157
- **Symptoms**: The copy activity from the Dynamics 365 reads more rows than the actual number.

0 commit comments

Comments
 (0)