<?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: Too many connections error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336579#M105010</link>
    <description>Thanks Shong!
&lt;BR /&gt;Provided that tMySqlConnection_1 and tMySqlConnection_2 has the same connection name for use or register a shared db connection.
&lt;BR /&gt;Do I have still to fill up it's hostname and etc ?? For me it still the same when you try to declare the connection without checking the register a shared db connection or the theory here is when I check the option of sharing the db connection it treats the connection as 1 and not as separated which causes too many connections?
&lt;BR /&gt;Am I right?</description>
    <pubDate>Fri, 02 Sep 2011 02:18:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-02T02:18:54Z</dc:date>
    <item>
      <title>Too many connections error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336575#M105006</link>
      <description>Hi guys,&lt;BR /&gt;What would be the cause and solution for the too many connections error??&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 12:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336575#M105006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Too many connections error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336576#M105007</link>
      <description>Hi 
&lt;BR /&gt;I think you create a db connection to server on each DB component and the number of connections exceeds the max connections, there are two solutions to fix it. 
&lt;BR /&gt;-. On database server side, modify the parameter max_connections. see 
&lt;BR /&gt; 
&lt;A href="http://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html" rel="nofollow noopener noreferrer"&gt;http://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html&lt;/A&gt; 
&lt;BR /&gt;-. On job side, try to use a tMysqlConnection to create a db connection in the job, all other db component using the same connnection by checking the option 'using an existing connnection' 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 02 Sep 2011 01:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336576#M105007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-02T01:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Too many connections error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336577#M105008</link>
      <description>Hi shong,
&lt;BR /&gt;It's pretty much that the 2nd solution you provide is what I'm looking for though I'm using tRunjob.
&lt;BR /&gt;If I will open a database connection in the parent job can the child job catch it's connection?
&lt;BR /&gt;How can I apply this? Please help
&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 02 Sep 2011 01:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336577#M105008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-02T01:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Too many connections error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336578#M105009</link>
      <description>Hi 
&lt;BR /&gt;Yes, you can share the db connection to the child job by checking the option 'use or register a shared db connection' on tMysqlConnection. For example
&lt;BR /&gt;parent job:
&lt;BR /&gt;tMysqlConnection
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;other subjobs
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobs
&lt;BR /&gt; |
&lt;BR /&gt;tRunJob
&lt;BR /&gt;child job:
&lt;BR /&gt;tMysqlConnection
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;other subjob
&lt;BR /&gt;on tMysqlConnection_1 and tMysqlConnection_2, check the option 'use or register a shared db connection' and type in a connenction name, for example, "connection"
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 02 Sep 2011 02:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336578#M105009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-02T02:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Too many connections error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336579#M105010</link>
      <description>Thanks Shong!
&lt;BR /&gt;Provided that tMySqlConnection_1 and tMySqlConnection_2 has the same connection name for use or register a shared db connection.
&lt;BR /&gt;Do I have still to fill up it's hostname and etc ?? For me it still the same when you try to declare the connection without checking the register a shared db connection or the theory here is when I check the option of sharing the db connection it treats the connection as 1 and not as separated which causes too many connections?
&lt;BR /&gt;Am I right?</description>
      <pubDate>Fri, 02 Sep 2011 02:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336579#M105010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-02T02:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Too many connections error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336580#M105011</link>
      <description>Hi 
&lt;BR /&gt;If you check the option of sharing the db connection on both of the two component, you don't need to fill up the parameters like hostname etc on tMysqlConnection_2 in child job, it use the same connection which have been registered on tMysqlConnection_1 in parent job. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 02 Sep 2011 02:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Too-many-connections-error/m-p/2336580#M105011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-02T02:38:40Z</dc:date>
    </item>
  </channel>
</rss>

