<?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: [resolved] ts3Put loading data to S3 not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342049#M109952</link>
    <description>Hi Oscar,&lt;BR /&gt;Good that it worked like charm for you; and you also understood the significance of connecting links in proper way...&lt;BR /&gt;Thanks&lt;BR /&gt;vaibhav</description>
    <pubDate>Wed, 16 Jul 2014 08:49:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-16T08:49:16Z</dc:date>
    <item>
      <title>[resolved] ts3Put loading data to S3 not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342045#M109948</link>
      <description>Hi all 
&lt;BR /&gt;Im trying to load some data to S3 using the ts3Put component but it seems that the data never gets upload in S3 and Im not getting any error/exception message from Talend. 
&lt;BR /&gt;Only when checking the option "StatCatcher Statistics" in the ts3Put component Im able to see a null value in the output (see attached image) 
&lt;BR /&gt; 
&lt;BR /&gt;Not sure If I need to configurate any specific client Parameters in the S3 connection or Im missing anything else. 
&lt;BR /&gt;I will appreciate some help on this. 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Oscar 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Tue, 15 Jul 2014 10:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342045#M109948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T10:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ts3Put loading data to S3 not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342046#M109949</link>
      <description>Hi Oscar,
&lt;BR /&gt;use OnSubJobOk link from your S3 connection to Database coponent or connect S3 connection component after tPreJob...
&lt;BR /&gt;and try again.
&lt;BR /&gt;vaibhav</description>
      <pubDate>Tue, 15 Jul 2014 11:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342046#M109949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T11:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ts3Put loading data to S3 not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342047#M109950</link>
      <description>as sanvaibhav said, you have to sequence your process.&lt;BR /&gt;first try to connect to s3 &amp;amp; if it's ok (onSubjob ok) manage your data.&lt;BR /&gt;ps : here you've got 2 startable component in Green (color). For Talend, it tell "ok launch 2 process at the same time (parallelize)".&lt;BR /&gt;in your case seems that the connection has not been established yet&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 15 Jul 2014 11:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342047#M109950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ts3Put loading data to S3 not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342048#M109951</link>
      <description>Thank you so much guys!! 
&lt;BR /&gt;It worked like a charm, as easy as that 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Attached the final working job . 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Oscar 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342048#M109951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ts3Put loading data to S3 not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342049#M109952</link>
      <description>Hi Oscar,&lt;BR /&gt;Good that it worked like charm for you; and you also understood the significance of connecting links in proper way...&lt;BR /&gt;Thanks&lt;BR /&gt;vaibhav</description>
      <pubDate>Wed, 16 Jul 2014 08:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ts3Put-loading-data-to-S3-not-working/m-p/2342049#M109952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T08:49:16Z</dc:date>
    </item>
  </channel>
</rss>

