Forum Discussion
Fabric Pipeline Error - Connection
- 1 year ago
Thankyou, suparnababu8, for your response.
Hi danielkataoka,We appreciate your inquiry through the Microsoft Fabric Community Forum.
Based on my understanding, the error message you are encountering typically occurs when the On-premises Data Gateway is unable to establish a secure connection to Fabric's service endpoint, brs.frontend.clouddatahub.net. This is usually due to network or firewall restrictions, or because the gateway version is outdated. Specifically, the gateway cannot reach the necessary Fabric endpoints over port 443 (HTTPS), possibly due to firewall or proxy settings blocking outbound access, or outdated gateway software.
Kindly follow the steps below, which may help resolve the issue:
- Download and install the latest version of the On-premises Data Gateway.
- From the gateway server, run the following command:
Test-NetConnection -ComputerName brs.frontend.clouddatahub.net -Port 443
If the connection is blocked, please coordinate with your network team to allow access to *.frontend.clouddatahub.net. - Check the proxy settings and, if a proxy is being used, configure it correctly for the gateway service account.
- If the issue persists, uninstall the existing gateway, delete any leftover folders, and reinstall a fresh copy.
Please find attached a screenshot of the error message along with the known issue link for your reference:
Additionally, kindly refer to the following links for further information:
Known issue - Multiple installations of on-premises data gateway causes pipelines to fail - Microsoft Fabric | Microsoft Learn
How to access on-premises data sources in Data Factory - Microsoft Fabric | Microsoft LearnWe hope the information provided will assist in resolving your issue. Should you have any further queries, please feel free to contact the Microsoft Fabric community.
Thank you.
Thankyou, suparnababu8, for your response.
Hi danielkataoka,
We appreciate your inquiry through the Microsoft Fabric Community Forum.
Based on my understanding, the error message you are encountering typically occurs when the On-premises Data Gateway is unable to establish a secure connection to Fabric's service endpoint, brs.frontend.clouddatahub.net. This is usually due to network or firewall restrictions, or because the gateway version is outdated. Specifically, the gateway cannot reach the necessary Fabric endpoints over port 443 (HTTPS), possibly due to firewall or proxy settings blocking outbound access, or outdated gateway software.
Kindly follow the steps below, which may help resolve the issue:
- Download and install the latest version of the On-premises Data Gateway.
- From the gateway server, run the following command:
Test-NetConnection -ComputerName brs.frontend.clouddatahub.net -Port 443
If the connection is blocked, please coordinate with your network team to allow access to *.frontend.clouddatahub.net. - Check the proxy settings and, if a proxy is being used, configure it correctly for the gateway service account.
- If the issue persists, uninstall the existing gateway, delete any leftover folders, and reinstall a fresh copy.
Please find attached a screenshot of the error message along with the known issue link for your reference:
Additionally, kindly refer to the following links for further information:
Known issue - Multiple installations of on-premises data gateway causes pipelines to fail - Microsoft Fabric | Microsoft Learn
How to access on-premises data sources in Data Factory - Microsoft Fabric | Microsoft Learn
We hope the information provided will assist in resolving your issue. Should you have any further queries, please feel free to contact the Microsoft Fabric community.
Thank you.