<?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: Database shared connection between parent job and dynamic sub-job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204157#M5152</link>
    <description>Hi Philippe
&lt;BR /&gt;That's because when you select the 'use dynamic job' feature, the child job will start a new JVM thread which doesn't share the same memory with the main job. It means when using 'Use dynamic job', you cannot use the "shared connection" feature at the same time.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
    <pubDate>Fri, 29 Jun 2012 03:16:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-29T03:16:22Z</dc:date>
    <item>
      <title>Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204156#M5151</link>
      <description>Hello, 
&lt;BR /&gt;I'm using TOS DI 5.1.1 and i'm facing difficulties to use database shared connection between a parent job and a dynamic sub-job using postgres. 
&lt;BR /&gt;When i replace cal to the dynamic sub-job by a simple sub-job, the shared connection work fine : commit done in parent job save changes done in the sub-sob into the database. 
&lt;BR /&gt;But when i replace the call to the sub-job by a dynamic job, the commit does not save changes any more. 
&lt;BR /&gt;Is there a way to share database connection (and managed transaction) between a parent job and sub-job calling dynamicaly or is this functionnality not available for dynamical job ? 
&lt;BR /&gt; 
&lt;BR /&gt;Attached files : 
&lt;BR /&gt;- parentJobWithDynamicSubJob.jpg : parent job calling sub-job dynamicaly (does not work) 
&lt;BR /&gt;- parentJobWithSubJob.jpg : parent job calling sub-job directly (work) 
&lt;BR /&gt;- subjob.jpg : sub-job 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Philippe</description>
      <pubDate>Thu, 28 Jun 2012 17:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204156#M5151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-28T17:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204157#M5152</link>
      <description>Hi Philippe
&lt;BR /&gt;That's because when you select the 'use dynamic job' feature, the child job will start a new JVM thread which doesn't share the same memory with the main job. It means when using 'Use dynamic job', you cannot use the "shared connection" feature at the same time.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 29 Jun 2012 03:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204157#M5152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-29T03:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204158#M5153</link>
      <description>That is embarrassing, but thanks for your quick response.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Philippe</description>
      <pubDate>Fri, 29 Jun 2012 07:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204158#M5153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-29T07:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204159#M5154</link>
      <description>Thanks Guys, 
&lt;BR /&gt;I am able to share the DB connection with child sub jobs. I have written a small article with example to share the DB connection with child sub jobs. 
&lt;BR /&gt; 
&lt;A href="http://vikramtakkar.blogspot.in/2013/03/sharing-database-connection-with-child.html" rel="nofollow noopener noreferrer"&gt;http://vikramtakkar.blogspot.in/2013/03/sharing-database-connection-with-child.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Vikram Takkar 
&lt;BR /&gt; 
&lt;A href="http://vikramtakkar.blogspot.in" rel="nofollow noopener noreferrer"&gt;http://vikramtakkar.blogspot.in&lt;/A&gt;</description>
      <pubDate>Sat, 09 Mar 2013 18:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204159#M5154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-09T18:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204160#M5155</link>
      <description>Hi Vikram Takkar
&lt;BR /&gt;I think we are looking for BD connection sharing with Dynamic Job, I am not able to see any reference in your article how to share DB Connection with Dynamic Job.</description>
      <pubDate>Mon, 11 Mar 2013 07:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204160#M5155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T07:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204161#M5156</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Vikram Takkar&lt;BR /&gt;I think we are looking for BD connection sharing with Dynamic Job, I am not able to see any reference in your article how to share DB Connection with Dynamic Job.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi umeshrakhe 
&lt;BR /&gt;Do you meant to use tRunJob to call a child job on the fly and share the db connection between parent job and child job? 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 11 Mar 2013 07:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204161#M5156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T07:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204162#M5157</link>
      <description>Yes shong, i am looking for the same.</description>
      <pubDate>Mon, 11 Mar 2013 08:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204162#M5157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T08:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Database shared connection between parent job and dynamic sub-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204163#M5158</link>
      <description>Yes, we can not share DB connection with child jobs when the child sub jobs are run dynamically.</description>
      <pubDate>Mon, 11 Mar 2013 09:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Database-shared-connection-between-parent-job-and-dynamic-sub/m-p/2204163#M5158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T09:59:03Z</dc:date>
    </item>
  </channel>
</rss>

