Skip to content

Commit 5ceef46

Browse files
committed
Add 2 new error code
1 parent a76d196 commit 5ceef46

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

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

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,12 @@ This section lists common error codes and messages reported by mapping data flow
484484
- **Cause**: Invalid store configuration is provided.
485485
- **Recommendation**: Check the parameter value assignment in the pipeline. A parameter expression may contain invalid characters.
486486

487+
### Error code: DF-Executor-StringValueNotInQuotes
488+
489+
- **Message**: Column operands are not allowed in literal expressions.
490+
- **Cause**: The value for a string parameter or an expected string value is not enclosed in single quotes.
491+
- **Recommendation**: Near the mentioned line number(s) in the data flow script, ensure the value for a string parameter or an expected string value is enclosed in single quotes.
492+
487493
### Error code: DF-Executor-SystemImplicitCartesian
488494

489495
- **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.
@@ -532,17 +538,7 @@ This section lists common error codes and messages reported by mapping data flow
532538
### Error code: DF-Executor-ParameterParseError
533539
- **Message**: Parameter stream has parsing errors. Not honoring the datatype of parameter(s) could be one of the causes.
534540
- **Cause**: Parsing errors in given parameter(s).
535-
- **Recommendation**: Check the parameter(s) having errors and ensure usage of appropriate function(s), if any, to honor the datatype(s) given.
536-
537-
### Error code: DF-MICROSOFT365-CONSENTPENDING
538-
- **Message**: Admin Consent is pending.
539-
- **Cause**: Admin Consent is missing.
540-
- **Recommendation**: Provide the consent and then rerun the pipeline. To provide consent, refer to this link [PAM requests](/graph/data-connect-faq#how-can-i-approve-pam-requests-via-the-microsoft-365-admin-center).
541-
542-
### Error code: 127
543-
- **Message**: The spark job of Dataflow completed, but the runtime state is either null or still InProgress..
544-
- **Cause**: Transient issue with microservices involved in the execution can cause the run to fail.
545-
- **Recommendation**: Refer to this link [scenario 3 transient issues](#scenario-3-transient-issues).
541+
- **Recommendation**: Check the parameter(s) having errors, ensure the usage of appropriate function(s), and honor the datatype(s) given.
546542

547543
### Error code: DF-File-InvalidSparkFolder
548544

@@ -620,6 +616,11 @@ This section lists common error codes and messages reported by mapping data flow
620616
- **Cause**: Wrong document form is selected to parse JSON file(s).
621617
- **Recommendation**: Try different **Document form** (**Single document**/**Document per line**/**Array of documents**) in JSON settings. Most cases of parsing errors are caused by wrong configuration.
622618

619+
### Error code: DF-MICROSOFT365-CONSENTPENDING
620+
- **Message**: Admin Consent is pending.
621+
- **Cause**: Admin Consent is missing.
622+
- **Recommendation**: Provide the consent and then rerun the pipeline. To provide consent, refer to [PAM requests](/graph/data-connect-faq#how-can-i-approve-pam-requests-via-the-microsoft-365-admin-center).
623+
623624
### Error code: DF-MSSQL-ErrorRowsFound
624625

625626
- **Cause**: Error/Invalid rows were found while writing to Azure SQL Database sink.
@@ -892,6 +893,12 @@ This section lists common error codes and messages reported by mapping data flow
892893
- **Cause**: An exception happened while writing error rows to the storage.
893894
- **Recommendation**: Please check your rejected data linked service configuration.
894895

896+
### Error code: DF-SQLDW-IncorrectLinkedServiceConfiguration
897+
898+
- **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' \n Note: Please check that the given database is of type 'Dedicated SQL pool (formerly SQL DW)' for linked service type 'Azure Synapse Analytics'.
899+
- **Cause**: The linked service is incorrectly configured as type **Azure Synapse Analytics** instead of **Azure SQL Database**
900+
- **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**.
901+
895902
### Error code: DF-SQLDW-InternalErrorUsingMSI
896903

897904
- **Message**: An internal error occurred while authenticating against Managed Service Identity in Azure Synapse Analytics instance. Please restart the Azure Synapse Analytics instance or contact Azure Synapse Analytics Dedicated SQL Pool support if this problem persists.
@@ -1022,6 +1029,11 @@ This section lists common error codes and messages reported by mapping data flow
10221029
- **Cause**: The pipeline expression passed in the Data Flow activity isn't being processed correctly because of a syntax error.
10231030
- **Recommendation**: Check data flow activity name. Check expressions in activity monitoring to verify the expressions. For example, data flow activity name can't have a space or a hyphen.
10241031

1032+
### Error code: 127
1033+
- **Message**: The spark job of Dataflow completed, but the runtime state is either null or still InProgress..
1034+
- **Cause**: Transient issue with microservices involved in the execution can cause the run to fail.
1035+
- **Recommendation**: Refer to [scenario 3 transient issues](#scenario-3-transient-issues).
1036+
10251037
### Error code: 2011
10261038

10271039
- **Message**: The activity was running on Azure Integration Runtime and failed to decrypt the credential of data store or compute connected via a Self-hosted Integration Runtime. Please check the configuration of linked services associated with this activity, and make sure to use the proper integration runtime type.

0 commit comments

Comments
 (0)