Forum Discussion
Publishing error
- Anonymous3 years ago
Hi ShabnamKhan ,
I'm sorry I didn't fix this. Please refer to the following topic to see if it helps you.
Solved: "Unable to write to the transport connection." - Microsoft Power BI Community
The report is quite large 162,106kb could this be an issue?
Yes, too large data model may be a reason for your scenario, maybe you can try to cut down you data size and try again.
Then I also found a similar blog , please refer to it.
How to Fix 'An Existing Connection was Forcibly Closed by the Remote Host' Error? - Appuals.com
- TLS 1.1/1.0 Usage: If the application is running on TLS 1.1 or TLS 1.0, it might trigger this error due to them being depreciated. TLS 1.2 is the way to go when selecting the protocol which the application uses.
- Cryptography Disabled: If Cryptography has been disabled for your machine it will prevent the usage of TLS 1.2 and will fall back on TLS 1.0 which might trigger the error.
- Socket Implementation: In some cases, a particular type of socket implementation triggers the error. There is a bug with some implementations by “.NET” application and it might cause this error.
- Missing Code: For some people who were using the Entity Framework, it was observed that a certain line of code was missing due to which the error was being triggered.
- Outdated “.NET” Framework: In certain cases, if the “.NET” Framework has been disabled, this error might be triggered. Certain tasks require the “.NET” framework to be updated to the latest version in order for them to work properly.
If still not helpful, I suggest you to open a support ticket for help if you are a pro user.
https://powerbi.microsoft.com/en-us/support/
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ShabnamKhan ,
You cannot have a dataflow run in a PPU workspace, be imported into a Power BI dataset in another workspace, and then allow users without a PPU license to consume the content.
Power BI Premium Per User - Power BI | Microsoft Docs
I have also found a similar post, please refer to it to see if it helps you.
Solved: Re: help with error Premium caller trying to read ... - Microsoft Power BI Community
The solution is to place the Dataflow on a non PPU workspace (this losing the benefits of PPU) or place the Report and Dataset on a PPU workspace (which onlu PPU licences can access.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.