<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Report Server does not update with scheduled plan in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4417189#M39746</link>
    <description>&lt;P&gt;Have a look at the job in SQL Server Agent. If the scheduling there is not correct, delete the scheduled update and try it again. Alternatively, drop the job and restart the sql server (which maybe isn't possible).&lt;/P&gt;&lt;P&gt;You can find the job for your report via this sql:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;use ReportServerDB
go

select c.path,
upper( s.scheduleid) as sqlagent_job_name
from         
  [catalog] c
inner join ReportSchedule rs on   rs.reportid = c.itemid
inner join Schedule s on   rs.scheduleid = s.scheduleid ;&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 19 Feb 2025 07:39:36 GMT</pubDate>
    <dc:creator>ChrisMuthmann</dc:creator>
    <dc:date>2025-02-19T07:39:36Z</dc:date>
    <item>
      <title>Report Server does not update with scheduled plan</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4414374#M39693</link>
      <description>&lt;P&gt;I am facing an issue with the scheduled update on my report server. I configure the data source settings, and everything is fine. I create the scheduled update plan, but it only works when I click "Update Now." It does not follow the created schedule and does not update automatically—I have to keep clicking "Update Now."&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 18:10:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4414374#M39693</guid>
      <dc:creator>FelipeNer0</dc:creator>
      <dc:date>2025-02-17T18:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Report Server does not update with scheduled plan</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4417189#M39746</link>
      <description>&lt;P&gt;Have a look at the job in SQL Server Agent. If the scheduling there is not correct, delete the scheduled update and try it again. Alternatively, drop the job and restart the sql server (which maybe isn't possible).&lt;/P&gt;&lt;P&gt;You can find the job for your report via this sql:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;use ReportServerDB
go

select c.path,
upper( s.scheduleid) as sqlagent_job_name
from         
  [catalog] c
inner join ReportSchedule rs on   rs.reportid = c.itemid
inner join Schedule s on   rs.scheduleid = s.scheduleid ;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Feb 2025 07:39:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4417189#M39746</guid>
      <dc:creator>ChrisMuthmann</dc:creator>
      <dc:date>2025-02-19T07:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Report Server does not update with scheduled plan</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4418670#M39755</link>
      <description>&lt;P&gt;You need to check your data source in this list to see if it supports scheduled refresh&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/report-server/data-sources" target="_blank"&gt;Power BI report data sources in Power BI Report Server - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 02:35:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4418670#M39755</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2025-02-20T02:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Report Server does not update with scheduled plan</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4418702#M39756</link>
      <description>&lt;P&gt;Hi,d_gosbell&amp;nbsp;and ChrisMuthmann ,thanks for your concern about this issue.&lt;/P&gt;
&lt;P&gt;Your answer is excellent!&lt;BR /&gt;And I would like to share some additional solutions below.&lt;BR /&gt;Hello,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="933464" data-lia-user-login="FelipeNer0" class="lia-mention lia-mention-user"&gt;FelipeNer0&lt;/a&gt;&amp;nbsp;.I am glad to help you.&lt;/P&gt;
&lt;P&gt;I think it is possible that the power BI Report Server is offline causing the configured schedule refresh not to execute&lt;BR /&gt;The report server acts as a local server and scheduled refresh depends on the normal operation of the server and related services, so when the computer is offline or the server is shut down, scheduled refresh will not be executed.&lt;/P&gt;
&lt;P&gt;Please try to check the following operation:&lt;BR /&gt;The following is what I did to configure the schedule refresh in import connection mode in Report Server&lt;BR /&gt;URL:&lt;BR /&gt;&lt;A href="https://support.biconnector.com/support/solutions/articles/8000085540-how-to-configure-scheduled-refresh-in-power-bi-report-server-v-5-x-" target="_blank" rel="noopener"&gt;support.biconnector.com/support/solutions/articles/8000085540-how-to-configure-scheduled-refresh-in-power-bi-report-server-v-5-x-&lt;/A&gt;&lt;BR /&gt;1.Check your data source credentials configuration&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2. Configure a refresh schedule&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3. Ensure that SQL Server's Service Agent is running properly (is turned on)&lt;BR /&gt;Scheduled Refresh in SQL Server relies on the Service Agent.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Most importantly, make sure your server is always online (the computer acting as the server is not turned off)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can see that my last refresh was in September 2024, which is a very long time ago, but the configuration is correct and manually executing a refresh now performs fine. The reason for this is that the report server is a local server and scheduled refreshes are dependent on the server and related services running properly, so when the computer is turned off or the server is shut down, scheduled refreshes will not be executed.&lt;BR /&gt;You need to make sure that your computer is not shut down (the report server and the service agent are online).&lt;/P&gt;
&lt;P&gt;You mentioned that you clicked refresh now and it worked, which means that the overall configuration information is correct. Ensuring that the server is always online is a key factor in ensuring that the scheduled refreshes set up in the server can be performed automatically.&lt;BR /&gt;Correspondingly, for the Power BI Service in the cloud, there is also a requirement that the gateway is online.&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Schedule-Data-Refresh-when-Computer-is-Shut-Off/m-p/484454" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Solved: Schedule Data Refresh when Computer is Shut Off? - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For more detailed information on viewing the refresh log for more details, I hope the link below is helpful:&lt;/P&gt;
&lt;P lang="x-none"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/report-server/scheduled-refresh-troubleshoot#logs-relevant-for-scheduled-refresh-of-power-bi-reports" target="_blank" rel="noopener"&gt;Troubleshoot scheduled refresh in Power BI Report Server - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Carson Jian,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 02:48:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-Server-does-not-update-with-scheduled-plan/m-p/4418702#M39756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-20T02:48:27Z</dc:date>
    </item>
  </channel>
</rss>

