Forum Discussion
Jrussi1301
6 years agoFrequent Visitor
Refresh error. Log shows .NET issues
We have a reports which refresh worked well on PBRS january 2020 version. After the may 2020 update, it stopped to refresh. The log error message says: |Error Processing Data Model Refresh: Sessi...
zzzeagle
5 years agoFrequent Visitor
I am getting a simillar error on one of my reports.
- Report Server May 2020
- Only one report is having the issue
- The report previously refreshed without issue on RS May 2020
- I made a change to the report and now get this error:
- [0] -1055784932: This feature requires installing a newer version of the .NET framework. To use it, you must install at least 'Microsoft .NET Framework 4.5': https://go.microsoft.com/fwlink/?LinkId=528259. The exception was raised by the IDbCommand interface.
- The server has .NET 4.6 installed
- zzzeagle5 years agoFrequent Visitor
I fixed my issue.
I was connecting to a Web data source that was supposed to be a TSV file. However, I forgot the parameter to make the file a TSV. So instead Power BI was converting the HTML page with the data I needed. This refreshed fine in Power BI Desktop but not Server. I fixed my URL parameters to export to TSV and now the report refreshes without the .NET error.
- tjcps5 years agoRegular Visitor
How you did that ?