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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Luck
Partner - Contributor II
Partner - Contributor II

Qlik Replicate full load task, completed but got error Failed to curl_easy_perform: curl status = 18

Hi all,

I am trying out Qlik Replicate capabilites in replicating SAP data with odp, the task seem to show as completed

but there's an error listed on the log

Failed to curl_easy_perform: curl status = 18, Transferred a partial file (transfer closed with outstanding read data remaining)

is this common & safe ?

3 Replies
john_wang
Support
Support

Hello @Luck ,

Thanks for reaching out to Qlik Community!

We need additional information to understand the issue. Please set SOURCE_UNLOAD to Verbose, recreate the issue and download the diagnostics package, and open a support ticket ,attach the diagnostic packages. Our support team will be more than happy to assist you. 

Regards,

John.

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

Hi John, 

will the log data created be too big?
as you can see on the image, the duration for full load is 23 hours+

john_wang
Support
Support

Hello @Luck ,

It is indeed a challenge, but here are some potential solutions:

  1. Enable logging selectively: Activate a higher logging level during the specific time window when the issue is likely to occur, then disable it afterward once the necessary information has been collected.

  2. Manage log file rollover and purging: Configure the replication task to automatically roll over log files (e.g., split logs into 4GB files) and purge unnecessary files manually, such as those without error messages, to save space.

  3. Optimize log filtering: Apply filters to reduce the number of rows being logged, thereby minimizing the size of log files and the time required for task execution

Regards,

John.

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