<?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 Re: Microsoft Fabric: writing data with dataflow gen2 to Fabric Warehouse in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277940#M2075</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701977" data-lia-user-login="FabianSchut" class="lia-mention lia-mention-user"&gt;FabianSchut&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your feedback - I asked my colleagues who administer our cloud to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably you are right that it is related to firewall / network settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For&amp;nbsp; the moment I was able to solve it via the workaround described in at the end of the link below (splitting in two dataflows: one just reading the on-prem source and the other taking the first dataflow as input and then writing to the data warehouse):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 09:00:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-11T09:00:22Z</dc:date>
    <item>
      <title>Microsoft Fabric: writing data with dataflow gen2 to Fabric Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4276081#M2057</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we want to write data to a Fabric Warehouse via dataflow gen 2 to an existing Fabric Warehouse, but get the error message below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataflow reads from an on-premise MS SQL database via a gateway. The reading works with no issue and the dataflow runs fine as long we do not try to write the results to our Warehouse in the cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The strange thing is that it worked a few times, but now it stopped working with the mentioned error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone any ideas what this could be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 19:02:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4276081#M2057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-08T19:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric: writing data with dataflow gen2 to Fabric Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4276251#M2060</link>
      <description>&lt;P&gt;Is it possible that someone added some security rules for Fabric like&amp;nbsp;Entra Conditional Access? And who is the owner of the Warehouse? Is something changed there?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 23:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4276251#M2060</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2024-11-08T23:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric: writing data with dataflow gen2 to Fabric Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277899#M2073</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply from FabianSchut&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that a network problem or instance-specific error was encountered while connecting to SQL Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some of my suggestions:&lt;/P&gt;
&lt;P&gt;1. Make sure the SQL Server instance is running.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Check that SQL Server is configured to allow remote connections. In SQL Server Configuration Manager, ensure that the “TCP/IP” and “Named Pipes” sections of the “SQL Server Network Configuration” are configured to allow remote connections. Named Pipes” of ‘SQL Server Network Configuration’ are enabled.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Ensure that the firewall is not blocking the SQL Server port (the default instance is usually 1433). You may need to add a new inbound rule to the firewall to allow this port.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Make sure the SQL Server Browser service is running.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After checking the above factors, remember to restart your current SQL Server instance before reconnecting in Dataflow Gen2 to see if it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions please feel free to contact me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 08:38:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277899#M2073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-11T08:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric: writing data with dataflow gen2 to Fabric Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277900#M2074</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply from FabianSchut&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that a network problem or instance-specific error was encountered while connecting to SQL Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some of my suggestions:&lt;/P&gt;
&lt;P&gt;1. Make sure the SQL Server instance is running.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Check that SQL Server is configured to allow remote connections. In SQL Server Configuration Manager, ensure that the “TCP/IP” and “Named Pipes” sections of the “SQL Server Network Configuration” are configured to allow remote connections. Named Pipes” of ‘SQL Server Network Configuration’ are enabled.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Ensure that the firewall is not blocking the SQL Server port (the default instance is usually 1433). You may need to add a new inbound rule to the firewall to allow this port.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Make sure the SQL Server Browser service is running.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After checking the above factors, remember to restart your current SQL Server instance before reconnecting in Dataflow Gen2 to see if it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions please feel free to contact me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 08:38:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277900#M2074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-11T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric: writing data with dataflow gen2 to Fabric Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277940#M2075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701977" data-lia-user-login="FabianSchut" class="lia-mention lia-mention-user"&gt;FabianSchut&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your feedback - I asked my colleagues who administer our cloud to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably you are right that it is related to firewall / network settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For&amp;nbsp; the moment I was able to solve it via the workaround described in at the end of the link below (splitting in two dataflows: one just reading the on-prem source and the other taking the first dataflow as input and then writing to the data warehouse):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 09:00:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277940#M2075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-11T09:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Fabric: writing data with dataflow gen2 to Fabric Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277947#M2076</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have found a solution. Could you please mark this helpful post as “Answered”?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will help others in the community to easily find a solution if they are experiencing the same problem as you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your cooperation!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 09:02:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Microsoft-Fabric-writing-data-with-dataflow-gen2-to-Fabric/m-p/4277947#M2076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-11T09:02:23Z</dc:date>
    </item>
  </channel>
</rss>

