Skip to content

Commit fe80090

Browse files
committed
Merge 2 2108 error TSG
1 parent 9fb9886 commit fe80090

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

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

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,55 +1064,55 @@ If the HDI activity is stuck in preparing for cluster, follow the guidelines bel
10641064
10651065
### Error code: 2108
10661066
1067-
- **Message**: `Error calling the endpoint '%url;'. Response status code: '%code;'`
1068-
1069-
- **Cause**: The request failed due to an underlying issue such as network connectivity, a DNS failure, a server certificate validation, or a timeout.
1070-
1071-
- **Recommendation**: Use Fiddler/Postman/Netmon/Wireshark to validate the request.
1072-
1073-
#### More details
1074-
1075-
To use **Fiddler** to create an HTTP session of the monitored web application:
1076-
1077-
1. Download, install, and open [Fiddler](https://www.telerik.com/download/fiddler).
1078-
1079-
1. If your web application uses HTTPS, go to **Tools** > **Fiddler Options** > **HTTPS**.
1080-
1081-
1. In the HTTPS tab, select both **Capture HTTPS CONNECTs** and **Decrypt HTTPS traffic**.
1082-
1083-
:::image type="content" source="media/data-factory-troubleshoot-guide/fiddler-options.png" alt-text="Fiddler options":::
1084-
1085-
1. If your application uses TLS/SSL certificates, add the Fiddler certificate to your device.
1086-
1087-
Go to: **Tools** > **Fiddler Options** > **HTTPS** > **Actions** > **Export Root Certificate to Desktop**.
1088-
1089-
1. Turn off capturing by going to **File** > **Capture Traffic**. Or press **F12**.
1090-
1091-
1. Clear your browser's cache so that all cached items are removed and must be downloaded again.
1092-
1093-
1. Create a request:
1094-
1095-
1. Select the **Composer** tab.
1096-
1097-
1. Set the HTTP method and URL.
1098-
1099-
1. If needed, add headers and a request body.
1100-
1101-
1. Select **Execute**.
1067+
- **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`
11021068
1103-
1. Turn on traffic capturing again, and complete the problematic transaction on your page.
1069+
- **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.
11041070
1105-
1. Go to: **File** > **Save** > **All Sessions**.
1071+
- **Recommendation**: Verify that the provided URL is accessible.
11061072
1107-
For more information, see [Getting started with Fiddler](https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureFiddler).
1073+
<br/>
11081074
1109-
### Error code: 2108
1075+
- **Message**: `Error calling the endpoint '%url;'. Response status code: '%code;'`
11101076
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`
1077+
- **Cause**: The request failed due to an underlying issue such as network connectivity, a DNS failure, a server certificate validation, or a timeout.
11121078
1113-
- **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.
1079+
- **Recommendation**: Use Fiddler/Postman/Netmon/Wireshark to validate the request.
11141080
1115-
- **Recommendation**: Verify that the provided URL is accessible.
1081+
**Using Fiddler**
1082+
1083+
To use **Fiddler** to create an HTTP session of the monitored web application:
1084+
1085+
1. Download, install, and open [Fiddler](https://www.telerik.com/download/fiddler).
1086+
1087+
1. If your web application uses HTTPS, go to **Tools** > **Fiddler Options** > **HTTPS**.
1088+
1089+
1. In the HTTPS tab, select both **Capture HTTPS CONNECTs** and **Decrypt HTTPS traffic**.
1090+
1091+
:::image type="content" source="media/data-factory-troubleshoot-guide/fiddler-options.png" alt-text="Fiddler options":::
1092+
1093+
1. If your application uses TLS/SSL certificates, add the Fiddler certificate to your device.
1094+
1095+
Go to: **Tools** > **Fiddler Options** > **HTTPS** > **Actions** > **Export Root Certificate to Desktop**.
1096+
1097+
1. Turn off capturing by going to **File** > **Capture Traffic**. Or press **F12**.
1098+
1099+
1. Clear your browser's cache so that all cached items are removed and must be downloaded again.
1100+
1101+
1. Create a request:
1102+
1103+
1. Select the **Composer** tab.
1104+
1105+
1. Set the HTTP method and URL.
1106+
1107+
1. If needed, add headers and a request body.
1108+
1109+
1. Select **Execute**.
1110+
1111+
1. Turn on traffic capturing again, and complete the problematic transaction on your page.
1112+
1113+
1. Go to: **File** > **Save** > **All Sessions**.
1114+
1115+
For more information, see [Getting started with Fiddler](https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureFiddler).
11161116
11171117
### Error Code: 2113
11181118

0 commit comments

Comments
 (0)