Skip to main content

Data Integration

Issue

Description

Available in

tSnowflakeOutputBulkExec cannot load data to Snowflake database tables properly

This issue has been fixed.

All subscription-based Talend products with Talend Studio

tHTTPClient guess schema error The tHTTPClient component generates an error when you try to create the schema by clicking the Guess schema button if the component is not the first component in the subJob. The error is caused by the warning message that prompts Can't find component name Client.
As a workaround, you can disable the warning message by taking the following steps.
  1. Switch to the Run tab and then to the Advanced settings view.
  2. Select the Use specific JVM arguments option.
  3. Click the New... button and add the following line.
    -Dlog4j.configurationFile=/tmp/log4j.properties
  4. Add the following line to the /tmp/log4j.properties file.
    log4j.rootLogger=OFF
    Information noteNote: If the /tmp/log4j.properties file does not exist, create the file and then insert the line.

All subscription-based Talend products with Talend Studio

The tHTTPClient component is currently not suitable with OSGi data services Jobs. This issue will be fixed in the coming releases.

All subscription-based Talend products with Talend Studio

The tHTTPClient component works improperly if placed immediately after a tRESTRequest component This issue can be avoided by inserting a tMap component between the two components and setting the column mapping in the tMap component.

All subscription-based Talend products with Talend Studio

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!