<?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: Talend to MySQL connection with SSL enabled in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302704#M74653</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you running remote access for your MySql server?&lt;/P&gt;&lt;P&gt;Please make sure Talend does propagate the information, specifically, your password when you edit the DB connection settings.&lt;/P&gt;&lt;P&gt;Could you please post your job setting screenshots on community which will be helpful for us to address your issue? Please mask your sensitive data.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2022 08:12:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-23T08:12:37Z</dc:date>
    <item>
      <title>Talend to MySQL connection with SSL enabled</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302701#M74650</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I need to configure the MySQL SSL certificate in Talend for establishing a secure connection with MySQL DB from Talend.&lt;/P&gt;&lt;P&gt;Could you please help me to guiding the the steps which I need to follow for configuring the MySQL SSL certificates through Talend.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ritupan Mukherjee&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302701#M74650</guid>
      <dc:creator>RMukherjee08</dc:creator>
      <dc:date>2024-11-15T22:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Talend to MySQL connection with SSL enabled</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302702#M74651</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please take a look at this KB article about:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.talend.com/s/article/Three-ways-to-set-a-truststore-for-an-SSL-TLS-connection-in-a-Job-zc7CW?language=en_US" alt="https://community.talend.com/s/article/Three-ways-to-set-a-truststore-for-an-SSL-TLS-connection-in-a-Job-zc7CW?language=en_US" target="_blank"&gt;https://community.talend.com/s/article/Three-ways-to-set-a-truststore-for-an-SSL-TLS-connection-in-a-Job-zc7CW?language=en_US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to let us know if it is what you are looking for.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 08:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302702#M74651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-20T08:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Talend to MySQL connection with SSL enabled</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302703#M74652</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the error as per below while running the talend job to load data in MySQL cloud instance.&lt;/P&gt;&lt;P&gt;I have the access to the MySQL DB (can connect to the server from MySQL application with SSL certificates enabled)&lt;/P&gt;&lt;P&gt; error:&lt;/P&gt;&lt;P&gt;Starting job dummy_01 at 17:18 20/05/2022.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3697&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Exception in component tDBOutput_1 &lt;/P&gt;&lt;P&gt;java.sql.SQLException: Access denied for user 'user_name'@'server_IP' (using password: YES)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:836)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.mysql.cj.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:456)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.sql.DriverManager.getConnection(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.sql.DriverManager.getConnection(Unknown Source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at drl_rover.dummy.dummy_01.tBigQueryInput_1Process(dummy_01.java:952)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at drl_rover.dummy.dummy_01.runJobInTOS(dummy_01.java:2111)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at drl_rover.dummy.dummy_01.main(dummy_01.java:1890)&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Job dummy_01 ended at 17:18 20/05/2022. [Exit code&amp;nbsp;= 1]&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 12:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302703#M74652</guid>
      <dc:creator>RMukherjee08</dc:creator>
      <dc:date>2022-05-20T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Talend to MySQL connection with SSL enabled</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302704#M74653</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you running remote access for your MySql server?&lt;/P&gt;&lt;P&gt;Please make sure Talend does propagate the information, specifically, your password when you edit the DB connection settings.&lt;/P&gt;&lt;P&gt;Could you please post your job setting screenshots on community which will be helpful for us to address your issue? Please mask your sensitive data.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-to-MySQL-connection-with-SSL-enabled/m-p/2302704#M74653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-23T08:12:37Z</dc:date>
    </item>
  </channel>
</rss>

