Skip to content

Commit 8b2797d

Browse files
authored
MORE Acrolinx improvements. Are we to 80 yet???
1 parent 05b1592 commit 8b2797d

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This section lists common error codes and messages reported by mapping data flow
8282
### Error code: DF-AzureDataExplorer-InvalidOperation
8383

8484
- **Message**: Blob operation is not supported on older storage accounts. Creating a new storage account may fix the issue.
85-
- **Cause**: Operation is not supported.
85+
- **Cause**: Operation isn't supported.
8686
- **Recommendation**: Change **Update method** configuration as delete, update and upsert are not supported in Azure Data Explorer.
8787

8888
### Error code: DF-AzureDataExplorer-ReadTimeout
@@ -100,7 +100,7 @@ This section lists common error codes and messages reported by mapping data flow
100100
### Error code: DF-Blob-FunctionNotSupport
101101

102102
- **Message**: This endpoint does not support BlobStorageEvents, SoftDelete or AutomaticSnapshot. Disable these account features if you would like to use this endpoint.
103-
- **Cause**: Azure Blob Storage events, soft delete or automatic snapshot is not supported in data flows if the Azure Blob Storage linked service is created with service principal or managed identity authentication.
103+
- **Cause**: Azure Blob Storage events, soft delete or automatic snapshot isn't supported in data flows if the Azure Blob Storage linked service is created with service principal or managed identity authentication.
104104
- **Recommendation**: Disable Azure Blob Storage events, soft delete or automatic snapshot feature on the Azure Blob account, or use key authentication to create the linked service.
105105

106106
### Error code: DF-Blob-InvalidAccountConfiguration
@@ -190,7 +190,7 @@ This section lists common error codes and messages reported by mapping data flow
190190
### Error code: DF-Cosmos-ShortTypeNotSupport
191191

192192
- **Message**: Short data type is not supported in Azure Cosmos DB.
193-
- **Cause**: The short data type is not supported in the Azure Cosmos DB instance.
193+
- **Cause**: The short data type isn't supported in the Azure Cosmos DB instance.
194194
- **Recommendation**: Add a derived column transformation to convert related columns from short to integer before using them in the Azure Cosmos DB sink transformation.
195195

196196
### Error code: DF-CSVWriter-InvalidQuoteSetting
@@ -239,11 +239,11 @@ This section lists common error codes and messages reported by mapping data flow
239239

240240
- **Message**: Any column value of alternate Key can't be NULL.
241241
- **Cause**: Your alternate key column value can't be null.
242-
- **Recommendation**: Confirm that your column value of your alternate key is not NULL.
242+
- **Recommendation**: Confirm that your column value of your alternate key isn't NULL.
243243

244244
### Error code: DF-Dynamics-TooMuchAlternateKey
245245

246-
- **Cause**: One lookup field with more than one alternate key reference is not valid.
246+
- **Cause**: One lookup field with more than one alternate key reference isn't valid.
247247
- **Recommendation**: Check your schema mapping and confirm that each lookup field has a single alternate key.
248248

249249
### Error code: DF-Excel-DifferentSchemaNotSupport
@@ -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 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.
435435

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

@@ -479,19 +479,19 @@ 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 is not defined. This error is potentially caused by invalid parameter assignment in the pipeline.
482+
- **Message**: The store configuration isn't defined. This error is potentially 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

486486
### Error code: DF-Executor-StringValueNotInQuotes
487487

488488
- **Message**: Column operands are not allowed in literal expressions.
489-
- **Cause**: The value for a string parameter or an expected string value is not enclosed in single quotes.
489+
- **Cause**: The value for a string parameter or an expected string value isn't enclosed in single quotes.
490490
- **Recommendation**: Near the mentioned line numbers in the data flow script, ensure the value for a string parameter or an expected string value is enclosed in single quotes.
491491

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

494-
- **Message**: Implicit cartesian product for INNER join is not 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

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

781781
### Error code: DF-SAPODP-ObjectInvalid
782782

783-
- **Cause**: The object name is not found or not released.
783+
- **Cause**: The object name isn't found or not released.
784784
- **Recommendation**: Check the object name and make sure it is valid and already released.
785785

786786
### Error code: DF-SAPODP-ObjectNameMissed
@@ -814,10 +814,10 @@ This section lists common error codes and messages reported by mapping data flow
814814
### Error code: DF-SAPODP-StageAuthInvalid
815815

816816
- **Message**: Invalid client secret provided
817-
- **Cause**: The service principal certificate credential of the staging storage is not correct.
817+
- **Cause**: The service principal certificate credential of the staging storage isn't correct.
818818
- **Recommendation**: Check whether the test connection is successful in your staging storage linked service, and confirm the authentication setting of your staging storage is correct.
819819
- **Message**: Failed to authenticate the request to storage
820-
- **Cause**: The key of your staging storage is not correct.
820+
- **Cause**: The key of your staging storage isn't correct.
821821
- **Recommendation**: Check whether the test connection is successful in your staging storage linked service, and confirm the key of your staging Azure Blob Storage is correct.
822822

823823
### Error code: DF-SAPODP-StageBlobPropertyInvalid
@@ -829,19 +829,19 @@ This section lists common error codes and messages reported by mapping data flow
829829
### Error code: DF-SAPODP-StageContainerInvalid
830830

831831
- **Message**: Unable to create Azure Blob container
832-
- **Cause**: The input container is not existed in your staging storage.
832+
- **Cause**: The input container doesn't exist in your staging storage.
833833
- **Recommendation**: Input a valid container name for the staging storage. Reselect another existed container name or create a new container manually with your input name.
834834

835835
### Error code: DF-SAPODP-StageContainerMissed
836836

837837
- **Message**: Container or file system is required for staging storage.
838-
- **Cause**: Your container or file system is not specified for staging storage.
838+
- **Cause**: Your container or file system isn't specified for staging storage.
839839
- **Recommendation**: Specify the container or file system for the staging storage.
840840

841841
### Error code: DF-SAPODP-StageFolderPathMissed
842842

843843
- **Message**: Folder path is required for staging storage
844-
- **Cause**: Your staging storage folder path is not specified.
844+
- **Cause**: Your staging storage folder path isn't specified.
845845
- **Recommendation**: Specify the staging storage folder.
846846

847847
### Error code: DF-SAPODP-StageGen2PropertyInvalid
@@ -853,7 +853,7 @@ This section lists common error codes and messages reported by mapping data flow
853853
### Error code: DF-SAPODP-StageStorageServicePrincipalCertNotSupport
854854

855855
- **Message**: Read from staging storage failed: Staging storage auth not support service principal cert.
856-
- **Cause**: The service principal certificate credential is not supported for the staging storage.
856+
- **Cause**: The service principal certificate credential isn't supported for the staging storage.
857857
- **Recommendation**: Change your authentication to not use the service principal certificate credential.
858858

859859
### Error code: DF-SAPODP-StageStorageTypeInvalid
@@ -881,7 +881,7 @@ This section lists common error codes and messages reported by mapping data flow
881881
| Cause analysis | Recommendation |
882882
| :--- | :--- |
883883
| Your SAP server is shut down. | Check your SAP server is started. |
884-
| Your IP or port of the self-hosted integration runtime is not in SAP network security rule. | Check your IP or port of self-hosted integration runtime is in your SAP network security rule. |
884+
| Your IP or port of the self-hosted integration runtime isn't in SAP network security rule. | Check your IP or port of self-hosted integration runtime is in your SAP network security rule. |
885885
| Self-hosted integration runtime proxy issue. | Check your self-hosted integration runtime proxy. |
886886
| Incorrect parameters input (e.g. wrong SAP server name or IP). | Check your input parameters: SAP server name, IP. |
887887

@@ -904,7 +904,7 @@ This section lists common error codes and messages reported by mapping data flow
904904
### Error code: DF-SAPODP-SourceNotSupportDelta
905905

906906
- **Message**: Source .* does not support deltas
907-
- **Cause**: The ODP context/ODP name you specified does not support delta.
907+
- **Cause**: The ODP context/ODP name you specified doesn't support delta.
908908
- **Recommendation**: Enable delta mode for your SAP source, or select **Full on every run** as run mode in data flow. For more information, see this [document](https://userapps.support.sap.com/sap/support/knowledge/2752413).
909909

910910
### Error code: DF-SAPODP-SAPI-LIMITATION
@@ -1005,7 +1005,7 @@ Note: Please check that the given database is of type 'Dedicated SQL pool (forme
10051005
### Error code: DF-SQLDW-StagingStorageNotSupport
10061006

10071007
- **Message**: Staging Storage with partition DNS enabled is not supported if enable staging. Please uncheck enable staging in sink using Synapse Analytics.
1008-
- **Cause**: Staging storage with partition DNS enabled is not supported if you enable staging.
1008+
- **Cause**: Staging storage with partition DNS enabled isn't supported if you enable staging.
10091009
- **Recommendations**: Uncheck **Enable staging** in sink when using Azure Synapse Analytics.
10101010

10111011
### Error code: DF-SQLDW-DataTruncation
@@ -1016,30 +1016,30 @@ Note: Please check that the given database is of type 'Dedicated SQL pool (forme
10161016

10171017
### Error code: DF-Synapse-DBNotExist
10181018

1019-
- **Cause**: The database does not exist.
1019+
- **Cause**: The database doesn't exist.
10201020
- **Recommendation**: Check if the database exists.
10211021

10221022
### Error code: DF-Synapse-InvalidDatabaseType
10231023

10241024
- **Message**: Database type is not supported.
1025-
- **Cause**: The database type is not supported.
1025+
- **Cause**: The database type isn't supported.
10261026
- **Recommendation**: Check the database type and change it to the proper one.
10271027

10281028
### Error code: DF-Synapse-InvalidFormat
10291029

10301030
- **Message**: Format is not supported.
1031-
- **Cause**: The format is not supported.
1031+
- **Cause**: The format isn't supported.
10321032
- **Recommendation**: Check the format and change it to the proper one.
10331033

10341034
### Error code: DF-Synapse-InvalidOperation
10351035

1036-
- **Cause**: The operation is not supported.
1036+
- **Cause**: The operation isn't supported.
10371037
- **Recommendation**: Change **Update method** configuration as delete, update and upsert are not supported in Workspace DB.
10381038

10391039
### Error code: DF-Synapse-InvalidTableDBName
10401040

10411041
- **Message**: The table/database name is not a valid name for tables/databases. Valid names only contain alphabet characters, numbers and _.
1042-
- **Cause**: The table/database name is not valid.
1042+
- **Cause**: The table/database name isn't valid.
10431043
- **Recommendation**: Change a valid name for the table/database. Valid names only contain alphabet characters, numbers and `_`.
10441044

10451045
### Error code: DF-Synapse-StoredProcedureNotSupported
@@ -1087,8 +1087,8 @@ Note: Please check that the given database is of type 'Dedicated SQL pool (forme
10871087
### Error code: DF-Xml-UnsupportedExternalReferenceResource
10881088

10891089
- **Message**: External reference resource in xml data file is not supported.
1090-
- **Cause**: The external reference resource in the XML data file is not supported.
1091-
- **Recommendation**: Update the XML file content when the external reference resource is not supported now.
1090+
- **Cause**: The external reference resource in the XML data file isn't supported.
1091+
- **Recommendation**: Update the XML file content when the external reference resource isn't supported now.
10921092

10931093
### Error code: GetCommand OutputAsync failed
10941094

@@ -1190,7 +1190,7 @@ You may encounter the following issues before the improvement, but after the imp
11901190
You are affected if you are in the following conditions:
11911191
- Using the Delimited Text with the Multiline setting set to True or CDM as the source.
11921192
- The first row has more than 128 characters.
1193-
- The row delimiter in data files is not `\n`.
1193+
- The row delimiter in data files isn't `\n`.
11941194

11951195
Before the improvement, the default row delimiter `\n` may be unexpectedly used to parse delimited text files, because when Multiline setting is set to True, it invalidates the row delimiter setting, and the row delimiter is automatically detected based on the first 128 characters. If you fail to detect the actual row delimiter, it would fall back to `\n`.
11961196

0 commit comments

Comments
 (0)