<?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: Joblet execution order (prejob) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370743#M133751</link>
    <description>&lt;P&gt;I found a solution.    First component is to save the flow to a file, then I can establish an LDAP connection and do anything else before processing the input. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jji&lt;/P&gt;</description>
    <pubDate>Fri, 15 Oct 2021 00:23:11 GMT</pubDate>
    <dc:creator>imholzj</dc:creator>
    <dc:date>2021-10-15T00:23:11Z</dc:date>
    <item>
      <title>Joblet execution order (prejob)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370740#M133748</link>
      <description>&lt;P&gt;I'm trying to write a simple Joblet that does an lDAP search. The input (userids) and output (DN's). Seems like it would be best to create an LDAP connection before processing the INPUT but how?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If I put a preJob in the joblet to create the LDAP connection, I get a warning (already another preJob in the main job,) but it works.&lt;/LI&gt;&lt;LI&gt;If I don't put a prejob, the LDAP search fails (because it doesn't have a predefined connection)&lt;/LI&gt;&lt;LI&gt;Is it possible to get the LDAP connection to execute before the INPUT_1 starts processing? (OnComponentOK doesn't want to connect to INPUT_1)&lt;/LI&gt;&lt;LI&gt;or if it has to be another job (and use tRunJob to call it) can the userids be streamed in like the Joblet?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;jji&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="0695b00000JQ9TyAAL.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152382i88E429A6A5CACC8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000JQ9TyAAL.jpg" alt="0695b00000JQ9TyAAL.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370740#M133748</guid>
      <dc:creator>imholzj</dc:creator>
      <dc:date>2024-11-15T23:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joblet execution order (prejob)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370741#M133749</link>
      <description>&lt;P&gt;Hi , maybe you can use in the joblet after  tFlowtoIterate --&amp;gt;iterate link --&amp;gt; LDAPconn --&amp;gt;on component ok --&amp;gt; LDAP Search--&amp;gt;row1 link etc&lt;/P&gt;&lt;P&gt;in the main job you put an LDAP connection in the prejob and you fill all the values and you check use the shared connection option and set the value with the name you want.&lt;/P&gt;&lt;P&gt;in the joblet you fill nothing on the LDAPconn just the shared connection option field with the same value as the one on the main job&lt;/P&gt;&lt;P&gt;so the joblet will reuse the connection of the main job.&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 14:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370741#M133749</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-10-14T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Joblet execution order (prejob)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370742#M133750</link>
      <description>&lt;P&gt;also maybe you can use this article :&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/How-to-share-a-database-connection-between-a-Job-and-a-Joblet-ppQSJ&lt;/P&gt;&lt;P&gt;and do a similar thing with the ldap_conn name of the main job in the TLDAPInput component&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370742#M133750</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-10-14T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Joblet execution order (prejob)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370743#M133751</link>
      <description>&lt;P&gt;I found a solution.    First component is to save the flow to a file, then I can establish an LDAP connection and do anything else before processing the input. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jji&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 00:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Joblet-execution-order-prejob/m-p/2370743#M133751</guid>
      <dc:creator>imholzj</dc:creator>
      <dc:date>2021-10-15T00:23:11Z</dc:date>
    </item>
  </channel>
</rss>

