Skip to content

Commit f18b77e

Browse files
authored
NOT GIVING UP ON ACROLINX!!!
1 parent 39ebd00 commit f18b77e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ This section lists common error codes and messages reported by mapping data flow
343343

344344
### Error code: DF-Executor-DriverError
345345

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.
347347
- **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.
349349

350350
### Error code: DF-Executor-FieldNotExist
351351

@@ -431,7 +431,7 @@ This section lists common error codes and messages reported by mapping data flow
431431

432432
- **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.
433433
- **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.
435435

436436
### Error code: DF-Executor-OutOfMemorySparkError
437437

@@ -456,7 +456,7 @@ This section lists common error codes and messages reported by mapping data flow
456456
- **Message**: Job aborted due to stage failure. Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues.
457457
- **Cause**: Data flow activity run failed because of transient network issues or one node in spark cluster ran out of memory.
458458
- **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.
460460

461461
:::image type="content" source="media/data-flow-troubleshoot-guide/configure-compute-type.png" alt-text="Screenshot that shows the configuration of Compute type.":::
462462

@@ -479,7 +479,7 @@ This section lists common error codes and messages reported by mapping data flow
479479

480480
### Error code: DF-Executor-StoreIsNotDefined
481481

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.
483483
- **Cause**: Invalid store configuration is provided.
484484
- **Recommendation**: Check the parameter value assignment in the pipeline. A parameter expression may contain invalid characters.
485485

@@ -491,7 +491,7 @@ This section lists common error codes and messages reported by mapping data flow
491491

492492
### Error code: DF-Executor-SystemImplicitCartesian
493493

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.
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.
495495
- **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.
496496
- **Recommendation**: For non-equality based joins, use CROSS JOIN.
497497

@@ -910,7 +910,7 @@ This section lists common error codes and messages reported by mapping data flow
910910
### Error code: DF-SAPODP-SAPI-LIMITATION
911911

912912
- **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.
914914
- **Recommendations**: Refer to this [document](https://userapps.support.sap.com/sap/support/knowledge/2646092).
915915

916916
### Error code: DF-SAPODP-KeyColumnsNotSpecified
@@ -968,7 +968,7 @@ This section lists common error codes and messages reported by mapping data flow
968968
### Error code: DF-SQLDW-IncorrectLinkedServiceConfiguration
969969

970970
- **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'.
972972
- **Cause**: The linked service is incorrectly configured as type **Azure Synapse Analytics** instead of **Azure SQL Database**
973973
- **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**.
974974

0 commit comments

Comments
 (0)