<?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: Power BI REST API - Authentication failed because the remote party has closed the transport stre in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1180692#M24361</link>
    <description>&lt;P&gt;maybe related to the TLS 1.2 enforcement?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2020 22:27:44 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-06-24T22:27:44Z</dc:date>
    <item>
      <title>Power BI REST API - Authentication failed because the remote party has closed the transport stream.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1179652#M24354</link>
      <description>&lt;P&gt;Hi, I am getting error "&lt;STRONG&gt;Authentication failed because the remote party has closed the transport stream.&lt;/STRONG&gt;" while connecting to Power BI REST API via a SSIS Script task. It was working fine till last Friday and sudently it started throwing error. below is the api string i am calling -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups?$filter=contains(name,'RMBI')" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/groups?$filter=contains(name,'ECHO')&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone aware about any changes in the API side recently? I find some links asking to change target framework on script task side and I changed it from 4.5 to 4.6 but still getting this error. any help is appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:45:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1179652#M24354</guid>
      <dc:creator>Anchal-D</dc:creator>
      <dc:date>2020-06-24T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Authentication failed because the remote party has closed the transport stre</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1180692#M24361</link>
      <description>&lt;P&gt;maybe related to the TLS 1.2 enforcement?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 22:27:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1180692#M24361</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-24T22:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Authentication failed because the remote party has closed the transport stre</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1181103#M24371</link>
      <description>&lt;P&gt;same here&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 03:44:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1181103#M24371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T03:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Authentication failed because the remote party has closed the transport stre</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1181107#M24372</link>
      <description>&lt;P&gt;checked "internet option" in my computer. TLS 1.0, 1.1, 1.2 are checked.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 03:54:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1181107#M24372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T03:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Authentication failed because the remote party has closed the transport stre</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1182644#M24378</link>
      <description>&lt;P&gt;Yes. it was TLS 1.2 enforcement issue, I used below in my code and it fixed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;System.Net.ServicePointManager&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;.SecurityProtocol&amp;nbsp;|= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:08:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1182644#M24378</guid>
      <dc:creator>Anchal-D</dc:creator>
      <dc:date>2020-06-25T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Authentication failed because the remote party has closed the transport stre</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1233747#M24829</link>
      <description>&lt;P&gt;It is not working in Win7.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The workaround is to use Win10&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 02:48:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/1233747#M24829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-20T02:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Authentication failed because the remote party has closed the transport stre</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/3290169#M43130</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/241108"&gt;@Anchal-D&lt;/a&gt;&amp;nbsp;, This seems to be a very old post but I have the same problem that I recently encounter. With your solution, how do I put this colde in Power Query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I encounter this issue in my PowerBI Dataflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 06:19:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/3290169#M43130</guid>
      <dc:creator>marconis</dc:creator>
      <dc:date>2023-06-19T06:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI REST API - Authentication failed because the remote party has closed the transport stre</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/3291561#M43142</link>
      <description>&lt;P&gt;show a cleaned up version of your Power Query code.&amp;nbsp; Which API endpoint are you calling?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 17:42:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-REST-API-Authentication-failed-because-the-remote-party/m-p/3291561#M43142</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-06-19T17:42:15Z</dc:date>
    </item>
  </channel>
</rss>

