Forum Discussion

RobertXiong's avatar
RobertXiong
Helper II
4 years ago
Solved

Cannot create Scheduled Refresh Plan on on-premises Power BI Report Server

Anyone can help with this? 

I created report and uploaded it on Power BI Report Server (on-premises), it worked fine when I opened it from report server. right now I want to refresh data daily from source database to report server database, so I tried to create Scheduled Refresh Plan for it, but I Error message popup to say "An error has occurred, Something went wrong, please try again later".

 

Anyone can help whti this? what happed? how to solve this issue?

 

Thanks so much

 

Robert Xiong

 

  • RobertXiong  

     

    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

  • 我也遇到过这个问题。

    后来我查看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”的访问被拒绝。
  • Anonymous's avatar
    Anonymous
    3 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

17 Replies

  • 斥敌's avatar
    斥敌
    Regular Visitor

    我也遇到过这个问题。

    后来我查看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”的访问被拒绝。
    • RobertXiong's avatar
      RobertXiong
      Helper II

      Thanks so much for your information, I uninstalled Power BI Report Server and installed it again, right now it works. probably I had the same problem before.

       

      much appreciate

      Robert

  • Anonymous's avatar
    Anonymous
    Not applicable

    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

  • 1. I upgraded the Power BI Report Server to latest version 15.0.1107.166 (released on Sept. 2021)

    2. The service account in Report Server Configuration Manager is domain\sqladmin with all three permissions of Job agent

    3. The user in connection to report server database is another user in report server database. 

    4. I didn't find any error messages in folder C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles\

     

    I do not know what haapened and how to fix this

     

    Anyone have any ideas? 

    Thanks so much

    • v-janeyg-msft's avatar
      v-janeyg-msft
      Community Support

      Hi, RobertXiong 

       

      Do you mean there is an error after setting refresh? Can you test the connection in the pbirs report settings? Data source credentials are also need to be confirmed.

      Can you see the report content on the homepage normally?

      What's your current version? Consider an updated version:Power BI Report Server | Microsoft Power BI

       

      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

  • 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

     

     

     

    • v-janeyg-msft's avatar
      v-janeyg-msft
      Community 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

      • RobertXiong's avatar
        RobertXiong
        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

    • Anonymous's avatar
      Anonymous
      Not applicable

      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