You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/data-flow-troubleshoot-guide.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,9 +343,9 @@ This section lists common error codes and messages reported by mapping data flow
343
343
344
344
### Error code: DF-Executor-DriverError
345
345
346
-
-**Message**: INT96 is legacy timestamp type, which is not supported by ADF Dataflow. Consider upgrading the column type to the latest types.
346
+
-**Message**: INT96 is a legacy timestamp type, which is not supported by ADF Dataflow. Consider upgrading the column type to the latest types.
347
347
-**Cause**: Driver error.
348
-
-**Recommendation**: INT96 is a legacy timestamp type that's not supported by Azure Data Factory data flow. Consider upgrading the column type to the latest type.
348
+
-**Recommendation**: INT96 is a legacy timestamp type that's Azure Data Factory data flow doesn't support. Consider upgrading the column type to the latest type.
349
349
350
350
### Error code: DF-Executor-FieldNotExist
351
351
@@ -431,7 +431,7 @@ This section lists common error codes and messages reported by mapping data flow
431
431
432
432
-**Message**: Explicitly broadcasted dataset using left/right option should be small enough to fit in node's memory. You can choose broadcast option 'Off' in join/exists/lookup transformation to avoid this issue or use an integration runtime with higher memory.
433
433
-**Cause**: The size of the broadcasted table far exceeds the limits of the node memory.
434
-
-**Recommendation**: The broadcast left/right option should be used only for smaller dataset size, which can fit into node's memory, so make sure to configure the node size appropriately or turn off the broadcast option.
434
+
-**Recommendation**: The broadcast left/right option should only be used for smaller dataset sizes, which can fit into the node's memory. Make sure to configure the node size appropriately or turn off the broadcast option.
435
435
436
436
### Error code: DF-Executor-OutOfMemorySparkError
437
437
@@ -456,7 +456,7 @@ This section lists common error codes and messages reported by mapping data flow
456
456
-**Message**: Job aborted due to stage failure. Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues.
457
457
-**Cause**: Data flow activity run failed because of transient network issues or one node in spark cluster ran out of memory.
458
458
-**Recommendation**: Use the following options to solve this problem:
459
-
- Option-1: Use a powerful cluster (both drive and executor nodes have enough memory to handle big data) to run data flow pipelines with setting "Compute type" to "Memory optimized". The settings are shown in the picture below.
459
+
- Option-1: Use a powerful cluster (both drive and executor nodes have enough memory to handle big data) to run data flow pipelines with setting "Compute type" to "Memory optimized". The settings are shown in the following picture.
460
460
461
461
:::image type="content" source="media/data-flow-troubleshoot-guide/configure-compute-type.png" alt-text="Screenshot that shows the configuration of Compute type.":::
462
462
@@ -479,7 +479,7 @@ This section lists common error codes and messages reported by mapping data flow
479
479
480
480
### Error code: DF-Executor-StoreIsNotDefined
481
481
482
-
-**Message**: The store configuration isn't defined. This error is potentially caused by invalid parameter assignment in the pipeline.
482
+
-**Message**: The store configuration isn't defined. This error can be caused by invalid parameter assignment in the pipeline.
483
483
-**Cause**: Invalid store configuration is provided.
484
484
-**Recommendation**: Check the parameter value assignment in the pipeline. A parameter expression may contain invalid characters.
485
485
@@ -491,7 +491,7 @@ This section lists common error codes and messages reported by mapping data flow
-**Message**: Implicit cartesian product for INNER join isn't supported, use CROSS JOIN instead. Columns used in join should create a unique key for rows.
494
+
-**Message**: Implicit cartesian product for INNER join isn't supported. Use CROSS JOIN instead. Columns used in join should create a unique key for rows.
495
495
-**Cause**: Implicit cartesian products for INNER joins between logical plans aren't supported. If you're using columns in the join, create a unique key.
496
496
-**Recommendation**: For non-equality based joins, use CROSS JOIN.
497
497
@@ -910,7 +910,7 @@ This section lists common error codes and messages reported by mapping data flow
910
910
### Error code: DF-SAPODP-SAPI-LIMITATION
911
911
912
912
-**Message**: Error Number 518, Source .* not found, not released or not authorized
913
-
-**cause**: Check if your context is SAPI. If so, in SAPI context, you can only extract the relevant extractors for SAP tables.
913
+
-**Cause**: Check if your context is the SAP Service API (SAPI). If so, in SAPI context, you can only extract the relevant extractors for SAP tables.
914
914
-**Recommendations**: Refer to this [document](https://userapps.support.sap.com/sap/support/knowledge/2646092).
915
915
916
916
### Error code: DF-SAPODP-KeyColumnsNotSpecified
@@ -968,7 +968,7 @@ This section lists common error codes and messages reported by mapping data flow
-**Message**: The linked service is incorrectly configured as type 'Azure Synapse Analytics' instead of 'Azure SQL Database'. Please create a new linked service of type 'Azure SQL Database'<br>
971
-
Note: Please check that the given database is of type 'Dedicated SQL pool (formerly SQL DW)' for linked service type 'Azure Synapse Analytics'.
971
+
Note: Please check that the given database is of type 'Dedicated SQL pool (formerly SQL Data Warehouse)' for linked service type 'Azure Synapse Analytics'.
972
972
-**Cause**: The linked service is incorrectly configured as type **Azure Synapse Analytics** instead of **Azure SQL Database**.
973
973
-**Recommendation**: Create a new linked service of type **Azure SQL Database**, and check that the given database is of type Dedicated SQL pool (formerly SQL DW) for linked service type **Azure Synapse Analytics**.
0 commit comments