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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anchal-D
Regular Visitor

Power BI REST API - Authentication failed because the remote party has closed the transport stream.

Hi, I am getting error "Authentication failed because the remote party has closed the transport stream." 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 -

 

https://api.powerbi.com/v1.0/myorg/groups?$filter=contains(name,'ECHO')

 

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.

 

 

Thanks in Advance.

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

maybe related to the TLS 1.2 enforcement?

View solution in original post

7 REPLIES 7
Anchal-D
Regular Visitor

Yes. it was TLS 1.2 enforcement issue, I used below in my code and it fixed it.

 

System.Net.ServicePointManager .SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; 

 

 

 

 

HI @Anchal-D , 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. 

I encounter this issue in my PowerBI Dataflow.

 

Thank you in advance!

show a cleaned up version of your Power Query code.  Which API endpoint are you calling?

Anonymous
Not applicable

It is not working in Win7. 

The workaround is to use Win10

Anonymous
Not applicable

same here

lbendlin
Super User
Super User

maybe related to the TLS 1.2 enforcement?

Anonymous
Not applicable

checked "internet option" in my computer. TLS 1.0, 1.1, 1.2 are checked.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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