<?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: CreateProcess error=206 Talend Data Integration 7.1 in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387843#M5872</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If not selecting "use an independent process to run subjob" in tRunJob, does it work within studio?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2019 04:42:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-30T04:42:51Z</dc:date>
    <item>
      <title>CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387842#M5871</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I had a project on Talend Data Integration 6.1 working perfectly;&lt;/P&gt; 
&lt;P&gt;Due a problem in the machine, I needed to recreate the environment in a new machine so I have downloaded&amp;nbsp; Talend Data Integration 7.1, I have downloaded java jdk1.8.0_212 and set up JAVA_HOME to "&amp;lt;C:\Program Files\Java\jdk1.8.0_212&amp;gt;" and&amp;nbsp;;%JAVA_HOME%\bin in within path variable&lt;/P&gt; 
&lt;P&gt;in a SubJob I have a tRunJob_1 with Use dynamic job selected; now everytiem I debug the project I get the following error:&lt;/P&gt; 
&lt;P&gt;java.io.IOException: Cannot run program "&amp;lt;C:\Program Files\Java\jdk1.8.0_212\jre\bin\java.exe&amp;gt;": CreateProcess error=206, The filename or extension is too long&lt;/P&gt; 
&lt;P&gt;I have try following solutions:&lt;/P&gt; 
&lt;P&gt;Move Java folder to E:, changing all environment variables:&lt;/P&gt; 
&lt;P&gt;Exception in component tRunJob_1 (PassiveData_Parent_Job)&lt;BR /&gt;java.lang.RuntimeException: Child job running failed.&lt;BR /&gt;java.io.IOException: Cannot run program "E:/jdk1.8.0_212/jre/bin/java.exe": CreateProcess error=206, The filename or extension is too long&lt;BR /&gt;at reflectedlife_newbernard.passivedata_parent_job_0_1.PassiveData_Parent_Job.tRunJob_1Process(PassiveData_Parent_Job.java:2991)&lt;BR /&gt;at reflectedlife_newbernard.passivedata_parent_job_0_1.PassiveData_Parent_Job.tPostgresqlRow_6Process(PassiveData_Parent_Job.java:2668)&lt;BR /&gt;at reflectedlife_newbernard.passivedata_parent_job_0_1.PassiveData_Parent_Job.tPostgresqlInput_1Process(PassiveData_Parent_Job.java:2340)&lt;BR /&gt;at reflectedlife_newbernard.passivedata_parent_job_0_1.PassiveData_Parent_Job.runJobInTOS(PassiveData_Parent_Job.java:5170)&lt;BR /&gt;at reflectedlife_newbernard.passivedata_parent_job_0_1.PassiveData_Parent_Job.main(PassiveData_Parent_Job.java:4802)&lt;/P&gt; 
&lt;P&gt;I found this in StackOverflow&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/10519558/createprocess-error-206-the-filename-or-extension-is-too-long-when-running-main" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/10519558/createprocess-error-206-the-filename-or-extension-is-too-long-when-running-main&lt;/A&gt;&lt;BR /&gt;I try to set up the accepted answer update, but I can not find where to set up&amp;nbsp;useexternalfile="yes" in talend:&lt;/P&gt; 
&lt;P&gt;I also try&amp;nbsp; this comment (in the same accepted answer)&lt;/P&gt; 
&lt;P&gt;"Reduce the classpath" is a nice hint, but let me elaborate a little bit on this: In my case, I tried to build a maven project, and the&amp;nbsp;-classpath&amp;nbsp;argument was generated to contain all the dependencies. So, something like this came out:&amp;nbsp;C:\Users\myself\.m2\repository\…;C:\Users\myself\.m2\repository\…[…tons more]. Moving my local maven repo cache to&amp;nbsp;D:\m2&amp;nbsp;did the trick: Classpath shrank down to&amp;nbsp;D:\m2\…;D:\m2\…&amp;nbsp;- bingo! Remember to set the&amp;nbsp;localRepository&amp;nbsp;path in your maven config&lt;/P&gt; 
&lt;P&gt;to try that:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have copied C:\Talend\TOS_DI-Win32-20181026_1147-V7.1.1\configuration\.m2&amp;nbsp; into E drive:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;then in talend: window --&amp;gt;preference--&amp;gt;Maven--&amp;gt;UserPreference update settings and change localRepository to&amp;nbsp;E:\.m2\repository&lt;/P&gt; 
&lt;P&gt;I am still receiving the same java error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks very much for your help&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387842#M5871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387843#M5872</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If not selecting "use an independent process to run subjob" in tRunJob, does it work within studio?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 04:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387843#M5872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T04:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387844#M5873</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for your answer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sorry, Setting the job as&amp;nbsp;&lt;SPAN&gt;"use an independent process to run subjob" didn't work. I get the same error&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Starting job PassiveData_Data_Load at 09:38 30/05/2019.&lt;/P&gt; 
&lt;P&gt;Null value will be used for context parameter PassiveData_App_Client_Status_Header: For input string: ""&lt;BR /&gt;[statistics] connecting to socket on port 3505&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tRunJob_1 (PassiveData_Data_Load)&lt;BR /&gt;java.io.IOException: Cannot run program "E:/jdk1.8.0_212/jre/bin/java.exe": CreateProcess error=206, The filename or extension is too long&lt;BR /&gt;at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)&lt;BR /&gt;at java.lang.Runtime.exec(Runtime.java:620)&lt;BR /&gt;at java.lang.Runtime.exec(Runtime.java:485)&lt;BR /&gt;at tt.passivedata_data_load_0_1.PassiveData_Data_Load.tRunJob_1Process(PassiveData_Data_Load.java:7190)&lt;BR /&gt;at tt.passivedata_data_load_0_1.PassiveData_Data_Load.tPostgresqlInput_1Process(PassiveData_Data_Load.java:4969)&lt;BR /&gt;at tt.passivedata_data_load_0_1.PassiveData_Data_Load.runJobInTOS(PassiveData_Data_Load.java:10492)&lt;BR /&gt;at tt.passivedata_data_load_0_1.PassiveData_Data_Load.main(PassiveData_Data_Load.java:7578)&lt;BR /&gt;Caused by: java.io.IOException: CreateProcess error=206, The filename or extension is too long&lt;BR /&gt;at java.lang.ProcessImpl.create(Native Method)&lt;BR /&gt;at java.lang.ProcessImpl.&amp;lt;init&amp;gt;(ProcessImpl.java:386)&lt;BR /&gt;at java.lang.ProcessImpl.start(ProcessImpl.java:137)&lt;BR /&gt;at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)&lt;BR /&gt;... 6 more&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;Job PassiveData_Data_Load ended at 09:38 30/05/2019. [exit code=1]&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 09:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387844#M5873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T09:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387845#M5874</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you get this issue only on Window server? Have you tried JDK 1.8 instead of JRE?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 10:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387845#M5874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-30T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387846#M5875</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;What you mean with "&lt;SPAN&gt;only on Window server?" I am running Talend in a windows&amp;nbsp;machine... i don't have any other OS available....&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;"Have you tried JDK 1.8 instead of JRE?"&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;as far as I have set up everything&amp;nbsp;in windows, I believe&amp;nbsp;I am using JDK 1.8 not JRE, although&amp;nbsp;it is true when the error is display it says:&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;"E:/jdk1.8.0_212/jre/bin/java.exe" is that what you mean? How can I change that? my windows environment&amp;nbsp;variables are:&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;users variables&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;JAVA_HOME:E:\jdk1.8.0_212&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;path:E:\jdk1.8.0_212\bin&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;System variables:&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;JAVA_HOME:E:\jdk1.8.0_212&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;path:E:\jdk1.8.0_212\bin&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;also I have added the following line into TOS_DI-win-x86_64.ini&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&lt;/P&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md9o"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md9o"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 31 May 2019 14:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387846#M5875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387847#M5876</link>
      <description>&lt;P&gt;I make my project works reviewing all context variables passed to tRunJob. I delete the ones weren't used (legacy code); but the main problem still stands,&lt;/P&gt;&lt;P&gt;Why in previous versions of Talend was working and in this one I needed to clean those variables?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 15:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387847#M5876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-03T15:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387848#M5877</link>
      <description>&lt;P&gt;I am getting same error, how do we resolve this? The number of context variable pass to subjob is also less and when i uncheck the subjob as independent process it works fine. Please help resolve this.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 13:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387848#M5877</guid>
      <dc:creator>PSanadi</dc:creator>
      <dc:date>2021-07-05T13:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387849#M5878</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please clarify in which Talend version/edition you are?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 02:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387849#M5878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-06T02:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387850#M5879</link>
      <description>&lt;P&gt;Talend Studio 7.3.1. The same job with same setup works in 6.3.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 04:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387850#M5879</guid>
      <dc:creator>PSanadi</dc:creator>
      <dc:date>2021-07-06T04:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387851#M5880</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We need more information to address your issue.&lt;/P&gt;&lt;P&gt;Are you encountering this issue when passing a large number of contexts in job? Is issue with running the job locally from Studio?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 03:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387851#M5880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-07T03:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387852#M5881</link>
      <description>&lt;P&gt;The issue is running the job through talend studio 7.3, as mentioned it is working fine in Talend 6.3 with same setup. With respect to context we have checked transmit whole context. &lt;/P&gt;&lt;P&gt;And run as independent process. Number of params passed are only 2 but transmit whole context will have a few. &lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 04:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387852#M5881</guid>
      <dc:creator>PSanadi</dc:creator>
      <dc:date>2021-07-07T04:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: CreateProcess error=206 Talend Data Integration 7.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387853#M5882</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is your context value quite long? Please have a look at my screenshot for details. If so, maybe use a process communication way in the generated codes to pass the context values to the new process or specify the context file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000GgVCfAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152322i5FE227DEDA5FB7DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000GgVCfAAN.png" alt="0695b00000GgVCfAAN.png" /&gt;&lt;/span&gt;In addition to that, for v6 of Talend products JDKv1.8 is required instead of JRE.&lt;/P&gt;&lt;P&gt;Would you please check what's your java_home? Please make sure java path use JDK and java version used  in Studio =&amp;gt; windows =&amp;gt; Preference =&amp;gt; JAVA =&amp;gt; Installed JREs =&amp;gt; JRE_HOME&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina &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;</description>
      <pubDate>Thu, 08 Jul 2021 03:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/CreateProcess-error-206-Talend-Data-Integration-7-1/m-p/2387853#M5882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-08T03:37:37Z</dc:date>
    </item>
  </channel>
</rss>

