<?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: Timeout on Replicate accessing Db2 for z/Os Endpoint in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458114#M11323</link>
    <description>&lt;P&gt;Ok Sorry i forgot it.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best ragards&lt;/P&gt;
&lt;P&gt;AF&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 08:19:32 GMT</pubDate>
    <dc:creator>feal</dc:creator>
    <dc:date>2024-05-31T08:19:32Z</dc:date>
    <item>
      <title>Timeout on Replicate accessing Db2 for z/Os Endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458078#M11319</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I encountered this error on a QLIK CDC task LogStream Reades form Db2 for Z/os&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;..&lt;/P&gt;
&lt;P&gt;03709319: 2024-05-08T07:36:31 [ASSERTION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]W:&amp;nbsp; Log record decompression problem for table 'CCCHP1CO.EVENT': return code = 8, reason code = 00C90063, diagnostic code = 00C9008E, position=00DF0FAEAFE6F19C6200, retry up to 300 seconds&lt;/P&gt;
&lt;P&gt;db2z_ifi_parser.c:1565)&lt;/P&gt;
&lt;P&gt;03709319: 2024-05-08T07:42:55 [ASSERTION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]W:&amp;nbsp; Retry decompression failed for table 'CCCHP1CO.EVENT'. Table will be suspended.&amp;nbsp; (db2z_ifi_parser.c:1589)&lt;/P&gt;
&lt;P&gt;03709319: 2024-05-08T07:42:55 [ASSERTION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]W:&amp;nbsp; Send the table error notification for 'CCCHP1CO.EVENT' (Log record decompression failed)&amp;nbsp; (db2z_endpoint_capture.c:791)&lt;/P&gt;
&lt;P&gt;03709051: 2024-05-08T07:42:55 [TASK_MANAGER&amp;nbsp;&amp;nbsp;&amp;nbsp; ]W:&amp;nbsp; Table 'CCCHP1CO'.'EVENT' (subtask 0 thread 0) is suspended.&amp;nbsp;&amp;nbsp; (replicationtask.c:3150)&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;diagnostic code = 00C9008E indicated a TIMEOUT event received by Qlik replicate (it was confirmed by db2 adderss space messages)&lt;/P&gt;
&lt;P&gt;his situation when a heavy DDL ALTER was performed on undetlying tables on DB2 (that table is compressed) and was delayed due to &amp;nbsp;: however after 600 seconds DDL ALTER finished successfully&lt;/P&gt;
&lt;P&gt;I like to know if it is possible to increase this retry time and/or to execute this retry for multiple time avoiding table suspension&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;A.Ferrario&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 07:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458078#M11319</guid>
      <dc:creator>feal</dc:creator>
      <dc:date>2024-05-31T07:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on Replicate accessing Db2 for z/Os Endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458081#M11320</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219774"&gt;@feal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replicate encountered a compressed record when reading cdc event for a specific table.&lt;BR /&gt;Replicate tries to decompress the record, for that it needs the decompression dictionary (provided by DB2)&lt;BR /&gt;The decompression dictionary was locked by another resource, and Replicate was unable to read it, Replicate tried to read again and again, for a specific amount of times, the gave up.&lt;BR /&gt;+++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;Reason code 00C90063 - fail to decompress&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/tr/db2-for-zos/11?topic=codes-00c90063" target="_blank"&gt;https://www.ibm.com/docs/tr/db2-for-zos/11?topic=codes-00c90063&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Diagnostic code 00C9008E - resource is locked&lt;BR /&gt;&lt;A href="https://www.ibm.com/docs/tr/db2-for-zos/11?topic=codes-00c9008e" target="_blank"&gt;https://www.ibm.com/docs/tr/db2-for-zos/11?topic=codes-00c9008e&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would suggest reloading a particular table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Suresh&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 07:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458081#M11320</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-05-31T07:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on Replicate accessing Db2 for z/Os Endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458086#M11321</link>
      <description>&lt;P&gt;Hi Suresh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we know this situation . my question is if is it possible to configure retry&amp;nbsp; Qlik replicate reading behaviour (retry time threshold) or not.&lt;/P&gt;
&lt;P&gt;let me know&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AF&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 07:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458086#M11321</guid>
      <dc:creator>feal</dc:creator>
      <dc:date>2024-05-31T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on Replicate accessing Db2 for z/Os Endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458113#M11322</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219774"&gt;@feal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You've opened a support ticket for the same issue in the past&lt;/P&gt;
&lt;P&gt;Below is the summary&lt;/P&gt;
&lt;P&gt;----------&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DB2 was not able to decompress a log record with repeated retries for 5 minutes, and this is the reason for the table suspention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no option to increase the retry duration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;---------------&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Suresh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 08:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458113#M11322</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-05-31T08:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on Replicate accessing Db2 for z/Os Endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458114#M11323</link>
      <description>&lt;P&gt;Ok Sorry i forgot it.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best ragards&lt;/P&gt;
&lt;P&gt;AF&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 08:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458114#M11323</guid>
      <dc:creator>feal</dc:creator>
      <dc:date>2024-05-31T08:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on Replicate accessing Db2 for z/Os Endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458469#M11332</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219774"&gt;@feal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These error indicates that some misconfiguration as the Source DB end . You may look or tweak some DB parameter so that you may increase time to wait or concurrent process read faster.&lt;/P&gt;
&lt;P&gt;it may require Source Database administration expertise&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumart&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 01:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2458469#M11332</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-06-02T01:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout on Replicate accessing Db2 for z/Os Endpoint</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2459950#M11417</link>
      <description>&lt;P&gt;hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just a confirmation I see in the error&amp;nbsp; is raised after 300 seconds&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;03709319: 2024-05-08T07:36:31 [ASSERTION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]W:&amp;nbsp; Log record decompression problem for table 'CCCHP1CO.EVENT': return code = 8, reason code = 00C90063, diagnostic code = 00C9008E, position=00DF0FAEAFE6F19C6200, retry up to 300 seconds&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but in R4Z Attunity configuration file&amp;nbsp; i noticed the screen before (see attachedf png file)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-SESSIONTIMEOUTSECS=900 (dash - on column 1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;so i expected that the timeout will be the default 900 seconds, not 300 seconds as stated in the message : 300 is the low&amp;nbsp; value configurable by the user.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you tell me if i'm wrong&amp;nbsp; and where?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me know&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;AF&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 14:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Timeout-on-Replicate-accessing-Db2-for-z-Os-Endpoint/m-p/2459950#M11417</guid>
      <dc:creator>feal</dc:creator>
      <dc:date>2024-06-06T14:49:53Z</dc:date>
    </item>
  </channel>
</rss>

