Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
DSanthoshKumar
Regular Visitor

eu2.frontend.clouddatahub.net error on connecting SQL Server on-premises as source

Hi,

 

When we are trying to connect SQL Server On-Premise in fabric=>pipeline=>copy data activity as source we are getting connection type error as "Please check your network connectivity to ensure your on-premises data gateway can access eu2.frontend.clouddatahub.net and restart the service to retry the connection again once the connectivity issue has been resolved.".

 

where as with same source we can able to connect in fabric DataFlowGen2.

 

DSanthoshKumar_0-1720763772744.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @DSanthoshKumar ,

 

Based on your description, you can troubleshoot by wishing for inoculation:

  • Make sure that eu2.frontend.clouddatahub.net is accessible from your network. You can try to test the connection by using ping or telnet in your local network.
ping eu2.frontend.clouddatahub.net

vkongfanfmsft_0-1721021584987.png

  • Check your firewall and network security settings to ensure that you allow access to the port required for eu2.frontend.clouddatahub.net (usually HTTPS port 443). If not, try below steps to open it:

vkongfanfmsft_1-1721021788110.pngvkongfanfmsft_2-1721021811309.pngvkongfanfmsft_3-1721021830121.png

 

Best Regards,
Adamk Kong

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
tmjones2
Helper I
Helper I

I had to enable TLS 1.2 and restart the gateway for it to work  (I also opened 443, both inbound and outbound. No clue if that did anything but it didn't work until enabling TLS1.2)

 

PowerShell script:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls

Thanks for this. Had same issue and having TLS 1.2 on the server fixed it.

dcullen
Frequent Visitor

I'm having this exact same issue.

 

I've added this firewall allow rule on both of our gateway servers but I am still geetting the following error.

 

dcullen_0-1726650204536.png

 

I have also tried to manually browse to the uks.frontend.clouddatahub.net URL on the gateway servers and my local machine and I can load it without any issues (proxy enabled and disabled).

 

When I try and test the connection in fabric I get a HTTP Bad Request error.

 

dcullen_1-1726650333179.pngdcullen_2-1726650368296.png

 

Any ideas what could be occurring?

 

@Anonymous Where is the documentation does it say to allow 443 INBOUND? https://learn.microsoft.com/en-us/fabric/security/fabric-allow-list-urls#pipeline All of these listed here are for outbound.

Anonymous
Not applicable

Hi @DSanthoshKumar ,

 

Based on your description, you can troubleshoot by wishing for inoculation:

  • Make sure that eu2.frontend.clouddatahub.net is accessible from your network. You can try to test the connection by using ping or telnet in your local network.
ping eu2.frontend.clouddatahub.net

vkongfanfmsft_0-1721021584987.png

  • Check your firewall and network security settings to ensure that you allow access to the port required for eu2.frontend.clouddatahub.net (usually HTTPS port 443). If not, try below steps to open it:

vkongfanfmsft_1-1721021788110.pngvkongfanfmsft_2-1721021811309.pngvkongfanfmsft_3-1721021830121.png

 

Best Regards,
Adamk Kong

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.