<?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: How to limit the job threads in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295903#M68619</link>
    <description>Hi Helderich,&lt;BR /&gt;Following is something unexpected, something is wrong at some place or bug...&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;There is no auto commit enabled, instead we use the component tCommit and there is the option disabled to close the connection afterwards. &lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
    <pubDate>Fri, 11 Apr 2014 05:27:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-11T05:27:45Z</dc:date>
    <item>
      <title>How to limit the job threads</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295899#M68615</link>
      <description>Dear All, 
&lt;BR /&gt;We have a DI Job as a Web Service that calls several sub-jobs one after another. 
&lt;BR /&gt;The nature of a Web Service is its asynchronism and the Web Service client can start 
&lt;BR /&gt;any amount of web service requests one after another with the fatal consequences that 
&lt;BR /&gt;endless DI-Job-Threads come into being. Through this we get a problem with the database 
&lt;BR /&gt;connections: 
&lt;BR /&gt;java.sql.SQLException 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;RA-01000: maximum open cursors exceeded 
&lt;BR /&gt;There are two choices to overcome this issue: 
&lt;BR /&gt;First we limit the threads of DI Jobs, but how can one web service request 
&lt;BR /&gt;make dormant and start again as soon as the number of running threads is 
&lt;BR /&gt;less than the maximum permitted threads. 
&lt;BR /&gt;Second all threads have access to a database connection pool. 
&lt;BR /&gt;I'd be very appreciated for any hints and help. 
&lt;BR /&gt;Kind regards 
&lt;BR /&gt;Hilderich</description>
      <pubDate>Thu, 10 Apr 2014 13:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295899#M68615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the job threads</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295900#M68616</link>
      <description>Hi Helderich,&lt;BR /&gt;Very good explanation is available at &lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/12192592/java-sql-sqlexception-ora-01000-maximum-open-cursors-exceeded" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/12192592/java-sql-sqlexception-ora-01000-maximum-open-cursors-exceeded&lt;/A&gt;.&lt;BR /&gt;I think if we close the connection for respective DI job thread within himself after completion, we may not run into such problem.&lt;BR /&gt;How you are managing database connection in each DI job?&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 10 Apr 2014 13:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295900#M68616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T13:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the job threads</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295901#M68617</link>
      <description>Hello sanvaibhav,&lt;BR /&gt;Thanks for your reply. In each (sub)job that cares for the database we use a tJDBCConnection and have the option activated for using a shared connection, that is an already existing connection or create a new one with a special name.&lt;BR /&gt;There is no auto commit enabled, instead we use the component tCommit and there is the option disabled to close the connection afterwards. &lt;BR /&gt;The parent job that includes the web service itself has no tJDBCConnection component and therefore it is not possible to close the connection after all other stuff has finished.&lt;BR /&gt;Kind regards&lt;BR /&gt;Hilderich</description>
      <pubDate>Thu, 10 Apr 2014 14:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295901#M68617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T14:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the job threads</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295902#M68618</link>
      <description>Hi, 
&lt;BR /&gt;What the build version are you using? Talend Open Source or Enterprise Subscription Version? Would you mind sharing your current job design screenshot into forum?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 11 Apr 2014 04:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295902#M68618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T04:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the job threads</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295903#M68619</link>
      <description>Hi Helderich,&lt;BR /&gt;Following is something unexpected, something is wrong at some place or bug...&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;There is no auto commit enabled, instead we use the component tCommit and there is the option disabled to close the connection afterwards. &lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 11 Apr 2014 05:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295903#M68619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T05:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the job threads</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295904#M68620</link>
      <description>Hello All, 
&lt;BR /&gt;Now we follow another approach. We have removed the response from the beginning of the job and 
&lt;BR /&gt;instead give a response only when all stuff is done. But this isn't simple as it sounds because now 
&lt;BR /&gt;we have another problem with that approach. tLogCatcher in conjunction with tESBProviderFault 
&lt;BR /&gt;does not work: 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoUqCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/tESBProviderFault-inside-tLogCatcher-doesn-t-work/td-p/94973&lt;/A&gt; 
&lt;BR /&gt;Kind Regards 
&lt;BR /&gt;Hilderich</description>
      <pubDate>Fri, 11 Apr 2014 17:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295904#M68620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T17:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the job threads</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295905#M68621</link>
      <description>Hi hilderich, 
&lt;BR /&gt;There is a response in 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoUqCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/tESBProviderFault-inside-tLogCatcher-doesn-t-work/td-p/94973&lt;/A&gt;, would you mind checking it? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 14 Apr 2014 04:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-limit-the-job-threads/m-p/2295905#M68621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-14T04:45:46Z</dc:date>
    </item>
  </channel>
</rss>

