Forum Discussion
Cannot create Scheduled Refresh Plan on on-premises Power BI Report Server
- 4 years ago
That's strange, there is no specific error message, so it is difficult to determine the problem.
Try to restart the sql database service in machine.Is the RS report in the production environment from the previous test environment or is it newly uploaded?
If it still doesn’t work, I’m afraid you have to reinstall RS.
Troubleshoot scheduled refresh in Power BI Report Server - Power BI | Microsoft Docs
Best Regards,
Community Support Team _ Janey - 4 years ago
我也遇到过这个问题。
后来我查看D:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles日志,发现是权限的问题。设置能够完全控制下面这个路径的文件夹即可。
或许你也可以检查一下对这个文件夹的访问权限。
appdomainmanager!DefaultDomain!1cc0!07/02/2021-16:45:00:: e ERROR: AppDomain ReportServer error: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportServer_PBIRS_1. ---> System.UnauthorizedAccessException: 对路径“D:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\RSTempFiles\~AspAccessCheck_81fb13747360.tmp”的访问被拒绝。 - Anonymous3 years ago
Hi Team,
I am also facing the similar issue in my prod environment. However it is a painful to restart/reboot the service to get it resolved. Is there any alternate ways to handle this error.
Currently when ever i am getting this error below steps i am following which is not a candidate for production environments.
1. Clearing SQL Logs in SSMS.
2. Restarting the service and also Rebooting mechine.(Which may not required).
3.All the credentials are correct only.
Please support me to solve the Issue.
Thanks & Regards,
Phanikumar B
Hi Janey,
Thanks so much for your support.
when I created scheduled refresh plan, I got error message, see below screenshot.
1. I tested the data source connection of report, it's OK, credentials of connection has no problem, tested successfully.
2. I ran the report, it's OK, but the data was old as when I uploaded the report file to Power BI Report Server from Power BI Desktop.
3. The version of Power BI Report Server is 15.0.1107.165, latest version.
4. I can see the report content, no problem
Much appreciate for your support
Hello RobertXiong
What's your data source? Some data sources don't support schedule refresh in rs.
Power BI report data sources in Power BI Report Server - Power BI | Microsoft Docs
In addition, you can check if other reports can be refreshed.
Yo'd better @ me, or I might not see your reply.
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
- RobertXiong4 years ago
Helper II
The data source is oracle database 12c. The other reports couldn't refresh neither.
I had testing environment, the Power BI Report Server and the SQL database of PBIRS are in same server, the data source was oracle as well. I could create scheduled refresh plan in testing environment.
Right now I am going to create production environment. the report server is same, but the SQL database server is in another windows server.
are there procedures to debug this kind of issue?
Thanks so much
Robert Xiong
- v-janeyg-msft4 years ago
Community Support
Hi, RobertXiong
Can the server in the production environment connect to the SQL data source? Do they belong to the same AD? Ensure access to data sources. And Is your login account admin?
- RobertXiong4 years ago
Helper II
1. The report server in PROD can connect to Oracle data source, see below screenshot. when I ran report, I could see the content of report.
2. The service account in Report Server configuration Manager is account with admin privileges in SQL Server Database(The database of Report Server), and this account has three privileges role on SQL Jobs.
3. below is screenshot for database connection setting. the connection is no problem. and the user PBIReport is database account, different from service account as above.
Thanks so much
- v-janeyg-msft4 years ago
Community Support
Hi, RobertXiong
The SQL database corresponding to RS must correspond. I think the problem should be here.
- RobertXiong4 years ago
Helper II
I cannot follow you what the mean of "The SQL database corresponding to RS must correspond" is . would you like to tell me more?
Thanks so much.