<?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 can add extra jdbc settings to a MySQL connection? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334445#M103111</link>
    <description>Hi , 
&lt;BR /&gt; Im trying to setup db connection to vertica database (version 7.0) from talend 5.5 by passing additional JDBC parameters. 
&lt;BR /&gt;I created a meta data connection as showed in the first image and connection is successfully made .. but when i edit that meta data connection again it is not showing additional JDBC parameters as showd in the second image ... 
&lt;BR /&gt;Please suggest any thing to be modified .... 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBFb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152645i9F9930916E864696/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBFb.png" alt="0683p000009MBFb.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBL3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144762iFA0145D6EB54C1AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBL3.png" alt="0683p000009MBL3.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 04 Jul 2014 10:53:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-04T10:53:46Z</dc:date>
    <item>
      <title>How can add extra jdbc settings to a MySQL connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334440#M103106</link>
      <description>The environment that I am using is:
&lt;BR /&gt;
&lt;BR /&gt;TOS 4.0.2 rev 43696
&lt;BR /&gt;jdk1.6
&lt;BR /&gt;
&lt;BR /&gt;I am experiencing sometimes a::::
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
&lt;BR /&gt;I am trying to add things like: testOnBorrow=true;testOnReturn=false;testWhileIdle=true
&lt;BR /&gt;I tried to add it to the Additional JDBC Parameters but I got an error. Any idea how can I do it? Any help will be appreciated.</description>
      <pubDate>Sat, 16 Nov 2024 13:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334440#M103106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can add extra jdbc settings to a MySQL connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334441#M103107</link>
      <description>Is it possible then to add the extra parameters in talend?</description>
      <pubDate>Fri, 18 Jun 2010 16:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334441#M103107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-18T16:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can add extra jdbc settings to a MySQL connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334442#M103108</link>
      <description>The com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure happen like I said in different jobs. In some runs, it doesn't happen other times it does. I think most of the times it happens when using the tMysqlRow.</description>
      <pubDate>Fri, 18 Jun 2010 16:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334442#M103108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-18T16:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can add extra jdbc settings to a MySQL connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334443#M103109</link>
      <description>You can add them with an &amp;amp; as a delimeter for the Additional JDBC Parameters
&lt;BR /&gt;testOnBorrow=true&amp;amp;testOnReturn=false&amp;amp;testWhileIdle=true</description>
      <pubDate>Tue, 13 Jul 2010 23:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334443#M103109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-13T23:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can add extra jdbc settings to a MySQL connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334444#M103110</link>
      <description>hi gustavof, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;In some runs, it doesn't happen other times it does ...&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I think it's the right question 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;What are the difference(s) between those working and the other one(s). 
&lt;BR /&gt;You can also create a metadata connection , test it before store it in the metadata db repository and use a tmysqlconnection at the start of your job (as a pre-job) . 
&lt;BR /&gt;Retrieve yours schema after that ... 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Is it possible then to add the extra parameters in talend?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;add parameters you need when you create your metadata connection (@screenshot) ! 
&lt;BR /&gt;hope it help 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 14 Jul 2010 11:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334444#M103110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-14T11:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can add extra jdbc settings to a MySQL connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334445#M103111</link>
      <description>Hi , 
&lt;BR /&gt; Im trying to setup db connection to vertica database (version 7.0) from talend 5.5 by passing additional JDBC parameters. 
&lt;BR /&gt;I created a meta data connection as showed in the first image and connection is successfully made .. but when i edit that meta data connection again it is not showing additional JDBC parameters as showd in the second image ... 
&lt;BR /&gt;Please suggest any thing to be modified .... 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBFb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152645i9F9930916E864696/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBFb.png" alt="0683p000009MBFb.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBL3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144762iFA0145D6EB54C1AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBL3.png" alt="0683p000009MBL3.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 04 Jul 2014 10:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-add-extra-jdbc-settings-to-a-MySQL-connection/m-p/2334445#M103111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-04T10:53:46Z</dc:date>
    </item>
  </channel>
</rss>

