<?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: Error file not found &amp;quot;The system cannot find the file specified&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312804#M83718</link>
    <description>&lt;P&gt;ok, now i add the context in tRun component and it works. But i don't undestand: why do i have to configure the context section in tRun if I already entered the the context in the job?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2020 15:49:57 GMT</pubDate>
    <dc:creator>ves_diego</dc:creator>
    <dc:date>2020-12-11T15:49:57Z</dc:date>
    <item>
      <title>Error file not found "The system cannot find the file specified"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312800#M83714</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;i've a little problem with the tFileInput. In the main Job i read correctly a csv file (configuration file with same context variabile), with the "On Component Ok" connected to a tContextLoad. &lt;/P&gt;&lt;P&gt;Into this job i call another job, where i have to read the same csv, and here there is the problem. When i call the tFileInput in the subjob, talend return the error "The system cannot find the file specified", but in the parent job the csv file was opened successully!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312800#M83714</guid>
      <dc:creator>ves_diego</dc:creator>
      <dc:date>2024-11-16T00:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error file not found "The system cannot find the file specified"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312801#M83715</link>
      <description>&lt;P&gt;@Diego Vescovi​&amp;nbsp;, could you please share your job design so that I can help you where it is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 13:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312801#M83715</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-12-11T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error file not found "The system cannot find the file specified"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312802#M83716</link>
      <description>&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the parent job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbH3hAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149506i94F34DFE87947BDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbH3hAAF.png" alt="0693p00000AbH3hAAF.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is the child job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000AbH3rAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139726i0C730AEC050C7B5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000AbH3rAAF.png" alt="0693p00000AbH3rAAF.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the tJava i wrote this:&lt;/P&gt;&lt;P&gt;System.out.println("PARENT");&lt;/P&gt;&lt;P&gt;System.out.println(context.mailSMTPHost);&lt;/P&gt;&lt;P&gt;System.out.println(context.mailSMTPAuthUser);&lt;/P&gt;&lt;P&gt;System.out.println(context.mailSMTPAuthPass);&lt;/P&gt;&lt;P&gt;System.out.println(context.mailSMTPPort);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.out.println(context.mailCC);&lt;/P&gt;&lt;P&gt;System.out.println(context.mailFROM);&lt;/P&gt;&lt;P&gt;System.out.println(context.mailTO);&lt;/P&gt;&lt;P&gt;System.out.println(context.mailBCC);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;("PARENT" for parent job, "CHILD" for child job)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is the output when i ran the parent job:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Starting job parent at 15:36 11/12/2020.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[statistics] connecting to socket on port 3478&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[statistics] connected&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;PARENT&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;smtp.gmail.com&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;XXXXXXXXXXXX&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;465&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;XXXXXXXXXXXX&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;XXXXXXXXXXXX&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;XXXXXXXXXXXX&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Null value will be used for context parameter totalCount: For input string: ""&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CHILD&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[statistics] disconnected&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Job parent ended at 15:36 11/12/2020. [exit code=0]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(i replaced the data with XXX)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 14:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312802#M83716</guid>
      <dc:creator>ves_diego</dc:creator>
      <dc:date>2020-12-11T14:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error file not found "The system cannot find the file specified"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312803#M83717</link>
      <description>&lt;P&gt;In tRun component have you configured context section? &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Please check the below example &lt;/P&gt;&lt;P&gt;​https://help.talend.com/r/1RJ7TatgS73nP1RPGjT50w/RGvRFDFE3zpmX_rYN63gUw&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Manohar ​&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312803#M83717</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-12-11T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error file not found "The system cannot find the file specified"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312804#M83718</link>
      <description>&lt;P&gt;ok, now i add the context in tRun component and it works. But i don't undestand: why do i have to configure the context section in tRun if I already entered the the context in the job?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312804#M83718</guid>
      <dc:creator>ves_diego</dc:creator>
      <dc:date>2020-12-11T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error file not found "The system cannot find the file specified"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312805#M83719</link>
      <description>&lt;P&gt;You are trying to take parent context value into sub level that you need to configured in tRunJob context otherwise it will not pick the parent context value. &lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312805#M83719</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-12-11T15:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error file not found "The system cannot find the file specified"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312806#M83720</link>
      <description>&lt;P&gt;@Diego Vescovi​&amp;nbsp;,please accept the solution and like it appreciate the community  people.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 06:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-file-not-found-quot-The-system-cannot-find-the-file/m-p/2312806#M83720</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-12-13T06:53:22Z</dc:date>
    </item>
  </channel>
</rss>

