<?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 Paremeter passing to a Dynamic job does not function properly in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Paremeter-passing-to-a-Dynamic-job-does-not-function-properly/m-p/2297041#M69652</link>
    <description>&lt;P&gt;Hello, I have been trying to run a dynamic job with giving it a few parameters as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDS9RAAX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133870iB3C21649966F942B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDS9RAAX.png" alt="0695b00000QDS9RAAX.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Parameters passed as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDSDrAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134529iC73AEB921F9E1113/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDSDrAAP.png" alt="0695b00000QDSDrAAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This gives an error the parentmap/globalmap does not get passed properly. At my wits end I tried it with a 'normal' job before it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDSFnAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136059iF0AF02ABD747B304/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDSFnAAP.png" alt="0695b00000QDSFnAAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works flawlessly which leads me to the conclusion there is something wrong with parameter passing of (objects?) to Dynamic jobs .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 15:02:46 GMT</pubDate>
    <dc:creator>RvanRaaij</dc:creator>
    <dc:date>2022-04-13T15:02:46Z</dc:date>
    <item>
      <title>Paremeter passing to a Dynamic job does not function properly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Paremeter-passing-to-a-Dynamic-job-does-not-function-properly/m-p/2297041#M69652</link>
      <description>&lt;P&gt;Hello, I have been trying to run a dynamic job with giving it a few parameters as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDS9RAAX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133870iB3C21649966F942B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDS9RAAX.png" alt="0695b00000QDS9RAAX.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Parameters passed as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDSDrAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134529iC73AEB921F9E1113/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDSDrAAP.png" alt="0695b00000QDSDrAAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This gives an error the parentmap/globalmap does not get passed properly. At my wits end I tried it with a 'normal' job before it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000QDSFnAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136059iF0AF02ABD747B304/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000QDSFnAAP.png" alt="0695b00000QDSFnAAP.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works flawlessly which leads me to the conclusion there is something wrong with parameter passing of (objects?) to Dynamic jobs .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 15:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Paremeter-passing-to-a-Dynamic-job-does-not-function-properly/m-p/2297041#M69652</guid>
      <dc:creator>RvanRaaij</dc:creator>
      <dc:date>2022-04-13T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Paremeter passing to a Dynamic job does not function properly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Paremeter-passing-to-a-Dynamic-job-does-not-function-properly/m-p/2297042#M69653</link>
      <description>&lt;P&gt;I think when you invoke a job dynamically, it actually instantiates it as a separate Java JVM, and forms the parameters passed as part of the command line. Where I’ve used the concept previously, I’ve output the context values I need to a temporary file and passed that as the only parameter. The dynamic job then reads the file content into context.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2022 09:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Paremeter-passing-to-a-Dynamic-job-does-not-function-properly/m-p/2297042#M69653</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2022-06-05T09:44:12Z</dc:date>
    </item>
  </channel>
</rss>

