<?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: Pipeline not running in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5120624#M9166</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798104" data-lia-user-login="PNG_Power_Bi" class="lia-mention lia-mention-user"&gt;PNG_Power_Bi&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;Hope you're doing okay! May we know if it worked for you, or are you still experiencing difficulties? Let us know — your feedback can really help others in the same situation.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Feb 2026 09:38:30 GMT</pubDate>
    <dc:creator>v-hashadapu</dc:creator>
    <dc:date>2026-02-26T09:38:30Z</dc:date>
    <item>
      <title>Pipeline not running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5029710#M9138</link>
      <description>&lt;P&gt;I am getting this error when I am executing my pipeline in fabric.&amp;nbsp;&lt;STRONG&gt;"Operation on target Audit_Table_Creation failed: Failed to get User Auth access token. The error message is: Failed to get User Auth access token. The error message is: AADSTS50173: The provided grant has expired due to it being revoked, a fresh auth token is needed. The user might have changed or reset their password. The grant was issued on '2025-07-13T23:40:27.4754901Z' and the TokensValidFrom date (before which tokens are not valid) for this user is '2026-01-09T06:22:31.0000000Z'. Trace ID: d6627e27-84af-43c7-8e6d-e609e1d63100 Correlation ID: a83a8dff-f6ac-4f4e-9a60-2f445afb8040 Timestamp: 2026-02-14 23:28:06Z.."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need clarification and assistance please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2026 23:35:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5029710#M9138</guid>
      <dc:creator>PNG_Power_Bi</dc:creator>
      <dc:date>2026-02-14T23:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline not running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5047527#M9139</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798104" data-lia-user-login="PNG_Power_Bi" class="lia-mention lia-mention-user"&gt;PNG_Power_Bi&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like an auth token expired. Can you double check all the connections used and re-authenciate them? I see this frequently when connections use the devleoper's microsoft account using oauth and that developer changes their password.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 03:03:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5047527#M9139</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-02-18T03:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline not running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5049989#M9142</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798104" data-lia-user-login="PNG_Power_Bi" class="lia-mention lia-mention-user"&gt;PNG_Power_Bi&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1340679" data-lia-user-login="tayloramy" class="lia-mention lia-mention-user"&gt;tayloramy&lt;/a&gt;&amp;nbsp;&amp;nbsp;is correct, the failure is caused by an expired authentication token and that the connections used in the pipeline should be checked and re-authenticated. Errors with code AADSTS50173 commonly occur when a connection is using a user’s OAuth credentials and that user changes their password, is forced to sign out or their session is revoked by policy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The token was explicitly revoked, as shown by the TokensValidFrom timestamp, so the pipeline will continue to fail until the exact Fabric connection or linked service using that user identity is edited and signed in again. For long-term stability, if the pipeline is operational, the better approach is to move the connection to a service principal or managed identity, so future password or security changes do not interrupt pipeline execution.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 09:56:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5049989#M9142</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2026-02-18T09:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline not running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5110269#M9154</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798104" data-lia-user-login="PNG_Power_Bi" class="lia-mention lia-mention-user"&gt;PNG_Power_Bi&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;hope you are doing great. May we know if your issue is solved or if you are still experiencing difficulties. Please share the details as it will help the community, especially others with similar issues.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 04:24:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5110269#M9154</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2026-02-23T04:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pipeline not running</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5120624#M9166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="798104" data-lia-user-login="PNG_Power_Bi" class="lia-mention lia-mention-user"&gt;PNG_Power_Bi&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN data-teams="true"&gt;Hope you're doing okay! May we know if it worked for you, or are you still experiencing difficulties? Let us know — your feedback can really help others in the same situation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 09:38:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Pipeline-not-running/m-p/5120624#M9166</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2026-02-26T09:38:30Z</dc:date>
    </item>
  </channel>
</rss>

