Skip to content

Commit 2f9ec18

Browse files
committed
Update tsg
1 parent f1f6583 commit 2f9ec18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +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 the escape characters are empty when column value contains column delimiter.
200+
- **Cause**: Both quote characters and escape characters are empty when the column value contains column delimiter.
201201
- **Recommendation**: Set your quote character or escape character.
202202

203203
### Error code: DF-Delimited-ColumnDelimiterMissed
@@ -501,12 +501,13 @@ F-D
501501
- **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.
502502
- **Recommendation**: When using managed identity/service principal authentication,
503503
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.
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. <br>
505+
505506
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.
506507

507508
### Error code: DF-Executor-UnreachableStorageAccount
508509

509-
- **Message**: System is not able to resolve the IP address of the host. Please verify that your host name is correct or check if your DNS server can resolve the host to an IP address successfully
510+
- **Message**: System is not able to resolve the IP address of the host. Please verify that your host name is correct or check if your DNS server is able to resolve the host to an IP address successfully
510511
- **Cause**: Unable to reach the given storage account.
511512
- **Recommendation**: Check the name of the storage account and make sure the storage account exists.
512513

0 commit comments

Comments
 (0)