<?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: MetadataEvaluationGatewayTimeout in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4857771#M13085</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;We'll be migrating capacity soon, and our IT team will then provide support through a Microsoft ticket.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 12:27:08 GMT</pubDate>
    <dc:creator>elissandrorosa</dc:creator>
    <dc:date>2025-10-24T12:27:08Z</dc:date>
    <item>
      <title>MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4844517#M12766</link>
      <description>&lt;P&gt;HI friends!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been having problems with a Gen2 dataflow. The error is MetadataEvaluationGatewayTimeout.&lt;/P&gt;&lt;P&gt;The source is the SAP BW application server.&lt;/P&gt;&lt;P&gt;There's no logic to it. Dataflows sometimes take less than 60 seconds to update and sometimes return the error after 10 minutes.&lt;/P&gt;&lt;P&gt;Another fact is that if I use the same Power Query M code in a Gen1 dataflow, it doesn't fail. Also, it's not a specific dataflow; it can happen in several.&lt;/P&gt;&lt;P&gt;I've tried analyzing gateway logs, looking at times with more or fewer requests, and there's no pattern. I don't have access to SAP logs to verify.&lt;/P&gt;&lt;P&gt;Has anyone had any problems with this or have any recommendations for configuring the gateway that might help? I also don't know if it's necessarily the gateway or if SAP isn't returning the request in a timely manner.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 12:49:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4844517#M12766</guid>
      <dc:creator>elissandrorosa</dc:creator>
      <dc:date>2025-10-07T12:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4844569#M12769</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1342351"&gt;@elissandrorosa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MetadataEvaluationGatewayTimeout is raised while Power Query Online is asking the gateway to &lt;EM&gt;evaluate metadata&lt;/EM&gt; (schema, navigation, and validation) for your query. With SAP BW, those metadata calls can be slower or bursty (cube navigation, hierarchies, key figure resolution), so the gateway session hits a timeout before the actual data read even starts. That’s why Gen1 might “work” while Gen2 intermittently fails-Gen2 runs in a different service path and tends to surface the metadata phase more explicitly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some troubleshooting steps&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Update everything&lt;/STRONG&gt;: Upgrade the on-premises data gateway to the latest version and make sure the &lt;STRONG&gt;SAP NetWeaver RFC libraries (64-bit)&lt;/STRONG&gt; are installed on the gateway host and match your SAP patch level.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Reduce metadata round-trips&lt;/STRONG&gt; in your M: navigate directly to the InfoProvider/cube and &lt;STRONG&gt;explicitly set the table type and column types&lt;/STRONG&gt; (avoid “browsing” steps that expand many folders/levels). Hard-typing columns often prevents extra schema probes.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Tune the gateway&lt;/STRONG&gt; (admin): increase the Mashup container working set on the gateway and avoid memory pressure.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/data-integration/gateway/service-gateway-performance" target="_blank" rel="noopener"&gt;Gateway performance and tuning&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Network path&lt;/STRONG&gt;: ensure the gateway host has a low-latency, stable route to SAP BW (no flaky VPN, SSL inspection, or idle TCP timeouts on load balancers).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Retry in Gen2 with a simpler test query&lt;/STRONG&gt; that returns a tiny slice (restrict to one InfoProvider, one period) to confirm the path is stable, then add transforms incrementally.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If it still flaps, grab the &lt;STRONG&gt;Activity ID / Correlation ID&lt;/STRONG&gt; and open a Fabric support ticket-Microsoft can see the server-side timeout boundary for that request.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/fabric/get-started/submit-support-ticket" target="_blank" rel="noopener"&gt;Open a Fabric support ticket&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 13:33:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4844569#M12769</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-07T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4844732#M12773</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'll evaluate this point to minimize the problem. Thank you again for your information.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 16:13:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4844732#M12773</guid>
      <dc:creator>elissandrorosa</dc:creator>
      <dc:date>2025-10-07T16:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4845489#M12786</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1342351"&gt;@elissandrorosa&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the update, Glad to know you’ll be checking those points. Please let us know how it goes after you make the changes.&lt;/P&gt;
&lt;P&gt;If the issue still happens, try to open a Fabric support ticket so the team can look into the server-side details.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Community Support Team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 11:50:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4845489#M12786</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-10-08T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4848510#M12874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1342351"&gt;@elissandrorosa&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We are following up once again regarding your query. Could you please confirm if the issue has been resolved through the support ticket with Microsoft?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;If the issue has been resolved, we kindly request you to share the resolution or key insights here to help others in the community.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Thank you.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 05:16:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4848510#M12874</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-10-13T05:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4857771#M13085</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;We'll be migrating capacity soon, and our IT team will then provide support through a Microsoft ticket.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 12:27:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4857771#M13085</guid>
      <dc:creator>elissandrorosa</dc:creator>
      <dc:date>2025-10-24T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4858988#M13106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1342351"&gt;@elissandrorosa&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for the update.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 06:24:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4858988#M13106</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-10-27T06:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4911301#M14389</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’d like to share some updates regarding my case.&lt;/P&gt;&lt;P&gt;After analyzing the gateway logs, I identified high CPU and RAM usage on one of the gateways in the cluster. This happens because the cluster is shared with other departments, leading to a high volume of simultaneous requests. Based on the documentation, we might need to add another gateway to the cluster.&lt;/P&gt;&lt;P&gt;Also, support assisted me with a Dataflow Gen2 issue. It is necessary to deploy Dataflow Gen2 using CI/CD across all workspaces or specific folders. This ensures updates are correctly applied. Microsoft is currently working on this.&lt;/P&gt;&lt;P&gt;As a result, my Dataflows Gen2 are now running better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 01:55:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4911301#M14389</guid>
      <dc:creator>elissandrorosa</dc:creator>
      <dc:date>2026-01-02T01:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: MetadataEvaluationGatewayTimeout</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4911324#M14390</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1342351"&gt;@elissandrorosa&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for the update.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 04:19:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/MetadataEvaluationGatewayTimeout/m-p/4911324#M14390</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2026-01-02T04:19:55Z</dc:date>
    </item>
  </channel>
</rss>

