<?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: tS3get - log errors in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327891#M97232</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please post your current job design screenshots into forum? Are you using "Onsubjoberror" or "Oncomponenterror" trigger?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 07:15:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-14T07:15:33Z</dc:date>
    <item>
      <title>tS3get - log errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327890#M97231</link>
      <description>&lt;P&gt;I have a job that reads a database to retrieve a list of file_names, what I later download from s3 using tS3get (iterate over the output from the database).&amp;nbsp; Some files are missing and I need to log them.&amp;nbsp; I tried using on error trigger and dump them to a text file, but it won't let me create that trigger.&amp;nbsp; What's the aproach&amp;nbsp;I should take?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327890#M97231</guid>
      <dc:creator>danblo</dc:creator>
      <dc:date>2024-11-16T09:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: tS3get - log errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327891#M97232</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please post your current job design screenshots into forum? Are you using "Onsubjoberror" or "Oncomponenterror" trigger?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 07:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327891#M97232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T07:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: tS3get - log errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327892#M97233</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-11-14 at 9.31.23 AM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrFP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147824i57510B63188CAF2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrFP.png" alt="0683p000009LrFP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 15:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327892#M97233</guid>
      <dc:creator>danblo</dc:creator>
      <dc:date>2017-11-14T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: tS3get - log errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327893#M97234</link>
      <description>&lt;P&gt;I was trying to use "on component error".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 15:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327893#M97234</guid>
      <dc:creator>danblo</dc:creator>
      <dc:date>2017-11-14T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: tS3get - log errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327894#M97235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have an idea to get the unprocessed file names, if any other solutions available, please share in the forum.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;use "on component error" trigger from ts3Get and connect to tjava component.&lt;/P&gt; 
&lt;P&gt;In tJava, use a context variable and append with the file name variable (from tFlowToIterate)&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#800080"&gt;&lt;STRONG&gt;eg: context.filaname=context.filaname+","+((String)globalMap.get("Filename"))&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;So at last your context.filename will contain all the file names with comma separated.&lt;/P&gt; 
&lt;P&gt;Use a fixedflowinput, use this context variable and divide using tNormalize and save into another file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Job Design:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.JPG" style="width: 677px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrsW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131549iFE10739874BF9516/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrsW.jpg" alt="0683p000009LrsW.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 11:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327894#M97235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T11:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: tS3get - log errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327895#M97236</link>
      <description>Good idea. I'll give it a try.</description>
      <pubDate>Wed, 15 Nov 2017 21:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327895#M97236</guid>
      <dc:creator>danblo</dc:creator>
      <dc:date>2017-11-15T21:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: tS3get - log errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327896#M97237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;If this is working, please accept my solution as resolved and press Kudos button &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;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MANf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131584i20FE99D2FCDE3A4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MANf.png" alt="0683p000009MANf.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 04:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3get-log-errors/m-p/2327896#M97237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-16T04:38:03Z</dc:date>
    </item>
  </channel>
</rss>

