<?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: Copying data gets failed in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3899894#M3127</link>
    <description>&lt;P&gt;Linked service Edit options :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2024 18:30:04 GMT</pubDate>
    <dc:creator>kesavraj</dc:creator>
    <dc:date>2024-05-07T18:30:04Z</dc:date>
    <item>
      <title>Copying data gets failed</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3723357#M1961</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I was copying data from postgres to lakehouse in fabric. Some tables get easily copied but for some tables the task gets failed det to the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failure happened on 'Source' side. 'Type=Npgsql.NpgsqlException,Message=Exception while reading from stream,Source=Npgsql,''Type=System.IO.IOException,Message=Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.,Source=System,''Type=System.Net.Sockets.SocketException,Message=A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond,Source=System,'&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 08:59:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3723357#M1961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-26T08:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data gets failed</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3723658#M1962</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 12.0pt 0in;"&gt;The error you're encountering, "Npgsql.NpgsqlException: Exception while reading from stream," indicates that the Dataflow Gen 2 task couldn't establish a stable connection with the PostgreSQL source while copying data to the lakehouse in Fabric.&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;There is a default timeout of 30s for requests with a postgres connection. You can add &lt;CODE&gt;&lt;SPAN&gt;Timeout=600;CommandTimeout=0;&lt;/SPAN&gt;&lt;/CODE&gt; to your connection string .&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;CODE&gt;&lt;SPAN&gt;Timeout&lt;/SPAN&gt;&lt;/CODE&gt; is to establish the connection, and &lt;CODE&gt;&lt;SPAN&gt;CommandTimeout&lt;/SPAN&gt;&lt;/CODE&gt; is the timeout for the command itself (in second, &lt;CODE&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;/CODE&gt; means infinity)&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;You can refer to this link for more details:&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&amp;nbsp;&lt;A title="https://www.npgsql.org/doc/connection-string-parameters.html" href="https://www.npgsql.org/doc/connection-string-parameters.html" target="_blank" rel="noopener" aria-label="Link https://www.npgsql.org/doc/connection-string-parameters.html"&gt;https://www.npgsql.org/doc/connection-string-parameters.html&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;I hope this information helps. Please do let us now if you still have any further questions.&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 10:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3723658#M1962</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-02-26T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data gets failed</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3723709#M1963</link>
      <description>&lt;P&gt;Hi&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;, where should I add&amp;nbsp;&lt;SPAN&gt;Timeout and&amp;nbsp;CommandTimeout parameters, can you help me with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 11:27:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3723709#M1963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-26T11:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data gets failed</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3724801#M1968</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;You can make the update as shown the snapshot below .&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 18:24:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3724801#M1968</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2024-02-26T18:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data gets failed</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3738891#M2025</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;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 04:40:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3738891#M2025</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-03-04T04:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data gets failed</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3742514#M2043</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;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;If you have any question relating to the current thread, please do let us know and we will try out best to help you.&lt;BR /&gt;In case if you have any other question on a different issue, we request you to open a new thread.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 09:44:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3742514#M2043</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-03-05T09:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying data gets failed</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3899894#M3127</link>
      <description>&lt;P&gt;Linked service Edit options :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 18:30:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copying-data-gets-failed/m-p/3899894#M3127</guid>
      <dc:creator>kesavraj</dc:creator>
      <dc:date>2024-05-07T18:30:04Z</dc:date>
    </item>
  </channel>
</rss>

