<?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: Version issue - SubJob not running with the right version in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Version-issue-SubJob-not-running-with-the-right-version/m-p/2345406#M112933</link>
    <description>&lt;OL&gt;&lt;LI&gt;Hello, Double-check the configuration: Verify that the tRunJob component in the parent job is set to execute the correct subJob version (0.22). Check the component properties and make sure the correct version is specified.&lt;/LI&gt;&lt;LI&gt;Check the project and job dependencies: Ensure that the project dependencies and versions are correctly configured. Check if there are any conflicting or outdated dependencies that might be causing the wrong subJob version to be called.&lt;/LI&gt;&lt;LI&gt;Clean and rebuild: If you are using an integrated development environment (IDE) or build tool, perform a clean build of both the parent and subJob projects. This helps ensure that the latest code and configurations are being used during the execution.&lt;/LI&gt;&lt;LI&gt;Verify deployment: Check if the correct version of the subJob (0.22) is properly deployed and accessible by the parent job. Make sure that the deployment process does not inadvertently overwrite or use an incorrect version of the subJob.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Review any version control or repository management systems: If you are using version control or a repository management system, verify that the correct versions of both the parent and subJob are being used and retrieved during the execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2023 09:25:43 GMT</pubDate>
    <dc:creator>LLopeza1682662066</dc:creator>
    <dc:date>2023-05-23T09:25:43Z</dc:date>
    <item>
      <title>Version issue - SubJob not running with the right version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Version-issue-SubJob-not-running-with-the-right-version/m-p/2345404#M112931</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a parent job which call a subJob via tRunjob.&lt;/P&gt;&lt;P&gt;The parent version is 0.14 and the correct subjob version is 0.22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsiVwAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130033iD2453639016AB874/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsiVwAAI.png" alt="0695b00000hsiVwAAI.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when i deploy the job and i try to launch it, i am encountering this error and as you can see it is calling the subjob 0.24 and not 0.22 which is not good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;[FATAL]: [parentjob]_main_0_14 - tRunJob_3 Child job returns 1. It doesn't terminate normally.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Erreur : impossible de trouver ou charger la classe principale int_integration_project.[sub-job]_from_calc_&lt;/I&gt;&lt;B&gt;&lt;I&gt;0_24&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you advice please?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ra1&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Version-issue-SubJob-not-running-with-the-right-version/m-p/2345404#M112931</guid>
      <dc:creator>RA6</dc:creator>
      <dc:date>2024-11-15T21:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Version issue - SubJob not running with the right version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Version-issue-SubJob-not-running-with-the-right-version/m-p/2345405#M112932</link>
      <description>&lt;P&gt;Hello @Rohit Aftab​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;What's your talend studio version ? Did you install any patches for the studio?&lt;/P&gt;&lt;P&gt;Does it work fine while running by studio?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 07:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Version-issue-SubJob-not-running-with-the-right-version/m-p/2345405#M112932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-23T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Version issue - SubJob not running with the right version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Version-issue-SubJob-not-running-with-the-right-version/m-p/2345406#M112933</link>
      <description>&lt;OL&gt;&lt;LI&gt;Hello, Double-check the configuration: Verify that the tRunJob component in the parent job is set to execute the correct subJob version (0.22). Check the component properties and make sure the correct version is specified.&lt;/LI&gt;&lt;LI&gt;Check the project and job dependencies: Ensure that the project dependencies and versions are correctly configured. Check if there are any conflicting or outdated dependencies that might be causing the wrong subJob version to be called.&lt;/LI&gt;&lt;LI&gt;Clean and rebuild: If you are using an integrated development environment (IDE) or build tool, perform a clean build of both the parent and subJob projects. This helps ensure that the latest code and configurations are being used during the execution.&lt;/LI&gt;&lt;LI&gt;Verify deployment: Check if the correct version of the subJob (0.22) is properly deployed and accessible by the parent job. Make sure that the deployment process does not inadvertently overwrite or use an incorrect version of the subJob.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Review any version control or repository management systems: If you are using version control or a repository management system, verify that the correct versions of both the parent and subJob are being used and retrieved during the execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 09:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Version-issue-SubJob-not-running-with-the-right-version/m-p/2345406#M112933</guid>
      <dc:creator>LLopeza1682662066</dc:creator>
      <dc:date>2023-05-23T09:25:43Z</dc:date>
    </item>
  </channel>
</rss>

