Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
Solved! Go to Solution.
Hi @Anonymous ,
First, please make sure that it didn't hit any following limitations when call REST API ExportToFileInGroup().
Considerations and limitations
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.
Best Regards
Thank you, it was a firewall issue.
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
Hi @Anonymous ,
First, please make sure that it didn't hit any following limitations when call REST API ExportToFileInGroup().
Considerations and limitations
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.
Best Regards
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |
User | Count |
---|---|
19 | |
6 | |
5 | |
3 | |
3 |