<?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 [resolved] multiple tFileOutputExcel in single job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-multiple-tFileOutputExcel-in-single-job/m-p/2297093#M69698</link>
    <description>I currently have 2 tFileOutputExcel methods in my job working with the same file, I believe the second is failing due to a lock on the file by the first process, is this likely? if so, is there a way to work with multiple worksheets without building two different excel files?
&lt;BR /&gt;My full error message (useless likely) (also translated by me so not entirely proper error descriptions)
&lt;BR /&gt;
&lt;BR /&gt;Exception in component tFileInputDelimited_1
&lt;BR /&gt;java.io.FileNotFoundException: null (The system can not find the file specified)
&lt;BR /&gt; at java.io.FileInputStream.open(Native Method)
&lt;BR /&gt; at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt; at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt; at org.talend.fileprocess.TOSDelimitedReader.&amp;lt;init&amp;gt;(TOSDelimitedReader.java:86)
&lt;BR /&gt; at org.talend.fileprocess.FileInputDelimited.&amp;lt;init&amp;gt;(FileInputDelimited.java:166)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.tFileInputDelimited_1Process(import_bestelboek_csv.java:2992)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.runJobInTOS(import_bestelboek_csv.java:13546)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.main(import_bestelboek_csv.java:13433)
&lt;BR /&gt;
&lt;BR /&gt;Thank you in advance for any assistance.</description>
    <pubDate>Sat, 16 Nov 2024 13:37:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:37:46Z</dc:date>
    <item>
      <title>[resolved] multiple tFileOutputExcel in single job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-multiple-tFileOutputExcel-in-single-job/m-p/2297093#M69698</link>
      <description>I currently have 2 tFileOutputExcel methods in my job working with the same file, I believe the second is failing due to a lock on the file by the first process, is this likely? if so, is there a way to work with multiple worksheets without building two different excel files?
&lt;BR /&gt;My full error message (useless likely) (also translated by me so not entirely proper error descriptions)
&lt;BR /&gt;
&lt;BR /&gt;Exception in component tFileInputDelimited_1
&lt;BR /&gt;java.io.FileNotFoundException: null (The system can not find the file specified)
&lt;BR /&gt; at java.io.FileInputStream.open(Native Method)
&lt;BR /&gt; at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt; at java.io.FileInputStream.&amp;lt;init&amp;gt;(Unknown Source)
&lt;BR /&gt; at org.talend.fileprocess.TOSDelimitedReader.&amp;lt;init&amp;gt;(TOSDelimitedReader.java:86)
&lt;BR /&gt; at org.talend.fileprocess.FileInputDelimited.&amp;lt;init&amp;gt;(FileInputDelimited.java:166)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.tFileInputDelimited_1Process(import_bestelboek_csv.java:2992)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.runJobInTOS(import_bestelboek_csv.java:13546)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.main(import_bestelboek_csv.java:13433)
&lt;BR /&gt;
&lt;BR /&gt;Thank you in advance for any assistance.</description>
      <pubDate>Sat, 16 Nov 2024 13:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-multiple-tFileOutputExcel-in-single-job/m-p/2297093#M69698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] multiple tFileOutputExcel in single job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-multiple-tFileOutputExcel-in-single-job/m-p/2297094#M69699</link>
      <description>I'm now trying with 2 different excel files and getting the same error, here is my job.
&lt;BR /&gt;error message incase it is slightly different:
&lt;BR /&gt;Exception in component tFileOutputExcel_1
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.tFileInputDelimited_2Process(import_bestelboek_csv.java:7859)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.tFileInputDelimited_1Process(import_bestelboek_csv.java:4298)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.runJobInTOS(import_bestelboek_csv.java:13206)
&lt;BR /&gt; at test_project.import_bestelboek_csv_0_1.import_bestelboek_csv.runJob(import_bestelboek_csv.java:13107)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tRunJob_3Process(Kreko.java:903)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tFileList_1Process(Kreko.java:712)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.tRunJob_1Process(Kreko.java:492)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.runJobInTOS(Kreko.java:2243)
&lt;BR /&gt; at test_project.kreko_0_1.Kreko.main(Kreko.java:2133)</description>
      <pubDate>Mon, 28 Dec 2009 09:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-multiple-tFileOutputExcel-in-single-job/m-p/2297094#M69699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-28T09:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] multiple tFileOutputExcel in single job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-multiple-tFileOutputExcel-in-single-job/m-p/2297095#M69700</link>
      <description>problem is now solved after a recent crash it seems to work again!</description>
      <pubDate>Mon, 28 Dec 2009 14:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-multiple-tFileOutputExcel-in-single-job/m-p/2297095#M69700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-28T14:39:28Z</dc:date>
    </item>
  </channel>
</rss>

