<?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: Not able to make a MySQL DBConnection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371752#M134657</link>
    <description>Hi bro,
&lt;BR /&gt;but what about your check connection? I mean if your check connection ends in the bad way, not insist more in try to use that conection cause you're not inserting the good info at your connection</description>
    <pubDate>Thu, 26 Jul 2018 12:13:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-26T12:13:08Z</dc:date>
    <item>
      <title>Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371747#M134652</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am new to Talend Open Studio. I am trying to make a DBConnection&amp;nbsp;to my Local MySQL Database for loading the data from an excel to MySQL Table. When i am creating the connection in DB Connection i am getting the below mentioned Error.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Connection failure. You must change the Database Settings.&lt;BR /&gt;java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:204)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1133)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:316)&lt;BR /&gt;at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:290)&lt;BR /&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$67.runWithCancel(DatabaseForm.java:4138)&lt;BR /&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$67.runWithCancel(DatabaseForm.java:1)&lt;BR /&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77)&lt;BR /&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(Unknown Source)&lt;BR /&gt;at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Unknown Source)&lt;BR /&gt;at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)&lt;BR /&gt;at com.mysql.jdbc.Util.getInstance(Util.java:384)&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)&lt;BR /&gt;at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2588)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:832)&lt;BR /&gt;at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:46)&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Unknown Source)&lt;BR /&gt;at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)&lt;BR /&gt;at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41)&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:195)&lt;BR /&gt;... 9 more&lt;BR /&gt;Caused by: java.lang.NullPointerException&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding(ConnectionImpl.java:3307)&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1985)&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1911)&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)&lt;BR /&gt;... 21 more&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371747#M134652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371748#M134653</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LObWAAW"&gt;@Akhil_2517&lt;/A&gt;,which version of Talend and MySql are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 11:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371748#M134653</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-07-26T11:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371749#M134654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using MySQL version 8.0 and Talend Version 7.0 .&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 11:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371749#M134654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T11:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371750#M134655</link>
      <description>&lt;P&gt;Hi bro!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you try do the following steps? and tell me if your MySQLConnection check is okay?&lt;/P&gt; 
&lt;P&gt;Step 1:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="howToGoToDBConnection.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzDh.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138586i43B36A94F75872A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzDh.jpg" alt="0683p000009LzDh.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Step 2:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DBConnection.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzQu.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153008i638DFC3693F78471/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzQu.jpg" alt="0683p000009LzQu.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If your database connection check ends succesful, you should can use it at your job &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;But if not, pls feel free to notice me!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Pls, give me some Kudos if my response help you&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;Thanks for your time and attention &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 11:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371750#M134655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T11:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371751#M134656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOKvAAO"&gt;@PataToT&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error which i have mentioned in the request is coming after following this process only.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lt5E"&gt;eRRORdb.png&lt;/A&gt;</description>
      <pubDate>Thu, 26 Jul 2018 12:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371751#M134656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371752#M134657</link>
      <description>Hi bro,
&lt;BR /&gt;but what about your check connection? I mean if your check connection ends in the bad way, not insist more in try to use that conection cause you're not inserting the good info at your connection</description>
      <pubDate>Thu, 26 Jul 2018 12:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371752#M134657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371753#M134658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOKvAAO"&gt;@PataToT&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry if i misunderstood something but , i am able to use this information to create a ODBC connection on my system and that is working fine.&lt;/P&gt;
&lt;P&gt;When i am using the same values in the DBConnection and clicking on Test Connection button it is throwing the error.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 12:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371753#M134658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371754#M134659</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LObWAAW"&gt;@Akhil_2517&lt;/A&gt;,Can you check the compatibility with Mysql?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/1V5U6CVzPxVZHFWPIIKB1g/b_qVBTTIBMSa9YR0uV91pg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/1V5U6CVzPxVZHFWPIIKB1g/b_qVBTTIBMSa9YR0uV91pg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 12:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371754#M134659</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-07-26T12:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371755#M134660</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reinstalled the previous version of my sql&amp;nbsp;and it worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 18:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371755#M134660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T18:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371756#M134661</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LObWAAW"&gt;@Akhil_2517&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version did you install for Mysql because I am also getting same error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 05:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371756#M134661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T05:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to make a MySQL DBConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371757#M134662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLZVAA4"&gt;@sadvani&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I installed the MySQL version 5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Akhil&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 06:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-make-a-MySQL-DBConnection/m-p/2371757#M134662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-17T06:15:38Z</dc:date>
    </item>
  </channel>
</rss>

