Forum Discussion
Data refresh error
- 9 months ago
Hi WithwindOK ,
Please try the troubleshooting steps, which i was suggested in my previous response. In addition to that, Colud you please try the below steps to fix the issue.
1. Please check the RSPortal, RSService, and AS logs at the time of the failure. check for memory pressure, timeouts, or model loading errors.
2. Check the server hosting PBIRS has sufficient RAM and CPU. Increase the MaxMemoryLimit setting in RSHostingService.config.
3. If multiple reports are refreshing simultaneously, try to refresh one by one report to reduce load.
4. Use the latest PBIRS version. Sometimes bugs in older versions cause intermittent issues.
5. Large models may fail to load under constrained resources. remove unused columns and aggregate the data.6. Re-upload the affected reports to PBIRS. Validate that the model loads correctly in PBIRS after upload.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
Hi WithwindOK,
Can you share screenshots of the error?
Is this error happening in desktop, or only once you upload it to report server?
What are your data sources?
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
This error only occurs when uploading to PBIRS; refreshing in Desktop works fine. The data source is Oracle Database 19c, and a manual refresh can complete successfully.
- tayloramy9 months agoSuper User
Hi WithwindOK,
Does the server where the report server is installed have the oracle client installed?
Are you able to use TNSPING on the server to successfully connect to the database?
https://docs.oracle.com/en/database/oracle/oracle-database/19/netag/testing-connections.htmlIf you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- WithwindOK9 months agoAdvocate I
The Oracle client is installed correctly. Please note that the refresh fails randomly—not every time—and the reports that fail are also random.
- tayloramy9 months agoSuper User
Hi WithwindOK,
Right, I forgot that this was an intermittent issue, which are usually the worst kind of issues to troubleshoot.
Ensuring that the client is installed and the server can conect to the Oracle database is about the limit of my Oracle troubleshooting abilities, I work in a SQL Server shop.
Are there any error logs on the Oracle side when a refresh fails? Is there a failed connection attempt or something?
Are there more detailed logs generated on the report server? Those should exist for sure, which might also give us some more details into what is actually happening.
I generally like to blame intermittent network issues like this on DNS issues, so I would also start investigating that, but I have no basis for that claim.