<?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: Some of many tables in my mirror show a &amp;quot;running with warnings&amp;quot; message in Fabric Mirror Monitor. in Mirroring</title>
    <link>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4264769#M110</link>
    <description>&lt;P&gt;Yes I have done the stop and retart several times, forgot to mention that. After stop, start and long wait... it comes back up and looks ok but then within the next 24 hours some tables began to display the warning message again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also have already tried the queries you refer, plus another one that is recomended... and:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sys.dm_change_feed_log_scan_sessions reveals nothing obvious&lt;/LI&gt;&lt;LI&gt;nothing returned by&amp;nbsp;sys.dm_change_feed_errors query&lt;/LI&gt;&lt;LI&gt;EXEC sp_help_change_feed also shows nothing obvious&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Restarting the service is not an viable option or a solution, as it takes 2-3 hours to complete initialising and within that period we would expect to have extracted multiple deltas to downstream processing and NRT is a requirement. i.e There is a service impact and we wont meet our agreed SLA.&lt;BR /&gt;&lt;BR /&gt;Can we push this up to the Mirroring team for comment?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 02:29:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-31T02:29:48Z</dc:date>
    <item>
      <title>Some of many tables in my mirror show a "running with warnings" message in Fabric Mirror Monitor.</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4264598#M108</link>
      <description>&lt;P&gt;We have setup mirroring to an AZ SQL database and that went just fine. Tables were initialised and replicated succesfullly.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, for the last few days I have noticed some tables are showing the&amp;nbsp;"running with warnings" message in the mirror monitor and the last completed date is in the past and not consistant with the data in the source table. It appears changes are no longer being reflected into the mirror for those tables with warnings.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The message behind the bubble in monitor is not so reveling and simply states 'Internal system error occured. Artifactid = .....'&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Our source AZ DB for the mirrored tables is configured with the&amp;nbsp;Business Critical (BC_Gen5_12) SKU and does have a resonably&amp;nbsp;heavy workload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help to shed some light on my issue.&lt;BR /&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608020" data-lia-user-login="v-cboorla-msft" class="lia-mention lia-mention-user"&gt;v-cboorla-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 23:18:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4264598#M108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-30T23:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Some of many tables in my mirror show a "running with warnings" message in Fabric Mirror Monitor.</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4264680#M109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can try to restart Mirroring, sometimes, simply stopping and restarting the mirroring process can resolve transient issues. This will reinitialize the data from the source tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can use Dynamic Management Views (DMVs) and stored procedures to check for any errors in the change feed. You can run the following queries to diagnose issues:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;-- Check change feed log scan sessions
SELECT * FROM sys.dm_change_feed_log_scan_sessions;

-- Check change feed errors
SELECT * FROM sys.dm_change_feed_errors;&lt;/LI-CODE&gt;
&lt;P&gt;Here are links for your reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/database/mirrored-database/azure-sql-database-troubleshoot" target="_blank"&gt;Troubleshoot Fabric mirrored databases from Azure SQL Database (Preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/database/mirrored-database/azure-sql-database-mirroring-faq" target="_blank"&gt;Frequently asked questions for Mirroring Azure SQL Database in Microsoft Fabric (Preview) - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhengdong Xu&lt;BR /&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 01:42:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4264680#M109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-31T01:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Some of many tables in my mirror show a "running with warnings" message in Fabric Mirror Monitor.</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4264769#M110</link>
      <description>&lt;P&gt;Yes I have done the stop and retart several times, forgot to mention that. After stop, start and long wait... it comes back up and looks ok but then within the next 24 hours some tables began to display the warning message again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also have already tried the queries you refer, plus another one that is recomended... and:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sys.dm_change_feed_log_scan_sessions reveals nothing obvious&lt;/LI&gt;&lt;LI&gt;nothing returned by&amp;nbsp;sys.dm_change_feed_errors query&lt;/LI&gt;&lt;LI&gt;EXEC sp_help_change_feed also shows nothing obvious&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Restarting the service is not an viable option or a solution, as it takes 2-3 hours to complete initialising and within that period we would expect to have extracted multiple deltas to downstream processing and NRT is a requirement. i.e There is a service impact and we wont meet our agreed SLA.&lt;BR /&gt;&lt;BR /&gt;Can we push this up to the Mirroring team for comment?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 02:29:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4264769#M110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-31T02:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Some of many tables in my mirror show a "running with warnings" message in Fabric Mirror Monitor.</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4265002#M111</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: SegoeUI; font-size: 11.25pt; color: black;"&gt;Given the lack of enough information at this time, I can't tell what's causing your problem. You can create a support ticket for free and a dedicated Microsoft engineer will come to solve the problem for you.&lt;BR /&gt;It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: SegoeUI; font-size: 11.25pt;"&gt;&lt;SPAN&gt;The link of Power BI Support:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://powerbi.microsoft.com/en-us/support/" target="_blank"&gt;&lt;SPAN&gt;https://powerbi.microsoft.com/en-us/support/&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: SegoeUI; font-size: 11.25pt;"&gt;&lt;SPAN&gt;For how to create a support ticket, please refer to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-create-a-support-ticket-in-Power-BI/ba-p/683031" target="_blank"&gt;&lt;SPAN&gt;How to create a support ticket in Power BI - Microsoft Fabric Community&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: SegoeUI; font-size: 11.25pt; color: black;"&gt;&lt;SPAN&gt;Thank you for your understanding.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: SegoeUI; font-size: 11.25pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhengdong Xu&lt;BR /&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 06:34:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4265002#M111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-31T06:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Some of many tables in my mirror show a "running with warnings" message in Fabric Mirror Monitor.</title>
      <link>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4699078#M140</link>
      <description>&lt;P&gt;I am also facing a simlar issue .&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 23:06:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Mirroring/Some-of-many-tables-in-my-mirror-show-a-quot-running-with/m-p/4699078#M140</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2025-05-19T23:06:23Z</dc:date>
    </item>
  </channel>
</rss>

