<?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: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway) in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526370#M14795</link>
    <description>&lt;P&gt;Hi John,&lt;BR /&gt;I'll forward your suggestions to the Postgre DBA.&lt;BR /&gt;Sorry, but I can't find the option to increase the logging level in QCDI.&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;BR /&gt;Marco&lt;/P&gt;</description>
    <pubDate>Wed, 06 Aug 2025 08:05:27 GMT</pubDate>
    <dc:creator>marcocim</dc:creator>
    <dc:date>2025-08-06T08:05:27Z</dc:date>
    <item>
      <title>Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526299#M14786</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I set up a replication pipeline with PostgreSQL CDC, using a test table and a 6-hour schedule. Everything worked fine for the first three runs, during which data changes were detected and QVDs were historized. After that, the PostgreSQL log reported the following error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could not send data to client: Connection reset by peer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are no complex firewalls between Qlik and PostgreSQL.&lt;/P&gt;&lt;P&gt;See the attached file for one Qlik log reporting the error:&amp;nbsp;Termination signal intercepted&lt;/P&gt;&lt;P&gt;Has anyone else had the same issue?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 14:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526299#M14786</guid>
      <dc:creator>marcocim</dc:creator>
      <dc:date>2025-08-05T14:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526303#M14789</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14134"&gt;@marcocim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It appears that a scheduler or custom logic was configured to stop the task, as indicated in line #22:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2025-08-04T04:00:35 [TASK_MANAGER ]I: Task will be stopped on Mon, 04 Aug 2025 04:02:32 GMT (commit time) (replicationtask.c:1954)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Later, in lines #101 and #102, we can see that the task was stopped as scheduled:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2025-08-04T04:02:32 [TASK_MANAGER ]I: Stop task at commit time was requested. The CDC source will be stopped. (replicationtask.c:3447)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2025-08-04T04:02:32 [SOURCE_CAPTURE ]I: Termination signal intercepted (postgres_endpoint_wal_engine.c:639)&lt;/FONT&gt;&lt;/P&gt;
&lt;P data-start="654" data-end="785"&gt;The message “Termination signal intercepted” is informational and expected in this context—it confirms the task stopped as planned.&lt;/P&gt;
&lt;P data-start="787" data-end="1065"&gt;However, the log does &lt;STRONG data-start="809" data-end="816"&gt;not&lt;/STRONG&gt; contain the error "&lt;FONT face="courier new,courier"&gt;Could not send data to client: Connection reset by peer&lt;/FONT&gt;".You may want to verify the PostgreSQL server's configuration, particularly the &lt;STRONG&gt;wal_sender_timeout&lt;/STRONG&gt; parameter, which could cause disconnections under certain conditions.&lt;/P&gt;
&lt;P data-start="1067" data-end="1223"&gt;Additionally, consider increasing the logging level in Qlik Replicate (QCDI) to capture more granular details that might help in pinpointing the root cause.&lt;/P&gt;
&lt;P data-start="1225" data-end="1322" data-is-last-node="" data-is-only-node=""&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 15:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526303#M14789</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-08-05T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526370#M14795</link>
      <description>&lt;P&gt;Hi John,&lt;BR /&gt;I'll forward your suggestions to the Postgre DBA.&lt;BR /&gt;Sorry, but I can't find the option to increase the logging level in QCDI.&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;BR /&gt;Marco&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 08:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526370#M14795</guid>
      <dc:creator>marcocim</dc:creator>
      <dc:date>2025-08-06T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526418#M14797</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14134"&gt;@marcocim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P&gt;You may follow the below steps:&lt;/P&gt;
&lt;P data-start="435" data-end="459"&gt;&lt;STRONG data-start="435" data-end="459"&gt;1. Locate the Task Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="463" data-end="712"&gt;
&lt;LI data-start="463" data-end="489"&gt;
&lt;P data-start="465" data-end="489"&gt;Go to the &lt;STRONG data-start="475" data-end="484"&gt;Tasks&lt;/STRONG&gt; tab.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="493" data-end="558"&gt;
&lt;P data-start="495" data-end="558"&gt;Click on the ... (ellipsis) button next to the relevant task.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="562" data-end="590"&gt;
&lt;P data-start="564" data-end="590"&gt;Select &lt;STRONG data-start="571" data-end="589"&gt;View task logs&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="562" data-end="590"&gt;Logging options&lt;/LI&gt;
&lt;LI data-start="562" data-end="590"&gt;set "Source-CDC" to Verbose&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1754482666320.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182577i7E39470CE9DF61F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1754482666320.png" alt="john_wang_0-1754482666320.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_2-1754482708816.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182579i245AE0B07B27676B/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_2-1754482708816.png" alt="john_wang_2-1754482708816.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Re-create the issue and download the task log files.&lt;/P&gt;
&lt;P&gt;Feel free to let us know if you need any additional assistance.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 12:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526418#M14797</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-08-06T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526423#M14798</link>
      <description>&lt;P&gt;Hi John,&lt;BR /&gt;this morning we perfomed the following steps:&lt;/P&gt;&lt;P&gt;1) we changed the wal_sender_timeout parameter from 60 seconds (default) to 10 minutes&lt;/P&gt;&lt;P&gt;2) we recreated the replication project, setting the schedule to 1 hour&lt;/P&gt;&lt;P&gt;3) After running prepare on the transfer task, the Postgre DBA verified that the replication_slot had been recreated&lt;/P&gt;&lt;P&gt;4) We manually ran the qlik pipeline, and the qvd was updated with the initialization of the content&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;5) We modified the contents of the Postgre table and manually re-ran the qlik pipeline, and the qvd was updated without errors. Furthermore, the Postgre DBA verified that the wals are being processed correctly, and a new one is created with each processing (according to the DBA, this is the desired behavior on the Postgre side).&lt;/P&gt;&lt;P&gt;6) After 1 hour, the first automatic schedule ran without errors (there was no data change).&lt;/P&gt;&lt;P&gt;7) We are now monitoring the next schedules with data changes and new logging level (as you indicated)&lt;/P&gt;&lt;P&gt;I'll keep you updated&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 13:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526423#M14798</guid>
      <dc:creator>marcocim</dc:creator>
      <dc:date>2025-08-06T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526446#M14800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;now we have this situation:&lt;/P&gt;&lt;P&gt;There were more WALs accumulated since 2:30 PM, about 20; the 3:00 PM and 4:00 PM schedules had only processed 3 wals.&lt;BR /&gt;I ran two manual runs at 4:45 PM, which processed 1 WAL and the remaining 16, respectively, updating the QVD with the data changes.&lt;/P&gt;&lt;P&gt;Is the number of WALs processed parameterizable, on the Qlik or Postgres side, or is it managed internally?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 15:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526446#M14800</guid>
      <dc:creator>marcocim</dc:creator>
      <dc:date>2025-08-06T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526467#M14801</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14134"&gt;@marcocim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P&gt;Qlik Replicate uses a logical replication slot to capture changes from PostgreSQL Write-Ahead Logs (WAL). Replicate does not manage the WAL files directly; instead, PostgreSQL handles WALs internally based on the replication slot’s state.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 01:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526467#M14801</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-08-07T01:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526518#M14810</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;unfortunately at 00:00 UTC, PostgreSQL log report, for the first time from yesterday at 14:00,&amp;nbsp; the error :&amp;nbsp;&lt;SPAN&gt;"could not send data to client: Connection reset by peer" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;On the Qlik side i receive no error, all schedules completed correctly.&lt;/P&gt;&lt;P&gt;PostgreSQL dba tells me that since August 6 at 9pm, qlik replicate has requested the same WAL. (see the attached file)&lt;/P&gt;&lt;P&gt;At 10:47 UTC we made some updates on the data, last two run doesn't detect data changes (i attached two last qlik replicate log files) and on PostgreSQL side we do not have&amp;nbsp;the error :&amp;nbsp;&lt;SPAN&gt;"could not send data to client: Connection reset by peer"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Final saved task state, seems not change:&lt;/P&gt;&lt;P&gt;00000488: 2025-08-07T10:27:50 [SORTER ]I: Final saved task state. Stream position 00000835/B5E7D4A8.1512278.00000835/EA1A4470, Source id 8847507, next Target id 73, confirmed Target id 69, last source timestamp 1754498380019748 (sorter.c:772)&lt;/P&gt;&lt;P&gt;00000489: 2025-08-07T09:36:30 [SORTER ]I: Final saved task state. Stream position 00000835/B5E7D4A8.1512278.00000835/EA1A4470, Source id 8847507, next Target id 73, confirmed Target id 69, last source timestamp 1754498380019748 (sorter.c:772)&lt;/P&gt;&lt;P&gt;00000521: 2025-08-07T09:02:08 [SORTER ]I: Final saved task state. Stream position 00000835/B5E7D4A8.1512278.00000835/EA1A4470, Source id 8847507, next Target id 73, confirmed Target id 69, last source timestamp 1754498380019748 (sorter.c:772)&lt;/P&gt;&lt;P&gt;I'd appreciate any ideas you might have on how to investigate this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 10:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526518#M14810</guid>
      <dc:creator>marcocim</dc:creator>
      <dc:date>2025-08-07T10:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526793#M14824</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14134"&gt;@marcocim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="67" data-end="206"&gt;I recommend opening a support ticket and attaching the necessary information there. Our support team will be happy to assist you further.&lt;/P&gt;
&lt;P data-start="208" data-end="300"&gt;Please note, do not attach task log files here, as they may contain sensitive information.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2025 04:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526793#M14824</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-08-10T04:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526834#M14829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i opened a support ticket ten days ago, we are investigating but we can't understand why after a few hours of operation, Qlik Replicate stops processing new wals, looping on old wals.&lt;/P&gt;&lt;P&gt;Nothing appears from the Qlik logs set to Trace.&lt;/P&gt;&lt;P&gt;Thank you for your support&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 06:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526834#M14829</guid>
      <dc:creator>marcocim</dc:creator>
      <dc:date>2025-08-11T06:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526915#M14833</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14134"&gt;@marcocim&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P data-start="92" data-end="315"&gt;It appears the main issue is that the task stops after ~30 seconds during each run, likely due to a schedule that triggers the stop.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1754926987049.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182712iE36DFA70A95A7CE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1754926987049.png" alt="john_wang_0-1754926987049.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P data-start="92" data-end="315"&gt;Since the client (QCDI) is paused, the PostgreSQL server returns the error:&lt;/P&gt;
&lt;BLOCKQUOTE data-start="316" data-end="375"&gt;
&lt;P data-start="318" data-end="375"&gt;&lt;FONT face="courier new,courier"&gt;could not send data to client: Connection reset by peer&lt;/FONT&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P data-start="377" data-end="555"&gt;Could you please stop or disable the schedule to check if this resolves the issue?&lt;BR data-start="459" data-end="462" /&gt;Alternatively, could you share with our support team how the schedule is currently defined? Seems I cannot reproduce the behavior in my labs.&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 15:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526915#M14833</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-08-11T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526926#M14834</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the schedule is set to run every hour&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcocim_0-1754933549829.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182715i93925AC641F2CCEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcocim_0-1754933549829.png" alt="marcocim_0-1754933549829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I stopped the schedule and re-run the pipeline manually, it seems to work on the same wal processed from august 8th at 15:00, but in the meantime Postgre produced many other wals.&lt;/P&gt;&lt;P&gt;Below you can see the last lines of the log of the last manual run:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcocim_2-1754934078327.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182718i2695F2373F739D34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcocim_2-1754934078327.png" alt="marcocim_2-1754934078327.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Obviously Postgre data changes are not receipted by Qlik replicate CDC.&lt;/P&gt;&lt;P&gt;I showed schedule configuration to Qlik support, during a meeting held last Friday.&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 17:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-on-CDC-replicate-between-Qlik-Cloud-and-PostgreSQL-Cloud/m-p/2526926#M14834</guid>
      <dc:creator>marcocim</dc:creator>
      <dc:date>2025-08-11T17:43:51Z</dc:date>
    </item>
  </channel>
</rss>

