Forum Discussion
Jhonrey4
11 months agoNew Member
Power BI Report Server Schedule Refresh Error
In the report server database est connection is successful but whenever doing schedule refresh its not connecting. throwing error like "an error occurred within the report server database. this may b...
vivien57
11 months agoSuper User
Hello Jhonrey4 ,
What exactly is the data source for your report? (Analysis Services?)
If so, have you tried redeploying your tabular model?
Do you have enough RAM and disk space on the server? (When the data model refreshes, it needs twice its size to refresh.)
Run a query to check row count: (to see if this table is not too large)
SELECT COUNT(*) FROM ReportServer.dbo.Event
Check rsreportserver.config Settings
Look for IsDataModelRefreshService setting to ensure the server is configured to handle scheduled refresh.
Please feel free to give me a kudo and/or accept my answer as the solution if it suits you.
Have a nice day,
Vivien