<?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: Unexpected behavior job in TMC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330239#M99334</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Select this "Transmit whole context" check box to get all the context variables from the parent Job. Deselect it to get all the context variables from the child Job.&lt;/P&gt;&lt;P&gt;If a Job containing connection parameters is to be called by another Job via the tRunJob component, make sure that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the connection parameters are defined in the parent Job as well.&lt;/LI&gt;&lt;LI&gt;the tRunJob in the parent Job has the Transmit whole context check box selected.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you can't select this option there is indeed a solution,  here is the "Use dynamic context for subJob" option in advanced settings of tRunJob. Select this option to specify a context variable group for the subJob to be called. After selecting this option, enter a variable name in the text field to the right of this option. Note that the value of the variable needs to be the name of an existing context variable group.&lt;/P&gt;&lt;P&gt;Here is the related component reference about tRunjob.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/system/trunjob-standard-properties" alt="https://help.talend.com/r/en-US/8.0/system/trunjob-standard-properties" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/system/trunjob-standard-properties&lt;/A&gt;&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>Wed, 02 Nov 2022 08:43:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-02T08:43:27Z</dc:date>
    <item>
      <title>Unexpected behavior job in TMC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330236#M99331</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have deployed a job that calls several sub-jobs. Like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YEaHCAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154649i77113E168D49FDFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YEaHCAA1.png" alt="0695b00000YEaHCAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Studio this works fine. The context variables that I have declared and provided with values, are used whithout any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When running the same job from TMC, having initialized the connections, like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YEaHRAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130207iF79C5F5E0CA86791/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YEaHRAA1.png" alt="0695b00000YEaHRAA1.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;filled the parameters for the job, I get an error message like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YEaHWAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142653i49B7F7EE335124C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YEaHWAA1.png" alt="0695b00000YEaHWAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is unexpected behavior for me. Like I said, in Studio it runs fine. When I deploy the first job separate, configure it in TMC and run the task, there is no problem. So why doen't this work from the main job which starts the sub-jobs ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my story makes sense and you guys have an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacco&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330236#M99331</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2024-11-15T22:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected behavior job in TMC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330237#M99332</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We suspect there might be something wrong with your Context Variable when publish your job in TMC.&lt;/P&gt;&lt;P&gt;Please make sure that you did correct configuration in the TMC connections.&lt;/P&gt;&lt;P&gt;Could you please post your Context variable setting screenshot here and mask your sensitive data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 04:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330237#M99332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T04:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected behavior job in TMC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330238#M99333</link>
      <description>&lt;P&gt;@Xiaodi Shi​&amp;nbsp;thanks for responding! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I looked again at the job-configuration and it appears the I didn't check the option "Transmit whole context". After setting this checkbox, it works !&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YF5P7AAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132391i2855FD7B0142D7CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YF5P7AAL.png" alt="0695b00000YF5P7AAL.png" /&gt;&lt;/span&gt;But to my understanding, every job has it's own context variables and 'Default context environment'. So when calling a sub-job from a main-job, the sub-jobs should use that context (and it's variables) set in that sub-job. In that way, setting the checkbox should not be necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps my understanding is wrong . . . . &lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 08:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330238#M99333</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2022-11-02T08:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected behavior job in TMC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330239#M99334</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Select this "Transmit whole context" check box to get all the context variables from the parent Job. Deselect it to get all the context variables from the child Job.&lt;/P&gt;&lt;P&gt;If a Job containing connection parameters is to be called by another Job via the tRunJob component, make sure that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the connection parameters are defined in the parent Job as well.&lt;/LI&gt;&lt;LI&gt;the tRunJob in the parent Job has the Transmit whole context check box selected.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you can't select this option there is indeed a solution,  here is the "Use dynamic context for subJob" option in advanced settings of tRunJob. Select this option to specify a context variable group for the subJob to be called. After selecting this option, enter a variable name in the text field to the right of this option. Note that the value of the variable needs to be the name of an existing context variable group.&lt;/P&gt;&lt;P&gt;Here is the related component reference about tRunjob.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/system/trunjob-standard-properties" alt="https://help.talend.com/r/en-US/8.0/system/trunjob-standard-properties" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/system/trunjob-standard-properties&lt;/A&gt;&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>Wed, 02 Nov 2022 08:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-behavior-job-in-TMC/m-p/2330239#M99334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T08:43:27Z</dc:date>
    </item>
  </channel>
</rss>

