<?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 Lakehouse Gen2 Datasource - Azure SQL DB cannot connect in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3253767#M210</link>
    <description>&lt;P&gt;I am using the Azure SQL Connector, but when I try with the Gen2 Dataflow I get the following error: "&lt;SPAN&gt;&lt;SPAN class=""&gt;Connection could not be created. This may mean it is not accessible from this network or at this URI, or that a gateway is required to access this data source. (Session ID: c4977ea3-b822-601f-56fb-adcd91e54ba9, Region: us)".&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; I use the same read-only account for other applications for access to the DB. The DB has firewall rules enabled and we must log approved inbound IP addresses in order to connect. I can create connections through PowerBI and other PowerPlatform applications and have approved the IPs for LogicApps, etc... but I cannot seem to locate the documentation for the IPs for these services.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Are there a list of inbound IP addresses that can be added to our firewall rule for this service?&lt;BR /&gt;NOTE: I cannot remove the firewall rules on this database, I can only add IP addresses to the approved inbound list.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 03:12:31 GMT</pubDate>
    <dc:creator>dfkelso</dc:creator>
    <dc:date>2023-06-09T03:12:31Z</dc:date>
    <item>
      <title>Lakehouse Gen2 Datasource - Azure SQL DB cannot connect</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3253767#M210</link>
      <description>&lt;P&gt;I am using the Azure SQL Connector, but when I try with the Gen2 Dataflow I get the following error: "&lt;SPAN&gt;&lt;SPAN class=""&gt;Connection could not be created. This may mean it is not accessible from this network or at this URI, or that a gateway is required to access this data source. (Session ID: c4977ea3-b822-601f-56fb-adcd91e54ba9, Region: us)".&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; I use the same read-only account for other applications for access to the DB. The DB has firewall rules enabled and we must log approved inbound IP addresses in order to connect. I can create connections through PowerBI and other PowerPlatform applications and have approved the IPs for LogicApps, etc... but I cannot seem to locate the documentation for the IPs for these services.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Are there a list of inbound IP addresses that can be added to our firewall rule for this service?&lt;BR /&gt;NOTE: I cannot remove the firewall rules on this database, I can only add IP addresses to the approved inbound list.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 03:12:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3253767#M210</guid>
      <dc:creator>dfkelso</dc:creator>
      <dc:date>2023-06-09T03:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Gen2 Datasource - Azure SQL DB cannot connect</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3254463#M211</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You'll want to add the ip addresses for the PowerQueryOnline servicetag. Those are the ones used by Dataflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 04:47:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3254463#M211</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2023-05-26T04:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Gen2 Datasource - Azure SQL DB cannot connect</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3262761#M212</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="566379" data-lia-user-login="dfkelso" class="lia-mention lia-mention-user"&gt;dfkelso&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;I was trying to repro the error which you encountered but I was not succesful in doing that .&lt;BR /&gt;&lt;BR /&gt;But to me it does not appear to be IP issues as the message on the dataflow gen2 is very clear with that respect . I tried to read a table in my Lakehouse as sink and ASQL as source . I&amp;nbsp; did not white listed the IP and also unchecked the option "Allow Azure Services and resources to access this server" on the ASQl side .&amp;nbsp; Now the message which i got from the dataflow gen2 was&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;"An exception occurred: DataSource.Error: Microsoft SQL: Cannot open server 'myserver' requested by the login. Client with IP address 'My IP Address ' is not allowed to access the server. To enable access, use the Windows Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To me it looks like something else is wrong . Did you got an resolution to this ? If not what is the Authentication you selected while connected to the ASQL ?&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&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;</description>
      <pubDate>Wed, 31 May 2023 23:24:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3262761#M212</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2023-05-31T23:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Gen2 Datasource - Azure SQL DB cannot connect</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3262783#M213</link>
      <description>&lt;P&gt;i havent officially gotten a full resolution. i HAVE gotten past this error by making it connect through a gateway, but once i get past that the data does not ever publish. just throws a different, somehow more vague, error. i am working through these errors with msft support and will report back when i (hopefully) get it resolved.&amp;nbsp;&lt;BR /&gt;in troubleshooting, i was able to set up a pipeline on the same sql database without the gateway that populated a table in the lakehouse ... so i am not really sure why or what the difference is.&lt;/P&gt;&lt;P&gt;unfortunately i dont control the azure sql server and cannot connect to the master db nor the azure sql tenant where this is hosted because it is a vendor hosted db that i have read-only rights to.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 00:16:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3262783#M213</guid>
      <dc:creator>dfkelso</dc:creator>
      <dc:date>2023-06-01T00:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse Gen2 Datasource - Azure SQL DB cannot connect</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3262786#M214</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="566379" data-lia-user-login="dfkelso" class="lia-mention lia-mention-user"&gt;dfkelso&lt;/a&gt;&amp;nbsp; for the quick reply .&lt;BR /&gt;As a understand at this time the pipeline works for the&amp;nbsp; ASQL but not the DF gen2 .&amp;nbsp;&lt;BR /&gt;May I request you please post the resolution , so that its helpful to other community member . If you have the SR# , please do share the same here .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Himanshu&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 00:28:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Lakehouse-Gen2-Datasource-Azure-SQL-DB-cannot-connect/m-p/3262786#M214</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2023-06-01T00:28:19Z</dc:date>
    </item>
  </channel>
</rss>

