<?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: Issue with data copy using pipeline from on premisses gateway in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4712603#M9751</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="756315" data-lia-user-login="aizhan_otp" class="lia-mention lia-mention-user"&gt;aizhan_otp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and &lt;STRONG&gt;accept it as the solution.&lt;/STRONG&gt; This will be helpful for other community members who have similar problems to solve it faster.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 14:51:40 GMT</pubDate>
    <dc:creator>V-yubandi-msft</dc:creator>
    <dc:date>2025-05-29T14:51:40Z</dc:date>
    <item>
      <title>Issue with data copy using pipeline from on premisses gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4705850#M9552</link>
      <description>&lt;P&gt;Hi everyone.&lt;BR /&gt;&lt;BR /&gt;I need help with the following issue. I have data gateway on another machine. I use this for refreshing dashboard. I have task to create process on Fabrics. So I copy data from ODBC Connection (Postgre DataBase) to LakeHouse or similar Data WareHouse on Fabric. I created 2 pipelines to copy data from two different tables in the database.&lt;BR /&gt;&lt;BR /&gt;When I try to copy data to create a data pipeline for the second table (which consists of 25 million rows from a query, with new data added daily), I get the following error: Web request timeout: A task was canceled. Activity ID: 980d3d38-7dad-432e-9531-8a3dbfa4823d Retry to get column mappings.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I don't understand reasons why I without copy data for 1st table, but on 2nd table I have problems.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could someone please assist me with this issue?&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2025 11:13:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4705850#M9552</guid>
      <dc:creator>aizhan_otp</dc:creator>
      <dc:date>2025-05-24T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with data copy using pipeline from on premisses gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4706683#M9580</link>
      <description>&lt;P&gt;I suggest trying these steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First, run the same query directly in a SQL tool to see how long it takes. If it's slow, try improving the query or adding indexes to speed it up.&lt;/LI&gt;&lt;LI&gt;Adjust the timeout settings in your gateway, or try using a temporary storage method (staging) during the copy.&lt;/LI&gt;&lt;LI&gt;Instead of copying everything at once, only copy new or changed data using a filter like `WHERE modified_date &amp;gt; last_loaded_date`.&lt;/LI&gt;&lt;LI&gt;Break the data into smaller parts using batching or splitting by columns if possible.&lt;/LI&gt;&lt;LI&gt;Consider using Dataflow Gen2 or a Data Pipeline with a Lakehouse as a temporary step, and turn on caching or staging options.&lt;/LI&gt;&lt;LI&gt;Lastly, increase the number of retry attempts and give it more time before it times out.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 26 May 2025 05:30:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4706683#M9580</guid>
      <dc:creator>Ilgar_Zarbali</dc:creator>
      <dc:date>2025-05-26T05:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with data copy using pipeline from on premisses gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4706721#M9582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="756315" data-lia-user-login="aizhan_otp" class="lia-mention lia-mention-user"&gt;aizhan_otp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you for engaging with the Microsoft Fabric Community.&amp;nbsp;&lt;/SPAN&gt;It seems the issue might be due to several factors. If your dataset is large, schema inference could be taking too long, or slow queries might be causing delays. Sometimes, data reads exceed timeout limits, or the on premises gateway lacks sufficient resources.&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="259082" data-lia-user-login="Ilgar_Zarbali" class="lia-mention lia-mention-user"&gt;Ilgar_Zarbali&lt;/a&gt;&amp;nbsp;, has shared good&amp;nbsp; suggestions. Additionally, I have included a few more ideas that might help resolve the issue.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Your second table has 25 million rows, which might be causing query timeouts. Try filtering out unnecessary columns to reduce the load.&lt;/LI&gt;
&lt;LI&gt;Check the gateway logs to identify performance bottlenecks and adjust timeout settings if needed.&lt;/LI&gt;
&lt;LI&gt;Web requests might be timing out too soon. Increase the timeout settings in your pipeline configuration to handle large data transfers.&lt;/LI&gt;
&lt;LI&gt;Ensure your on premises data gateway has enough CPU and memory, a stable internet connection, and the latest updates installed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Helpful Reference :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipeline/Understanding-Timeout-in-Activities/m-p/4268386" target="_blank"&gt;Solved: Re: Understanding Timeout in Activities - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thnaks for your response&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="259082" data-lia-user-login="Ilgar_Zarbali" class="lia-mention lia-mention-user"&gt;Ilgar_Zarbali&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt; If there is any post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 05:56:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4706721#M9582</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-05-26T05:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with data copy using pipeline from on premisses gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4712603#M9751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="756315" data-lia-user-login="aizhan_otp" class="lia-mention lia-mention-user"&gt;aizhan_otp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and &lt;STRONG&gt;accept it as the solution.&lt;/STRONG&gt; This will be helpful for other community members who have similar problems to solve it faster.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 14:51:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-data-copy-using-pipeline-from-on-premisses-gateway/m-p/4712603#M9751</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-05-29T14:51:40Z</dc:date>
    </item>
  </channel>
</rss>

