Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
marcocim
Partner - Contributor II
Partner - Contributor II

Error on CDC replicate between Qlik Cloud and PostgreSQL Cloud (no data gateway)

Hello everyone,

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:

Could not send data to client: Connection reset by peer

There are no complex firewalls between Qlik and PostgreSQL.

See the attached file for one Qlik log reporting the error: Termination signal intercepted

Has anyone else had the same issue?

Thanks

Marco

 

11 Replies
john_wang
Support
Support

Hello @marcocim ,

Thanks for the update.

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.

john_wang_0-1754926987049.png

Since the client (QCDI) is paused, the PostgreSQL server returns the error:

could not send data to client: Connection reset by peer

Could you please stop or disable the schedule to check if this resolves the issue?
Alternatively, could you share with our support team how the schedule is currently defined? Seems I cannot reproduce the behavior in my labs.

thanks,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
marcocim
Partner - Contributor II
Partner - Contributor II
Author

Hi @john_wang ,

the schedule is set to run every hour

marcocim_0-1754933549829.png

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.

Below you can see the last lines of the log of the last manual run:

marcocim_2-1754934078327.png

Obviously Postgre data changes are not receipted by Qlik replicate CDC.

I showed schedule configuration to Qlik support, during a meeting held last Friday.

Thanks for your support

Marco