<?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] TlistFile--&amp;gt; Out of memory error (edit. &amp; Access too slow) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319089#M89375</link>
    <description>Your design is the problem.&lt;BR /&gt;Connect the tFileExcelWorkbook with the tFileExcelSheetInput per OnSubjobOk.&lt;BR /&gt;Connect the tFileExcelSheetInput with OnSubjobOk with the tFileExcelWorkbookSave.&lt;BR /&gt;Actually I would do a complete different design.&lt;BR /&gt;I would create a dedicated job to process on file and I would call this "worker" job with the iteration from the tFileList.&amp;nbsp;</description>
    <pubDate>Sat, 08 Nov 2014 22:08:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-08T22:08:43Z</dc:date>
    <item>
      <title>[resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319082#M89368</link>
      <description>This is what I have to do 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCtIkCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Excel-transformation/td-p/62988&lt;/A&gt;. In few words, transform 10 excel file and merge into one, and my job work... But only for the first 4 file, then when output file is reaching about 3 MB and the process use about 1GB of memory, the job crash. 
&lt;BR /&gt;-I tried to allocate more memory, setting -Xmx2048M in the advanced setting, but it says--&amp;gt; 
&lt;B&gt; Error: Could not create the Java Virtual Machine.&lt;/B&gt; 
&lt;BR /&gt;Error: A fatal exception has occurred. Program will exit. 
&lt;BR /&gt;Error occurred during initialization of VM 
&lt;BR /&gt;Could not reserve enough space for object heap 
&lt;BR /&gt;-I Set a temporary folder on the Tmap component, but it dont write nothing on it(maybe i have to set another input with a Lookup?)... 
&lt;BR /&gt;-I tried also to use TfileList-&amp;gt; TFileExcelWorkBookOpen-&amp;gt;TFileExcelSheetInput-&amp;gt;Tmap-&amp;gt;TfileOutputExcel, but if I use the "Save on disk option" it writes an empty file ... 
&lt;BR /&gt;Where I am wrong? Some suggestion? 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/233792/Immagine.jpg_20141031-1339.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBMV.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143268i7BC1B4C574151EE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBMV.jpg" alt="0683p000009MBMV.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt;</description>
      <pubDate>Fri, 31 Oct 2014 12:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319082#M89368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-31T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319083#M89369</link>
      <description>Hi, 
&lt;BR /&gt;Could you please have a look at KB articles about 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006Ea3AAE" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Exception Could not reserve enough space for object heap&lt;/A&gt;and 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZuAAM" target="_blank"&gt;TalendHelpCenter:ExceptionoutOfMemory&lt;/A&gt;? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 03 Nov 2014 06:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319083#M89369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319084#M89370</link>
      <description>Hi thanks for the answer, I've checked the articles and tried to allocate more memory/ decrease the xmx parameter on the ini.file , export the Job as script and run it outside the studio, &amp;nbsp;also change the JAVA_HOME/bin to the first position, but nothing ... The Job work &amp;nbsp;only with the first 4 file... 
&lt;BR /&gt;I think the only way is the " 
&lt;B&gt;&lt;U&gt;save on disk option&lt;/U&gt;&lt;/B&gt;", but I don't know how to use it in my case, because there's only one table in input and many "joined output"... Maybe I should use the 
&lt;U&gt;&lt;B&gt;Workbook &lt;/B&gt;&amp;nbsp;&lt;/U&gt;component, but don't know how to dispose and configure it. 
&lt;BR /&gt;I would be very thankfull if someone could help me! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&amp;nbsp;</description>
      <pubDate>Mon, 03 Nov 2014 17:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319084#M89370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-03T17:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319085#M89371</link>
      <description>Hi, 
&lt;BR /&gt;Have you stored data on disk in tMap component? How did you set your JVM setting for your current job? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB3K.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135811i4A5CC2F0FE37E518/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB3K.png" alt="0683p000009MB3K.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 04 Nov 2014 07:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319085#M89371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T07:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319086#M89372</link>
      <description>Yes for the first question.
&lt;BR /&gt;-vmargs
&lt;BR /&gt;-Xms256m
&lt;BR /&gt;-Xmx1024m
&lt;BR /&gt;-XX:MaxPermSize=128m
&lt;BR /&gt;-Dfile.encoding=UTF-8
&lt;BR /&gt;By the way I have partly resolved the problem using a 
&lt;B&gt;TAccessOutput&lt;/B&gt; instead of Excel , but the problem now is that the process is too slow...
&lt;B&gt;Only 2 row/s&lt;/B&gt; &amp;nbsp;versus the 2000 row/s of ExcelOutput...
&lt;BR /&gt;There's a way to resolve that? Thanks!!
&lt;BR /&gt;Marco</description>
      <pubDate>Fri, 07 Nov 2014 15:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319086#M89372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T15:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319087#M89373</link>
      <description>The current build-in excel components lacks on a streaming support. 
&lt;BR /&gt;You could use the components from Talend Exchange: 
&lt;A href="http://www.talendforge.org/exchange" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange&lt;/A&gt; 
&lt;BR /&gt;(search for excel) 
&lt;BR /&gt;tFileExcelWorkbookOpen (to open or create the file, her set the memory saving mode) 
&lt;BR /&gt;tFileExcelSheetOutput (to create a sheet and write the rows in a very enhanced way)</description>
      <pubDate>Fri, 07 Nov 2014 20:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319087#M89373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-07T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319088#M89374</link>
      <description>Thanks Mr.Lolling 
&lt;BR /&gt;So this is my Job, but I think the WorkbookSave is in the wrong place, dont know where I have to put it. 
&lt;BR /&gt;In this way, every iteration overwrite the ouput file even if I use " 
&lt;I&gt;Append to existing rows&lt;/I&gt;"...&amp;nbsp;&amp;nbsp;and if I use the " 
&lt;I&gt;memory saving&lt;/I&gt;" option it doesn't write nothing(0 rows/s) 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I am also yet interested to know why the AccessOutput is so slow&amp;nbsp; 
&lt;BR /&gt;Thanks again 
&lt;BR /&gt;Marco 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBRP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135597i4184AA9FBACE803E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBRP.png" alt="0683p000009MBRP.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 08 Nov 2014 11:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319088#M89374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-08T11:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319089#M89375</link>
      <description>Your design is the problem.&lt;BR /&gt;Connect the tFileExcelWorkbook with the tFileExcelSheetInput per OnSubjobOk.&lt;BR /&gt;Connect the tFileExcelSheetInput with OnSubjobOk with the tFileExcelWorkbookSave.&lt;BR /&gt;Actually I would do a complete different design.&lt;BR /&gt;I would create a dedicated job to process on file and I would call this "worker" job with the iteration from the tFileList.&amp;nbsp;</description>
      <pubDate>Sat, 08 Nov 2014 22:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319089#M89375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-08T22:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319090#M89376</link>
      <description>I can't connect&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelWorkbook and&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelSheetInput with SubjobOk an error says that " &lt;I&gt;A component that is not a sub process start can not have any link on sub job ok&lt;/I&gt;".&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;The possible combination are: 
&lt;BR /&gt;1. Tfilelist -- 
&lt;B&gt;iterate&lt;/B&gt;--&amp;gt;tFileExcelWorkbook-- 
&lt;B&gt;OnComponentOk&lt;/B&gt;--&amp;gt;tFileExcelSheetInput-- 
&lt;B&gt;OnSubjobOk&lt;/B&gt;--&amp;gt;tFileExcelWorkbookSave 
&lt;BR /&gt;1.Loop--&amp;gt; Tfilelist -- 
&lt;B&gt;OncomponentOK&lt;/B&gt;--&amp;gt;tFileExcelWorkbook-- 
&lt;B&gt;OnSubjobOk&lt;/B&gt;--&amp;gt;tFileExcelSheetInput-- 
&lt;B&gt;OnSubjobOk&lt;/B&gt;--&amp;gt;tFileExcelWorkbookSave 
&lt;BR /&gt; 
&lt;BR /&gt;Both case, same problems: The Output is overwritten for every iteration, instead of adding the new rows under the existing rows, and if i use "save on disk" the output is empty... 
&lt;BR /&gt;Thanks for the patience. 
&lt;BR /&gt;Other information: 
&lt;BR /&gt;- To call every file from tfilelist I used "((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))" as Filename in tFileExcelWorkbook</description>
      <pubDate>Mon, 10 Nov 2014 15:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319090#M89376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T15:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319091#M89377</link>
      <description>Ok you wantto add tge content of the files in the existing sheet.&lt;BR /&gt;you have to ooen the tFileExcleWorkbookOpen first and than iterate through the files. I mean if you open for every input &amp;nbsp;file ooen the same excel file new it can obviously not work. And also the save component... I would connect trigger it with Onsubjobok.</description>
      <pubDate>Tue, 11 Nov 2014 07:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319091#M89377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-11T07:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TlistFile--&gt; Out of memory error (edit. &amp; Access too slow)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319092#M89378</link>
      <description>So how should be the design? I tried to open&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileExcelWorkbookOpen first, but I don't succeded to make it work.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Edit. with this design works!!&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBRU.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152451iF722838E41CA622A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBRU.png" alt="0683p000009MBRU.png" /&gt;&lt;/span&gt;Thanks a Lot for your work JLolling!!!</description>
      <pubDate>Tue, 11 Nov 2014 15:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TlistFile-gt-Out-of-memory-error-edit-Access-too-slow/m-p/2319092#M89378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-11T15:21:03Z</dc:date>
    </item>
  </channel>
</rss>

