<?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: DB connection failure for DB configuration in TAC in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390426#M6607</link>
    <description>&lt;P&gt;Try changing the URL field with the IP address of your MySQL server instead of using localhost.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;In addition, try configuring the TAC db connection to indicate to MySQL server&amp;nbsp; that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;it is a non SSL connection to be established between the TAC and MySQL server.&lt;BR /&gt;To implement this solution, the&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"useSSL" property set to "false"&lt;/STRONG&gt;&amp;nbsp; is passed via MySQL JDBC connect string.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Against this specific issue, just replace the TAC Database parameter Url value&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;jdbc:mysql://127.0.0.1:3306/talend_administrator&lt;/EM&gt;&lt;BR /&gt;by this value :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;jdbc:mysql://127.0.0.1:3306/talend_administrator?useSSL=false&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;Please don't forget to kudo and accept as resolution if this resolves the issue.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 18:42:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-26T18:42:34Z</dc:date>
    <item>
      <title>DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390425#M6606</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed Talend latest version. when i'm configuring the TAC. its sending me error for DB connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have cleared the temp and work folder in tomcat-apache folder it got worked for the first time and then after sometime its getting disconnecting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh REddy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390425#M6606</guid>
      <dc:creator>Rajesh_Reddy1</dc:creator>
      <dc:date>2024-11-16T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390426#M6607</link>
      <description>&lt;P&gt;Try changing the URL field with the IP address of your MySQL server instead of using localhost.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;In addition, try configuring the TAC db connection to indicate to MySQL server&amp;nbsp; that&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;it is a non SSL connection to be established between the TAC and MySQL server.&lt;BR /&gt;To implement this solution, the&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"useSSL" property set to "false"&lt;/STRONG&gt;&amp;nbsp; is passed via MySQL JDBC connect string.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Against this specific issue, just replace the TAC Database parameter Url value&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM&gt;jdbc:mysql://127.0.0.1:3306/talend_administrator&lt;/EM&gt;&lt;BR /&gt;by this value :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;jdbc:mysql://127.0.0.1:3306/talend_administrator?useSSL=false&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;Please don't forget to kudo and accept as resolution if this resolves the issue.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 18:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390426#M6607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T18:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390427#M6608</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000005Obk4AAC"&gt;@jhackworth&lt;/A&gt;: Thank you for the reply, I have tried replacing the localhost with&amp;nbsp;IP address but its still the same. i'm facing the below error&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;ERROR:&amp;nbsp;&lt;SPAN&gt;Cannot connect to database (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 06:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390427#M6608</guid>
      <dc:creator>Rajesh_Reddy1</dc:creator>
      <dc:date>2017-11-03T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390428#M6609</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Have you tried to modify 'wait_timeout' in your MySql DB to see if it works?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 07:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390428#M6609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T07:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390429#M6610</link>
      <description>&lt;P&gt;Hello Rajesh Reddy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you tried to place the mysql-connector-java.jar file in "&amp;lt;Tomcat_Directory&amp;gt;\webapps\org.talend.administrator\WEB-INF\lib"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390429#M6610</guid>
      <dc:creator>ThWabi</dc:creator>
      <dc:date>2017-11-06T13:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390430#M6611</link>
      <description>&lt;P&gt;I am facing the same issue for Talend Data Fabric 7.0.1 version.&lt;/P&gt; 
&lt;P&gt;I am using&amp;nbsp; "mysql Ver 14.14 Distrib 5.7.25, for Linux (x86_64)". I did place&amp;nbsp;mysql&amp;nbsp;java connector file in apache-tomcat/webapps/org.talend.administrator/WEB-INF/lib folder. Tried changing the connection string with FQDN, IP address and also by adding&amp;nbsp;&lt;STRONG&gt;?useSSL=false &lt;/STRONG&gt;at the end of the connection string, still get the same error message. &lt;STRONG&gt;(Cannot connect to database (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.))&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 23:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390430#M6611</guid>
      <dc:creator>arjunrv88</dc:creator>
      <dc:date>2019-02-15T23:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390431#M6612</link>
      <description>&lt;P&gt;I was facing the same issue on Talend Data Fabric 7.0.1 trying to connect to MySQL 8.0.15 on localhost.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Adding &lt;STRONG&gt;?useSSL=false&lt;/STRONG&gt; to the connection string solved the problem with no need to change localhost to the host IP.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000005Obk4AAC"&gt;@jhackworth&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 17:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390431#M6612</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2019-03-22T17:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390432#M6613</link>
      <description>&lt;P&gt;Thank you for the suggestions. I did try your first suggestion before I posted to this forum. I just tried your REPLACE method and the editor complains about the syntax and throws an error. I will open up a TAC case and see what happens. Will update the thread if TAC or I come up with a solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Stephen&lt;/P&gt;
&lt;P&gt;&lt;A href="https://downloadshowboxapks.com/" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;Showbox&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 14:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390432#M6613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-28T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: DB connection failure for DB configuration in TAC</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390433#M6614</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LPPYAA4"&gt;@Staphenjaxk&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Feel free to let us know if there is no response about your issue.&lt;/P&gt; 
&lt;P&gt;Please post your support case id and I will escalate this to the support team.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 03:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/DB-connection-failure-for-DB-configuration-in-TAC/m-p/2390433#M6614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-29T03:22:26Z</dc:date>
    </item>
  </channel>
</rss>

