<?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: Iterate and tjava in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290906#M64143</link>
    <description>&lt;P&gt;use tjavarow instead of tjava&lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2018 09:05:21 GMT</pubDate>
    <dc:creator>aashish_21nov</dc:creator>
    <dc:date>2018-08-03T09:05:21Z</dc:date>
    <item>
      <title>Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290903#M64140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to read the records from a mysql table and for each row I need to execute 2 separate Java functions. This is what I did:&lt;/P&gt;&lt;P&gt;Tmysql -&amp;gt; tflowtoiterate -&amp;gt;(iterate) tjava1 -&amp;gt; (iterate) tjava2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that it executed all the rows in tjava1 but in tjava2 it executed some of the rows and not all of them. I tried putting them in the same tjava also did not work.. Any help would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 06:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290903#M64140</guid>
      <dc:creator>Moe1</dc:creator>
      <dc:date>2018-08-03T06:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290904#M64141</link>
      <description>Do you receive any error messages?&lt;BR /&gt;What happens when you interchange your tJava1 &amp;amp; tJava2 so that iterate1-&amp;gt;tJava2 and iterate2-&amp;gt;tJava1 - what I am trying to understand here is will the code in tJava2 now work.</description>
      <pubDate>Fri, 03 Aug 2018 08:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290904#M64141</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-08-03T08:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290905#M64142</link>
      <description>&lt;P&gt;Thanks mate, no errors received, the job executes till the end successfully. Here is a small description on my job:&lt;BR /&gt;(Tmysql) I read rows from Mysql Table X and (tflowtoiterate) for each row, (tjava1) insert the row in&amp;nbsp; AS400/DB2 keyedDataQueue that inserts them in a table(Keyedqueue usually sends the key of each row to a dataqueue2 meaning it was inserted successfully), (tjava2) for each inserted row Delete the response from the response queue2 as it is no longer needed.&lt;BR /&gt;&lt;BR /&gt;What happens in my case all the rows are being inserted successfully and for each row a response is created in dataqueue2 but when deleting the response, it is deleting some&amp;nbsp;of them and not all of them (for each row).&lt;BR /&gt;e.g.: 40800 records inserted&lt;BR /&gt;30000 are deleted, sometimes 4000 only are deleted instead of 40800.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 08:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290905#M64142</guid>
      <dc:creator>Moe1</dc:creator>
      <dc:date>2018-08-03T08:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290906#M64143</link>
      <description>&lt;P&gt;use tjavarow instead of tjava&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 09:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290906#M64143</guid>
      <dc:creator>aashish_21nov</dc:creator>
      <dc:date>2018-08-03T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290907#M64144</link>
      <description>I can not connect tflowtoiterate to tjavarow.</description>
      <pubDate>Fri, 03 Aug 2018 09:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290907#M64144</guid>
      <dc:creator>Moe1</dc:creator>
      <dc:date>2018-08-03T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290908#M64145</link>
      <description>How about you put some delay before the tJava2 which takes care of the deletion. Assuming the total db operation is asynchronous (not occurring at the same time) so its not able to find all the inserted row.</description>
      <pubDate>Fri, 03 Aug 2018 09:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290908#M64145</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-08-03T09:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290909#M64146</link>
      <description>I used java sleep method before but then stopped the process as it is taking too much time if I choose 1 second, then used it to delay for 20, 50, 100 ms but the results were random sometimes it deleted 20000 and other times it deleted 25000..</description>
      <pubDate>Fri, 03 Aug 2018 09:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290909#M64146</guid>
      <dc:creator>Moe1</dc:creator>
      <dc:date>2018-08-03T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate and tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290910#M64147</link>
      <description>&lt;P&gt;Delete the tFlowToIterate and connect the tMysql directly to the tJavaRow.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 17:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-and-tjava/m-p/2290910#M64147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T17:23:56Z</dc:date>
    </item>
  </channel>
</rss>

