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
+40-40Lines changed: 40 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1022,6 +1022,46 @@ 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: 2001
1026
+
1027
+
- **Message**: `The length of execution output is over limit (around 4MB currently).`
1028
+
1029
+
- **Cause**: The execution output is greater than 4 MB in size but the maximum supported output response payload size is 4 MB.
1030
+
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](https://docs.microsoft.com/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 the 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.
1064
+
1025
1065
### Error code: 2108
1026
1066
1027
1067
- **Message**: `Error calling the endpoint '%url;'. Response status code: '%code;'`
@@ -1066,46 +1106,6 @@ To use **Fiddler** to create an HTTP session of the monitored web application:
1066
1106
1067
1107
For more information, see [Getting started with Fiddler](https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureFiddler).
1068
1108
1069
-
### Error Code: 2001
1070
-
1071
-
- **Message**: `The length of execution output is over limit (around 4MB currently).`
1072
-
1073
-
- **Cause**: The execution output is greater than 4 MB in size but the maximum supported output response payload size is 4 MB.
1074
-
1075
-
- **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](https://docs.microsoft.com/answers/questions/700102/how-to-scale-out-the-size-of-data-moving-using-azu.html).
1076
-
1077
-
### Error Code: 2002
1078
-
1079
-
- **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.`
1080
-
1081
-
- **Cause**: The payload you are attempting to send is too large.
1082
-
1083
-
- **Recommendation**: Refer to [Payload is too large](data-factory-troubleshoot-guide.md#payload-is-too-large).
1084
-
1085
-
### Error Code: 2003
1086
-
1087
-
- **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.`
1088
-
1089
-
- **Cause**: Too many activities are running concurrently. This can happen when too many pipelines are triggered at once.
1090
-
1091
-
- **Recommendation**: Reduce pipeline concurrency. You might have to distribute the trigger time of your pipelines.
1092
-
1093
-
### Error Code: 2010
1094
-
1095
-
- **Message**: `The Self-hosted Integration Runtime ‘<SHIR name>’ is offline`
1096
-
1097
-
- **Cause**: The self-hosted integration runtime is offline or the Azure integration runtime is expired or not registered.
1098
-
1099
-
- **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.
1100
-
1101
-
### Error Code: 2105
1102
-
1103
-
- **Message**: `The value type '<provided data type>', in key '<key name>' is not expected type '<expected data type>'`
1104
-
1105
-
- **Cause**: Data generated in the dynamic content expression doesn't match with the key and causes JSON parsing failure.
1106
-
1107
-
- **Recommendation**: Look at the key field and fix the dynamic content definition.
1108
-
1109
1109
### Error code: 2108
1110
1110
1111
1111
- **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`
0 commit comments