<?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: What exactly does this do? &amp;gt;&amp;gt;   Please, increase max retries threshold property. in Data &amp; Schema Discussions</title>
    <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3320#M250</link>
    <description>&lt;P&gt;SQLAnywhere.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Nov 2022 19:30:05 GMT</pubDate>
    <dc:creator>RADSr</dc:creator>
    <dc:date>2022-11-19T19:30:05Z</dc:date>
    <item>
      <title>What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3310#M244</link>
      <description>&lt;P&gt;I have a table which loads from a DB view. It takes a long time ( v. very quick for incremental, so hurrah for CDC! ) and just recently ( i.e. yesterday ) started erroring out when doing the full load. The error message includes this:&lt;/P&gt;&lt;PRE&gt;The data source is taking too long to process [FETCH_NEXT_RECORD_SET] request with guid &lt;BR /&gt;[fe9f21dc-8e51-476a-8701-700b7cecc00f] . &lt;BR /&gt;&lt;BR /&gt;Please, increase max retries threshold property. Doubling the value should suffice. &lt;BR /&gt;&lt;BR /&gt;You can add/update the property `data.agent.command.max.retries` in `service.properties` current value (10).&lt;/PRE&gt;&lt;P&gt;which ... OK. But before I go futzing around w/ settings I want to make sure I know what they are doing. Is this really just increasing max retries *with the same timeout* which seems like it would put more strain on the source without increasing my probability of getting rows back or is it increasing the timeout value for the initial query?&lt;/P&gt;&lt;P&gt;Further background - this view behavior is expected. When it was running full loads successfully it would start the same time as other tables, but wouldn't show any rows returned for a long time. So the timeout makes sense and the view is not mine so I can't control it from that side.&lt;/P&gt;&lt;P&gt;I did the search bar here support, and documentation but no luck going.&lt;/P&gt;&lt;P&gt;Any insight?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 15:28:42 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3310#M244</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2022-11-18T15:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3315#M245</link>
      <description>&lt;P&gt;Randy, Is this a Cloud implementation?  This i've seen before quite often from the Data Agent.  The error is exactly what it says, the Data Agent has sent a request for a query to the DB source and it is waiting for a response.  There is a setting for how many retries it will make.  I think by default it might be set to 10 and when we increase it support normally bumps it up to 25.  However, as you've indicated the root cause is really that the source is not returning rows.  You might want to determine why the source is taking so long to respond.  Are they throttling the connection?  It does not appear to be dropping the connection otherwise you'd get an entirely different error.  Need to understand why the SQL is taking so long to return rows when DA is essentially waiting until eventually it times out.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 17:02:03 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3315#M245</guid>
      <dc:creator>JeffW</dc:creator>
      <dc:date>2022-11-18T17:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3316#M246</link>
      <description>&lt;P&gt;Yes - cloud implementation.&lt;/P&gt;&lt;P&gt;Unfortunately I don't have any insight or access to the source DB view -- I know it's pulling "live" data for a lot of transactional tables so there's probably a bunch of caching and table locking going on under the hood, but I don't get any of the cool fun access to know that directly.&lt;/P&gt;&lt;P&gt;What I really need then is a way to increase the timeout from Incorta waiting for rows to be returned. Do you know if there's a configurable property for that?&lt;/P&gt;&lt;P&gt;In the interim I'm going to have to fiddle around w/ incremental loading a couple months at a time until I'm caught up to the present.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 17:18:29 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3316#M246</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2022-11-18T17:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3319#M249</link>
      <description>&lt;P&gt;Randy - what is the source database?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2022 17:26:24 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3319#M249</guid>
      <dc:creator>amit_kothari</dc:creator>
      <dc:date>2022-11-19T17:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3320#M250</link>
      <description>&lt;P&gt;SQLAnywhere.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2022 19:30:05 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3320#M250</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2022-11-19T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3321#M251</link>
      <description>&lt;P&gt;You can define extraction timeout at table level . Check screenshot.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 01:01:26 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3321#M251</guid>
      <dc:creator>amit_kothari</dc:creator>
      <dc:date>2022-11-21T01:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3323#M252</link>
      <description>&lt;P&gt;I looked in the docs here and searched for "timeout" and "extraction" "extraction" has some hits, but not a timeout setting that I can see.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RADSr_0-1669044069623.png" style="width: 400px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/1740i567E8CA9304E7739/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="RADSr_0-1669044069623.png" alt="RADSr_0-1669044069623.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 15:30:50 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3323#M252</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2022-11-21T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3329#M253</link>
      <description>&lt;P&gt;Randy, the error message itself says it is the Data Agent that is timing our while it waits for a reply from the Data Source.  Therefore there IS a max retries configuration that we can update, and support knows how to do this.  That being said, there is some reason that the particular query is taking so long to return to the Data Agent after it is submitted to the data source.  I would recommend having the customer assist in monitoring the incoming query request and then determine why it is running so long.  I had a very similar issue recently on a query from ERP ACDOCA ledger table.  It's a large table and bumping up the retries assisted in allowing the query to finish, but only because the Data Agent was able to wait longer for the results.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 21:30:47 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/3329#M253</guid>
      <dc:creator>JeffW</dc:creator>
      <dc:date>2022-11-21T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly does this do? &gt;&gt;   Please, increase max retries threshold property.</title>
      <link>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/4302#M345</link>
      <description>&lt;P&gt;I am interested in this issue as well. I have a very large table that is experiencing this same error.&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/21"&gt;@JeffW&lt;/a&gt;,&amp;nbsp;please confirm that I need to open a ticket with support to make this alteration.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 18:18:30 GMT</pubDate>
      <guid>https://community.incorta.com/t5/data-schema-discussions/what-exactly-does-this-do-gt-gt-please-increase-max-retries/m-p/4302#M345</guid>
      <dc:creator>marcpaige</dc:creator>
      <dc:date>2023-05-22T18:18:30Z</dc:date>
    </item>
  </channel>
</rss>

