Skip to content

Commit f1f6583

Browse files
committed
Update dataflowTSG
1 parent d3f61ae commit f1f6583

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/data-factory/data-flow-troubleshoot-guide.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ This section lists common error codes and messages reported by mapping data flow
197197
### Error code: DF-CSVWriter-InvalidQuoteSetting
198198

199199
- **Message**: Job failed while writing data with error: Quote character and escape character cannot be empty if column value contains column delimiter
200-
- **Cause**: Both quote characters and esca
201-
pe characters are empty when column value contains column delimiter.
200+
- **Cause**: Both quote characters and the escape characters are empty when column value contains column delimiter.
202201
- **Recommendation**: Set your quote character or escape character.
203202

204203
### Error code: DF-Delimited-ColumnDelimiterMissed
@@ -501,9 +500,9 @@ F-D
501500

502501
- **Cause**: You are not permitted to access the storage account either due to missing roles for managed identity/service principal authentication or network firewall settings.
503502
- **Recommendation**: When using managed identity/service principal authentication,
504-
1. For source: In Storage Explorer, grant the managed identity/service principal at least **Execute** permission for ALL upstream folders and the file system, along with **Read** permission for the files to copy. Alternatively, in Access control (IAM), grant the managed identity/service principal at least the **Storage Blob Data Reader** role.
505-
2. For sink: In Storage Explorer, grant the managed identity/service principal at least **Execute** permission for ALL upstream folders and the file system, along with **Write** permission for the sink folder. Alternatively, in Access control (IAM), grant the managed identity/service principal at least the **Storage Blob Data Contributor** role.
506-
Also please ensure that the network firewall settings in the storage account are configured correctly, as turning on firewall rules for your storage account blocks incoming requests for data by default, unless the requests originate from a service operating within an Azure Virtual Network (VNet) or from allowed public IP addresses.
503+
1. For source: In Storage Explorer, grant the managed identity/service principal at least **Execute** permission for ALL upstream folders and the file system, along with **Read** permission for the files to copy. Alternatively, in Access control (IAM), grant the managed identity/service principal at least the **Storage Blob Data Reader** role.
504+
2. For sink: In Storage Explorer, grant the managed identity/service principal at least **Execute** permission for ALL upstream folders and the file system, along with **Write** permission for the sink folder. Alternatively, in Access control (IAM), grant the managed identity/service principal at least the **Storage Blob Data Contributor** role.
505+
Also please ensure that the network firewall settings in the storage account are configured correctly, as turning on firewall rules for your storage account blocks incoming requests for data by default, unless the requests originate from a service operating within an Azure Virtual Network (VNet) or from allowed public IP addresses.
507506

508507
### Error code: DF-Executor-UnreachableStorageAccount
509508

@@ -668,9 +667,9 @@ Also please ensure that the network firewall settings in the storage account are
668667
### Error code: DF-SAPODP-DataParsingFailed
669668

670669
- **Cause**: Mostly you have hidden column settings in your SAP table. When you use SAP mapping data flow to read data from SAP server, it returns all the schema (columns, including hidden ones), but returned data do not contain related values. So, data misalignment happened and lead to parse value issue or wrong data value issue.
671-
- **Recommendation**: There are two solutions for this issue:
672-
1. Remove hidden settings from the related column(s) through SAP GUI.
673-
2. If you want to keep existed SAP settings unchanged, use hidden feature (manually add DSL property `enableProjection:true` in script) in SAP mapping data flow to filter the hidden column(s) and continue to read data.
670+
- **Recommendation**: There are two recommendations for this issue:
671+
1. Remove hidden settings from the related column(s) through SAP GUI.
672+
2. If you want to keep existed SAP settings unchanged, use hidden feature (manually add DSL property `enableProjection:true` in script) in SAP mapping data flow to filter the hidden column(s) and continue to read data.
674673

675674
### Error code: DF-SAPODP-ObjectInvalid
676675

0 commit comments

Comments
 (0)