Forum Discussion
Error while scheduling refresh for reports on Power BI report server
- 4 years ago
Hi Moosa-Ali ,
From the error message, we can know the issue is caused by the connection to report server database. In your scenario, I would suggest you check detail error information in Reporting Services error log (default location: %programfiles%\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles) around the time that the error message thrown out.
If you see the error "System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding" in log files, the issue is that the connection to report server database is timeout. Then you can follow Jin's suggestion to fix the issue: ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An e...
An you alos could try the following solution:
The fix is to grant sysadmin Privilege to Report server service account .
Similar question refer:(final it was actually an authorization issue, the virtual account lacked some sort of permissions so user changed to a domain account and now it works fine)
Did I answer your question? Mark my post as a solution!
Best RegardsLucien
Hi Moosa-Ali ,
Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.
Best Regards
Lucien