Skip to content

Commit 6127233

Browse files
authored
Merge pull request #201949 from Clare-Zheng82/0617-Update_Dynamics_TSG_doc
Add error code UserErrorUnsupportedAttributeType to Dynamis TSG doc
2 parents 0ca4f6c + 1fd8804 commit 6127233

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 Dynamics sink, Azure Data Factory imposes validation on 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 the 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)