<?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: Any Way to Pass Custom Connection Object To Talend Job ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332240#M101140</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input? Passing Custom Connection Object to talend job via global variable?&lt;/P&gt;&lt;P&gt;Here is &lt;A href="https://help.talend.com/r/J4iv~QqP8zciLUVdyQ8wvA/nrBfVz02LEqoLJ8KTbAHMg" alt="https://help.talend.com/r/J4iv~QqP8zciLUVdyQ8wvA/nrBfVz02LEqoLJ8KTbAHMg" target="_blank"&gt;TalendHelpCenter: tcontextload&lt;/A&gt; component which is modifies dynamically the values of the active context. Let us know if it is what you are looking for.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 18 Mar 2021 08:43:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-18T08:43:06Z</dc:date>
    <item>
      <title>Any Way to Pass Custom Connection Object To Talend Job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332239#M101139</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everyone would be doing good.&lt;/P&gt;&lt;P&gt;Our Team has its own custom connection pool mechanism. Due to security concerns we cant use hardcoded connection information values in context variable files for a talend job.&lt;/P&gt;&lt;P&gt;Instead of using context files to pass hardcoded connection information to talend job, Is there any way to pass custom connection object to talend job ?&lt;/P&gt;&lt;P&gt;I came across this link where we can call talend job from an external java application and pass context information using following code.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/Calling-a-Talend-Job-from-an-external-Java-application-J3qsu" target="_blank"&gt;Calling a Talend Job from an external Java application&lt;/A&gt; &lt;/P&gt;&lt;P&gt;String [] context=new String[] {"--context_param nb_line="+nb_line,"--context_param name="+name};&lt;/P&gt;&lt;P&gt;talendJob.runJob(context);&lt;/P&gt;&lt;P&gt;But this does not serve our purpose. We need to pass our own custom connection object instead of passing just values &lt;/P&gt;&lt;P&gt;Is there any other way to pass custom connection object to talend job?&lt;/P&gt;&lt;P&gt;What if we modify java generated code of talend designer and import our connection pool jar and pass its connection to talend job ? is it possible ? Or if we somehow manage to generate parameterized talend jar file and pass our connection object as parameter.&lt;/P&gt;&lt;P&gt;Kindly share possible solution if any Any body who has same requirement and managed to acheive it.. Any helpful insight would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332239#M101139</guid>
      <dc:creator>SherjeelAmer</dc:creator>
      <dc:date>2024-11-16T00:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Pass Custom Connection Object To Talend Job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332240#M101140</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input? Passing Custom Connection Object to talend job via global variable?&lt;/P&gt;&lt;P&gt;Here is &lt;A href="https://help.talend.com/r/J4iv~QqP8zciLUVdyQ8wvA/nrBfVz02LEqoLJ8KTbAHMg" alt="https://help.talend.com/r/J4iv~QqP8zciLUVdyQ8wvA/nrBfVz02LEqoLJ8KTbAHMg" target="_blank"&gt;TalendHelpCenter: tcontextload&lt;/A&gt; component which is modifies dynamically the values of the active context. Let us know if it is what you are looking for.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 08:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332240#M101140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-18T08:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Pass Custom Connection Object To Talend Job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332241#M101141</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;Thanks for your reply. We use a separate jar file to get required connection object . We need to find a way to get connection object from that custom jar file and pass it to Talend job instead of getting it from context or 'tcontextload' suggested by you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 11:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332241#M101141</guid>
      <dc:creator>SherjeelAmer</dc:creator>
      <dc:date>2021-03-18T11:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Pass Custom Connection Object To Talend Job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332242#M101142</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input?&lt;/P&gt;&lt;P&gt;Screenshots will be preferred.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 06:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332242#M101142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-19T06:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Pass Custom Connection Object To Talend Job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332243#M101143</link>
      <description>&lt;P&gt;Lets take a very basic example of a job reading a table from Database and writing its data in an output File.&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000DtlBwAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145969i4EC427C2DC95A2F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000DtlBwAAJ.png" alt="0695b00000DtlBwAAJ.png" /&gt;&lt;/span&gt;The connection information of this rDBInput_1 is set through context variables&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000DtlHGAAZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131607i2AE421D0C9480DE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000DtlHGAAZ.png" alt="0695b00000DtlHGAAZ.png" /&gt;&lt;/span&gt;We cant give connection information like this. Through context variables as a string.&lt;/P&gt;&lt;P&gt;We have a separate java utitlity custom jar which gives us required db connection.&lt;/P&gt;&lt;P&gt;And we want to find a way to get custom connection object from that jar and pass that connection object to Talend Job so that job uses our passed connection&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 11:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332243#M101143</guid>
      <dc:creator>SherjeelAmer</dc:creator>
      <dc:date>2021-03-25T11:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Any Way to Pass Custom Connection Object To Talend Job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332244#M101144</link>
      <description>&lt;P&gt;Hey there! We are facing the same problem. Did you find any solution to this, did you manage to pass a custom connection object?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 15:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Any-Way-to-Pass-Custom-Connection-Object-To-Talend-Job/m-p/2332244#M101144</guid>
      <dc:creator>RNikolova1624628702</dc:creator>
      <dc:date>2023-01-11T15:55:02Z</dc:date>
    </item>
  </channel>
</rss>

