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
-**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.
-**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
532
538
### Error code: DF-Executor-ParameterParseError
533
539
-**Message**: Parameter stream has parsing errors. Not honoring the datatype of parameter(s) could be one of the causes.
534
540
-**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.
546
542
547
543
### Error code: DF-File-InvalidSparkFolder
548
544
@@ -620,6 +616,11 @@ This section lists common error codes and messages reported by mapping data flow
620
616
-**Cause**: Wrong document form is selected to parse JSON file(s).
621
617
-**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.
622
618
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
+
623
624
### Error code: DF-MSSQL-ErrorRowsFound
624
625
625
626
-**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
892
893
-**Cause**: An exception happened while writing error rows to the storage.
893
894
-**Recommendation**: Please check your rejected data linked service configuration.
-**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
+
895
902
### Error code: DF-SQLDW-InternalErrorUsingMSI
896
903
897
904
-**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
1022
1029
-**Cause**: The pipeline expression passed in the Data Flow activity isn't being processed correctly because of a syntax error.
1023
1030
-**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.
1024
1031
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
+
1025
1037
### Error code: 2011
1026
1038
1027
1039
-**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