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

Announcements
Solving the Informatica Dilemma: On-Demand Briefing - Watch On Demand!
cancel
Showing results for 
Search instead for 
Did you mean: 
Rak
Contributor III
Contributor III

Qlik Replicate : Configure snowflake Target - keeps failing with timeout when waiting for child process to open pipe

  • SYS-E-HTTPFAIL, SYS-E-HTTPFAIL, Timeout when waiting for child process to open pipe '\\.\pipe\replicate_child_proc_pipe_3320_6944_11'..
  • SYS,GENERAL_EXCEPTION,SYS-E-HTTPFAIL, Timeout when waiting for child process to open pipe '\\.\pipe\replicate_child_proc_pipe_3320_6944_11'.,SYS,GENERAL_EXCEPTION,Timeout when waiting for child process to open pipe '\\.\pipe\replicate_child_proc_pipe_3320_6944_11'

we have installed the ODBC driver (64-bit) after Replicate installation. 

On Replicate Server, configuring the system DSN to connect to snowflake works. What am i missing?

2 Solutions

Accepted Solutions
narendersarva
Support
Support

Hi @Rak  Since you installed the Snowflake ODBC driver after Qlik Replicate, check that the driver version is compatible with your Qlik Replicate version. Also, after installing a new ODBC driver, restart Qlik Replicate services to ensure it picks up the latest driver.

Thanks
Naren

View solution in original post

Rak
Contributor III
Contributor III
Author

We encountered the same issue with Snowflake connectivity after upgrading Replicate. Restarting the Replicate VMs resolved the issue.!

View solution in original post

7 Replies
narendersarva
Support
Support

Hi @Rak  Since you installed the Snowflake ODBC driver after Qlik Replicate, check that the driver version is compatible with your Qlik Replicate version. Also, after installing a new ODBC driver, restart Qlik Replicate services to ensure it picks up the latest driver.

Thanks
Naren

Rak
Contributor III
Contributor III
Author

We pretty much followed the instructions listed in the Qlik documentation., https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/Snowflake_Google_Target/go...

VXS1031
Contributor II
Contributor II

Hi @Rak ,

 

Can you try using this parameter in Snowflake Target endpoint in the advanced tab.

Select Additional ODBC connection properties:

 

enter the below property

CLIENT_SESSION_KEEP_ALIVE=true;ABORT_DETACHED_QUERY=true;CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY=900;

 

Thanks,

Surya

eltonpereira
Contributor III
Contributor III

Has anyone fixed this issue by adding this parameter? I am still having the same error

john_wang
Support
Support

Hello @eltonpereira ,

The error message "Timeout when waiting for child process to open pipe" when working with Snowflake usually points to a resource, network, or concurrency issue between Qlik Replicate and Snowflake.For example, certain VPN connections may not function properly and can lead to this error in Qlik Replicate.

Could you please confirm whether SnowSQL is working in your environment? This would help determine if the issue is related to general connectivity.
Also, please verify which version of the Snowflake ODBC driver you're currently using. Upgrading to a newer version may help resolve the issue.

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!
Rak
Contributor III
Contributor III
Author

We encountered the same issue with Snowflake connectivity after upgrading Replicate. Restarting the Replicate VMs resolved the issue.!

john_wang
Support
Support

Thank you for the update! @Rak 

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