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
Copy file name to clipboardExpand all lines: articles/data-factory/data-factory-troubleshoot-guide.md
+60-4Lines changed: 60 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1022,13 +1022,45 @@ If the HDI activity is stuck in preparing for cluster, follow the guidelines bel
1022
1022
1023
1023
## Web Activity
1024
1024
1025
-
### Error code: 2128
1025
+
### Error Code: 2001
1026
1026
1027
-
- **Message**: `No response from the endpoint. Possible causes: network connectivity, DNS failure, server certificate validation or timeout.`
1027
+
- **Message**: `The length of execution output is over limit (around 4MB currently).`
1028
1028
1029
-
- **Cause**: This issue is due to either Network connectivity, a DNS failure, a server certificate validation, or a timeout.
1029
+
- **Cause**: The execution output is greater than 4 MB in size but the maximum supported output response payload size is 4 MB.
1030
1030
1031
-
- **Recommendation**: Validate that the endpoint you are trying to hit is responding to requests. You may use tools like **Fiddler/Postman/Netmon/Wireshark**.
1031
+
- **Recommendation**: Make sure the execution output size does not exceed 4 MB. For more information, see [How to scale out the size of data moving using Azure Data Factory](/answers/questions/700102/how-to-scale-out-the-size-of-data-moving-using-azu.html).
1032
+
1033
+
### Error Code: 2002
1034
+
1035
+
- **Message**: `The payload including configurations on activity/dataSet/linked service is too large. Please check if you have settings with very large value and try to reduce its size.`
1036
+
1037
+
- **Cause**: The payload you are attempting to send is too large.
1038
+
1039
+
- **Recommendation**: Refer to [Payload is too large](data-factory-troubleshoot-guide.md#payload-is-too-large).
1040
+
1041
+
### Error Code: 2003
1042
+
1043
+
- **Message**: `There are substantial concurrent external activity executions which is causing failures due to throttling under subscription <subscription id>, region <region code> and limitation <current limit>. Please reduce the concurrent executions. For limits, refer https://aka.ms/adflimits.`
1044
+
1045
+
- **Cause**: Too many activities are running concurrently. This can happen when too many pipelines are triggered at once.
1046
+
1047
+
- **Recommendation**: Reduce pipeline concurrency. You might have to distribute the trigger time of your pipelines.
1048
+
1049
+
### Error Code: 2010
1050
+
1051
+
- **Message**: `The Self-hosted Integration Runtime ‘<SHIR name>’ is offline`
1052
+
1053
+
- **Cause**: The self-hosted integration runtime is offline or the Azure integration runtime is expired or not registered.
1054
+
1055
+
- **Recommendation**: Make sure your self-hosted integration runtime is up and running. Refer to [Troubleshoot self-hosted integration runtime](self-hosted-integration-runtime-troubleshoot-guide.md) for more information.
1056
+
1057
+
### Error Code: 2105
1058
+
1059
+
- **Message**: `The value type '<provided data type>', in key '<key name>' is not expected type '<expected data type>'`
1060
+
1061
+
- **Cause**: Data generated in dynamic content expression doesn't match with the key and causes JSON parsing failure.
1062
+
1063
+
- **Recommendation**: Look at the key field and fix the dynamic content definition.
1032
1064
1033
1065
### Error code: 2108
1034
1066
@@ -1038,6 +1070,30 @@ If the HDI activity is stuck in preparing for cluster, follow the guidelines bel
1038
1070
1039
1071
- **Recommendation**: Use Fiddler/Postman/Netmon/Wireshark to validate the request.
1040
1072
1073
+
### Error code: 2108
1074
+
1075
+
- **Message**: `Error calling the endpoint '<URL>'. Response status code: 'NA - Unknown'. More details: Exception message: 'NA - Unknown [ClientSideException] Invalid Url:<URL>. Please verify Url or integration runtime is valid and retry. Localhost URLs are allowed only with SelfHosted Integration Runtime`
1076
+
1077
+
- **Cause**: Unable to reach the URL provided. This can occur because there was a network connection issue, the URL was unresolvable, or a localhost URL was being used on an Azure integration runtime.
1078
+
1079
+
- **Recommendation**: Verify that the provided URL is accessible.
1080
+
1081
+
### Error Code: 2113
1082
+
1083
+
- **Message**: `ExtractAuthorizationCertificate: Unable to generate a certificate from a Base64 string/password combination.`
1084
+
1085
+
- **Cause**: Unable to generate certificate from Base64 string/password combination.
1086
+
1087
+
- **Recommendation**: Verify that the Base64 encoded PFX certificate and password combination you are using are correctly entered.
1088
+
1089
+
### Error Code: 2403
1090
+
1091
+
- **Message**: `Get access token from MSI failed for Datafactory <DF mname>, region <region code>. Please verify resource url is valid and retry.`
1092
+
1093
+
- **Cause**: Unable to acquire an access token from the resource URL provided.
1094
+
1095
+
- **Recommendation**: Verify that you have provided the correct resource URL for your managed identity.
1096
+
1041
1097
#### More details
1042
1098
To use **Fiddler** to create an HTTP session of the monitored web application:
0 commit comments