<?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] Problem using tFileFetch in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311100#M82168</link>
    <description>Hi Shong, 
&lt;BR /&gt;I am sorry but in this case it does not execute the next iteration, it stops. 
&lt;BR /&gt;I actually do have other jobs that do not die but curiously this one does.. 
&lt;BR /&gt;I am thinking that maybe the problem actually comes from the tXMLInput component because of the "ignore namespaces" option, as it is the only job where I use it. 
&lt;BR /&gt;Maybe because of the webservice error the XML temp file can not be created so the tXMLInput component runs into an error, is it possible? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Maxime.</description>
    <pubDate>Mon, 07 Nov 2011 14:33:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-07T14:33:49Z</dc:date>
    <item>
      <title>[resolved] Problem using tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311098#M82166</link>
      <description>Hi,
&lt;BR /&gt;I have a problem with a job that uses the tFileFetch component: it dies on error even when the option "die on error" is unchecked. 
&lt;BR /&gt;I try to fetch an xml file from a web service and I would like to keep the job running even if I get a HTTP 503 error (service unavailable). The webservice is called several times using an iterate link and I would like to go on to the next iteration whatever it happened during the previous one.
&lt;BR /&gt;Can somebody tell me how to achieve that ?
&lt;BR /&gt;Please see in the attached file the design of my job.
&lt;BR /&gt;for both component tfilefetch and txmlinput the option "die on error" is unchecked.
&lt;BR /&gt;Thanks.
&lt;BR /&gt;Maxime.</description>
      <pubDate>Sat, 16 Nov 2024 12:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311098#M82166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem using tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311099#M82167</link>
      <description>Hi
&lt;BR /&gt;If the option 'die on error' is unchecked, in fact, the job do still continue to execute next iterate, not die even though there are some red message on console, take a look at the statistics of row, you will see how many iterations finished.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 07 Nov 2011 06:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311099#M82167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-07T06:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem using tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311100#M82168</link>
      <description>Hi Shong, 
&lt;BR /&gt;I am sorry but in this case it does not execute the next iteration, it stops. 
&lt;BR /&gt;I actually do have other jobs that do not die but curiously this one does.. 
&lt;BR /&gt;I am thinking that maybe the problem actually comes from the tXMLInput component because of the "ignore namespaces" option, as it is the only job where I use it. 
&lt;BR /&gt;Maybe because of the webservice error the XML temp file can not be created so the tXMLInput component runs into an error, is it possible? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Maxime.</description>
      <pubDate>Mon, 07 Nov 2011 14:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311100#M82168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-07T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem using tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311101#M82169</link>
      <description>Hi 
&lt;BR /&gt;From the images, I seen the exception message 'exception in component tFileInputXML_1 and I confirm that the problem come from the tFileInputXML, the job throws the exception and die.
&lt;BR /&gt;To achieve your request, you have to redesign the job as below:
&lt;BR /&gt;parent job:
&lt;BR /&gt;tMysqlInput--main--tJavaRow--main--&amp;gt;tFlowToIterate--iterate--tRunJob
&lt;BR /&gt;on tRunJob: call the child job, uncheck the option 'die on error', pass each row to child job using context variable if needed.
&lt;BR /&gt;child job:
&lt;BR /&gt;tFileFetch
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tFileInputXML--main--tMap--tMysqlOutput
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 08 Nov 2011 05:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311101#M82169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-08T05:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem using tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311102#M82170</link>
      <description>Thanks a lot Shong, it works fine but I still don't understand why the tfileXMLInput dies even if the "die on error" option is unchecked 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Maxime.</description>
      <pubDate>Tue, 08 Nov 2011 16:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311102#M82170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-08T16:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem using tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311103#M82171</link>
      <description>Hi 
&lt;BR /&gt;tFileInputXML is a input component, the option 'die on error' role in the row level, not the component level, however the exception in your case is NPE, it occurs at the beginning of component, before the rows iteration of XML file. 
&lt;BR /&gt;Anyway, you get the job works as expected now. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 09 Nov 2011 09:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-using-tFileFetch/m-p/2311103#M82171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-09T09:12:17Z</dc:date>
    </item>
  </channel>
</rss>

