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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

.NET Export Report to PDF

Using the .NET client library for Power Bi when calling ExportToFileInGroup() I am getting this error -

{"Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.."}

The spn has report.readwrite.all and dataset.readwrite.all permissions. The workspace has an account with EM1 capacity as an admin. I've checked that all parameters are being passed correctly. Has anyone seen this before and what are the possible causes?

Thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

First, please make sure that it didn't hit any following limitations when call REST API ExportToFileInGroup().

Considerations and limitations

yingyinr_0-1653889951308.png

And please review the following links which has similar problem with yours, hope they can help you resolve the problem.

Cause by Firewall/TLS configuration/Proxy server

PowerBIClient gets Groups and Reprots but Fails on ExportToFileInGroupAsync

Turns out the issue was on our side, more specifically, security/firewall settings. Here is the exact quote from our networking guru.

"After some more investigation we determined that our firewall was causing this issue when it was terminating the SSL connection. We were able to add a bypass for the URL and it is now working as expected."


.NET Framework not configured for TLS 1.2

Resolution

For more information about how to configure .NET Framework to enable TLS 1.2+, see Configure for strong cryptography.


unable to read data from the transport connection an existing connection was forcibly closed by remote host

Best Regards

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thank you, it was a firewall issue.

Anonymous
Not applicable

Hi  @Anonymous ,

Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.

Best Regards

Anonymous
Not applicable

Hi @Anonymous ,

First, please make sure that it didn't hit any following limitations when call REST API ExportToFileInGroup().

Considerations and limitations

yingyinr_0-1653889951308.png

And please review the following links which has similar problem with yours, hope they can help you resolve the problem.

Cause by Firewall/TLS configuration/Proxy server

PowerBIClient gets Groups and Reprots but Fails on ExportToFileInGroupAsync

Turns out the issue was on our side, more specifically, security/firewall settings. Here is the exact quote from our networking guru.

"After some more investigation we determined that our firewall was causing this issue when it was terminating the SSL connection. We were able to add a bypass for the URL and it is now working as expected."


.NET Framework not configured for TLS 1.2

Resolution

For more information about how to configure .NET Framework to enable TLS 1.2+, see Configure for strong cryptography.


unable to read data from the transport connection an existing connection was forcibly closed by remote host

Best Regards

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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