<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OnPremise Gateway - Refresh of Dataflow Gen2 fails when writing to a Lakehouse in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4030179#M3340</link>
    <description>&lt;P&gt;We have created an OnPrem Gateway and added it to Microsoft Fabric. Now we would like to load a CSV file from our network drive to a Lakehouse using a Dataflow Gen2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We know that we need to open the following ports in our firewall for the gateway:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Protocol: TCP
Endpoints: *.datawarehouse.pbidedicated.windows.net, *.datawarehouse.fabric.microsoft.com, *.dfs.fabric.microsoft.com
Port: 1433&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, we are not able to open the wildcard domains for port 1433. We tried to open the URL for the SQL analytics endpoint. So we are able to load the file in a dataflow, but there is a problem when we try to write it to a lakehouse. The dataflow can be published, but the refresh fails:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;There was a problem refreshing the dataflow. Please try again later. (Request ID: 0fedcd1e-bc70-44b8-9736-19657d758bcb).&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea which firewall configuration is necessary (to make it work without wildcards in a domain)?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 12:14:20 GMT</pubDate>
    <dc:creator>Profab_07</dc:creator>
    <dc:date>2024-07-08T12:14:20Z</dc:date>
    <item>
      <title>OnPremise Gateway - Refresh of Dataflow Gen2 fails when writing to a Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4030179#M3340</link>
      <description>&lt;P&gt;We have created an OnPrem Gateway and added it to Microsoft Fabric. Now we would like to load a CSV file from our network drive to a Lakehouse using a Dataflow Gen2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We know that we need to open the following ports in our firewall for the gateway:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Protocol: TCP
Endpoints: *.datawarehouse.pbidedicated.windows.net, *.datawarehouse.fabric.microsoft.com, *.dfs.fabric.microsoft.com
Port: 1433&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, we are not able to open the wildcard domains for port 1433. We tried to open the URL for the SQL analytics endpoint. So we are able to load the file in a dataflow, but there is a problem when we try to write it to a lakehouse. The dataflow can be published, but the refresh fails:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;There was a problem refreshing the dataflow. Please try again later. (Request ID: 0fedcd1e-bc70-44b8-9736-19657d758bcb).&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea which firewall configuration is necessary (to make it work without wildcards in a domain)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 12:14:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4030179#M3340</guid>
      <dc:creator>Profab_07</dc:creator>
      <dc:date>2024-07-08T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: OnPremise Gateway - Refresh of Dataflow Gen2 fails when writing to a Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4032071#M3359</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772041" data-lia-user-login="Profab_07" class="lia-mention lia-mention-user"&gt;Profab_07&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When configuring a firewall without using a wildcard domain, try the following steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Identify the specific service endpoints and corresponding ports that your Dataflow Gen2 needs to access.&lt;/LI&gt;
&lt;LI&gt;Open the necessary TCP ports: Port 1433 is typically used for SQL database connections, except that other ports may be needed for related services.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can refer to below document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/data-integration/gateway/service-gateway-communication#ports" target="_blank"&gt;Adjust communication settings for the on-premises data gateway | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 08:25:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4032071#M3359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-09T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: OnPremise Gateway - Refresh of Dataflow Gen2 fails when writing to a Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4032189#M3361</link>
      <description>&lt;P&gt;Hello, after opening port 1433 and port 443 for the domains, it works well. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 09:07:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4032189#M3361</guid>
      <dc:creator>Profab_07</dc:creator>
      <dc:date>2024-07-09T09:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: OnPremise Gateway - Refresh of Dataflow Gen2 fails when writing to a Lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4032201#M3362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772041" data-lia-user-login="Profab_07" class="lia-mention lia-mention-user"&gt;Profab_07&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your feedback.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 09:14:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/OnPremise-Gateway-Refresh-of-Dataflow-Gen2-fails-when-writing-to/m-p/4032201#M3362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-09T09:14:34Z</dc:date>
    </item>
  </channel>
</rss>

