<?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: TOS Exit Codes in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358350#M123399</link>
    <description>hi,shong
&lt;BR /&gt;yes, i use tDie! and "4" is set for tDie's default error code.
&lt;BR /&gt;so, if i wanna finish with "1" when error occurs, i can set the error code to "1".
&lt;BR /&gt;is that right?
&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 29 Jun 2011 05:41:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-06-29T05:41:43Z</dc:date>
    <item>
      <title>TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358345#M123394</link>
      <description>Hi everyone&lt;BR /&gt;Does anyone know if there is a list of Talend Exit Codes, and their meaning?&lt;BR /&gt;I have a job that shows the following:&lt;BR /&gt;Starting job SUBSCRIPTION_MEASURES_MNTH_1 at 15:09 15/07/2009.&lt;BR /&gt;Job SUBSCRIPTION_MEASURES_MNTH_1 ended at 15:11 15/07/2009. &lt;BR /&gt;&lt;BR /&gt;There are a whole bunch of steps, whose log information is not being displayed here. These steps all have stat catcher set, but for some reason I dont get a log file and I get the exit codes above.&lt;BR /&gt;Any ideas?</description>
      <pubDate>Sat, 16 Nov 2024 13:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358345#M123394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358346#M123395</link>
      <description>Hello 
&lt;BR /&gt;if it returns 0, means the job works fine.
&lt;BR /&gt;if it returns 1 or any other digit, means the job works failed.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 16 Jul 2009 03:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358346#M123395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-16T03:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358347#M123396</link>
      <description>Hi 
&lt;BR /&gt;Thanks for the reply
&lt;BR /&gt;I was hoping to get a more detailed breakdown. Would like to know what the individual codes mean?</description>
      <pubDate>Thu, 16 Jul 2009 07:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358347#M123396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-16T07:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358348#M123397</link>
      <description>hi i also have the same request&lt;BR /&gt;when the job finishes with error, exit code is sometimes "1" and sometimes "4".&lt;BR /&gt;what is the difference?&lt;BR /&gt;where can i find a list of exit codes?&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 29 Jun 2011 03:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358348#M123397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-29T03:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358349#M123398</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;hi i also have the same request&lt;BR /&gt;when the job finishes with error, exit code is sometimes "1" and sometimes "4".&lt;BR /&gt;what is the difference?&lt;BR /&gt;where can i find a list of exit codes?&lt;BR /&gt;thanks&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Do you customize the exit code in the job using tDie or tWarn componet? 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 29 Jun 2011 03:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358349#M123398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-29T03:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358350#M123399</link>
      <description>hi,shong
&lt;BR /&gt;yes, i use tDie! and "4" is set for tDie's default error code.
&lt;BR /&gt;so, if i wanna finish with "1" when error occurs, i can set the error code to "1".
&lt;BR /&gt;is that right?
&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 29 Jun 2011 05:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358350#M123399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-29T05:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358351#M123400</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;hi,shong&lt;BR /&gt;yes, i use tDie! and "4" is set for tDie's default error code.&lt;BR /&gt;so, if i wanna finish with "1" when error occurs, i can set the error code to "1".&lt;BR /&gt;is that right?&lt;BR /&gt;thanks&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, you are right, set the error code to 1 if needed.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 29 Jun 2011 07:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358351#M123400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-29T07:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358352#M123401</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;Exit code =1 has a specific meaning, Refer the link for more information. 
&lt;BR /&gt;Beside that one can give a number in tDie component of his/her choice.</description>
      <pubDate>Wed, 13 May 2015 11:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358352#M123401</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-05-13T11:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: TOS Exit Codes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358353#M123402</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi&amp;nbsp;&lt;BR /&gt;Exit code =1 has a specific meaning, Refer the link() for more information.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Beside that one can give a number in tDie component of his/her choice.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 13 May 2015 11:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-Exit-Codes/m-p/2358353#M123402</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-05-13T11:50:35Z</dc:date>
    </item>
  </channel>
</rss>

