Skip to content

Commit 7d6abb9

Browse files
committed
Update connector-troubleshoot-guide.md
Fix build warning
1 parent 976ee5c commit 7d6abb9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
21
---
32
title: Troubleshoot Azure Data Factory Connectors
43
description: Learn how to troubleshoot connector issues in Azure Data Factory.
54
services: data-factory
65
author: linda33wj
76
ms.service: data-factory
87
ms.topic: troubleshooting
9-
ms.date: 11/25/2019
8+
ms.date: 11/26/2019
109
ms.author: jingwang
1110
ms.reviewer: craigg
1211
---
@@ -168,11 +167,11 @@ Cosmos DB calculates RU from [here](../cosmos-db/request-units.md#request-unit-c
168167
169168
- **Cause**: If the error message contains "SqlException", SQL database throws the error indicating some specific operation failed.
170169
171-
- **Recommendation**: Please search by SQL error code in this reference doc for more details: https://docs.microsoft.com/en-us/sql/relational-databases/errors-events/database-engine-events-and-errors. If you need further help, please contact Azure SQL support.
170+
- **Recommendation**: Please search by SQL error code in this reference doc for more details: https://docs.microsoft.com/sql/relational-databases/errors-events/database-engine-events-and-errors. If you need further help, please contact Azure SQL support.
172171
173172
- **Cause**: If the error message contains "Client with IP address '...' is not allowed to access the server", and you are trying to connect to Azure SQL database, usually it is caused by Azure SQL database firewall issue.
174173
175-
- **Recommendation**: In Azure SQL Server firewall configuration, enable "Allow Azure services and resources to access this server" option. Reference doc: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-firewall-configure.
174+
- **Recommendation**: In Azure SQL Server firewall configuration, enable "Allow Azure services and resources to access this server" option. Reference doc: https://docs.microsoft.com/azure/sql-database/sql-database-firewall-configure.
176175
177176
178177
### Error code: SqlOperationFailed
@@ -181,15 +180,15 @@ Cosmos DB calculates RU from [here](../cosmos-db/request-units.md#request-unit-c
181180
182181
- **Cause**: If the error message contains "SqlException", SQL database throws the error indicating some specific operation failed.
183182
184-
- **Recommendation**: Please search by SQL error code in this reference doc for more details: https://docs.microsoft.com/en-us/sql/relational-databases/errors-events/database-engine-events-and-errors. If you need further help, please contact Azure SQL support.
183+
- **Recommendation**: Please search by SQL error code in this reference doc for more details: https://docs.microsoft.com/sql/relational-databases/errors-events/database-engine-events-and-errors. If you need further help, please contact Azure SQL support.
185184
186185
- **Cause**: If the error message contains "PdwManagedToNativeInteropException", usually it's caused by mismatch between source and sink column sizes.
187186
188187
- **Recommendation**: Please check the size of both source and sink columns. If you need further help, please contact Azure SQL support.
189188
190189
- **Cause**: If the error message contains "InvalidOperationException", usually it's caused by invalid input data.
191190
192-
- **Recommendation**: To identify which row encounters the problem, please enable fault tolerance feature on copy activity, which can redirect problematic row(s) to a storage for further investigation. Reference doc: https://docs.microsoft.com/en-us/azure/data-factory/copy-activity-fault-tolerance.
191+
- **Recommendation**: To identify which row encounters the problem, please enable fault tolerance feature on copy activity, which can redirect problematic row(s) to a storage for further investigation. Reference doc: https://docs.microsoft.com/azure/data-factory/copy-activity-fault-tolerance.
193192
194193
195194
### Error code: SqlUnauthorizedAccess
@@ -283,7 +282,7 @@ Cosmos DB calculates RU from [here](../cosmos-db/request-units.md#request-unit-c
283282
284283
- **Cause**: SQL Bulk Copy failed due to received an invalid column length from the bcp client.
285284
286-
- **Recommendation**: To identify which row encounters the problem, please enable fault tolerance feature on copy activity, which can redirect problematic row(s) to a storage for further investigation. Reference doc: https://docs.microsoft.com/en-us/azure/data-factory/copy-activity-fault-tolerance.
285+
- **Recommendation**: To identify which row encounters the problem, please enable fault tolerance feature on copy activity, which can redirect problematic row(s) to a storage for further investigation. Reference doc: https://docs.microsoft.com/azure/data-factory/copy-activity-fault-tolerance.
287286
288287
289288
### Error code: SqlConnectionIsClosed
@@ -379,7 +378,7 @@ Cosmos DB calculates RU from [here](../cosmos-db/request-units.md#request-unit-c
379378
380379
- **Cause**: Blob storage operation hit problem.
381380
382-
- **Recommendation**: Please check the error in details. Please refer to blob help document: https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-error-codes. Contact storage team if need help.
381+
- **Recommendation**: Please check the error in details. Please refer to blob help document: https://docs.microsoft.com/rest/api/storageservices/blob-service-error-codes. Contact storage team if need help.
383382
384383
385384
@@ -395,7 +394,7 @@ Cosmos DB calculates RU from [here](../cosmos-db/request-units.md#request-unit-c
395394
396395
- **Cause**: When the error message contains 'Forbidden', the service principal or managed identity you use may not have enough permission to access the ADLS Gen2.
397396
398-
- **Recommendation**: Please refer to the help document: https://docs.microsoft.com/en-us/azure/data-factory/connector-azure-data-lake-storage#service-principal-authentication.
397+
- **Recommendation**: Please refer to the help document: https://docs.microsoft.com/azure/data-factory/connector-azure-data-lake-storage#service-principal-authentication.
399398
400399
- **Cause**: When the error message contains 'InternalServerError', the error is returned by ADLS Gen2.
401400

0 commit comments

Comments
 (0)