Skip to content

Commit fe89fc1

Browse files
committed
Resolve blocking issues
1 parent fe4a096 commit fe89fc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This section lists common error codes and messages reported by mapping data flow
135135

136136
- **Message**: Azure Cosmos DB throughput scale operation cannot be performed because another scale operation is in progress, please retry after sometime.
137137
- **Cause**: The throughput scale operation of the Azure Cosmos DB can't be performed because another scale operation is in progress.
138-
- **Recommendation**: Login to Azure Cosmos DB account, and manually change container throughput to be auto scale or add a custom activity after mapping data flows to reset the throughput.
138+
- **Recommendation**: Log in to Azure Cosmos DB account, and manually change container throughput to be auto scale or add a custom activity after mapping data flows to reset the throughput.
139139

140140
### Error code: DF-Cosmos-IdPropertyMissed
141141

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

668668
### Error code: DF-SAPODP-DataParsingFailed
669669

670-
- **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.
670+
- **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 led to parse value issue or wrong data value issue.
671671
- **Recommendation**: There are two recommendations for this issue:
672672
1. Remove hidden settings from the related column(s) through SAP GUI.
673673
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.
@@ -792,7 +792,7 @@ This section lists common error codes and messages reported by mapping data flow
792792
### Error code: DF-SAPODP-OOM
793793

794794
- **Message**: No more memory available to add rows to an internal table
795-
- **Cause**: SAP Table connector has its limitation for big table extraction. SAP Table underlying relies on an RFC which will read all the data from the table into the memory of SAP system, so out of memory (OOM) issue will happen when we extracting big tables.
795+
- **Cause**: SAP Table connector has its limitation for big table extraction. SAP Table underlying relies on an RFC which will read all the data from the table into the memory of SAP system, so out of memory (OOM) issue will happen when extracting big tables.
796796
- **Recommendation**: Use SAP CDC connector to do full load directly from your source system, then move delta to SAP Landscape Transformation Replication Server (SLT) after init without delta is released.
797797

798798
### Error code: DF-SAPODP-SourceNotSupportDelta

0 commit comments

Comments
 (0)