<?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: Exasol Database Connection Not Working! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336971#M105364</link>
    <description>&lt;P&gt;I am not using the fingerprint, I am using just the connection string of the cluster.  example: "o2grer4b3gf8bfdwuhqbdsucbgouyrg.clusters.exasol.com"&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2022 09:46:42 GMT</pubDate>
    <dc:creator>Lord-Vader</dc:creator>
    <dc:date>2022-12-08T09:46:42Z</dc:date>
    <item>
      <title>Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336966#M105359</link>
      <description>&lt;P&gt;Hello fellow Talenders, I am trying to make a connection with Exasol database SaaS, but it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I contacted Exasol and they too can reproduce the issue.  They found another solution via JDBC connection, but it is not optimal. First I kept getting a connection error and than I began getting an authentication error(see images). I can connect via the JDBC Connection(see images), but I can't do certain things, like I can do with the DBconnection components. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the issue may sit in the config of the DB Type self. I don't fully understand on how to change things, so I don't know how to change it for testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Talend Version: Talend Open Studio Data integration(8.0.1.2021119_1610)&lt;/P&gt;&lt;P&gt;Java version: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;jdk-16.0.02       , jdk 17 or 19 doesn't make a difference.&lt;P&gt;Exasol JDBC: 7.1.14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 09:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336966#M105359</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-06T09:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336967#M105360</link>
      <description>&lt;P&gt;You appear to have two outcomes in your failure screenshots. A refusal and a timeout. I couldn't see the different between these two situations. Was there a difference? Also, can you create a connection with the tDBConnection component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am afraid I do not have an Exasol DB to try this out myself.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 16:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336967#M105360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-06T16:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336968#M105361</link>
      <description>&lt;P&gt;I know this issue. In the JDBC connection you use a finger print inside the url I guess (thats what you have covered). This works with the newest driver from Exasol but unfortunately Talend ships with an older driver, which does not have this feature.&lt;/P&gt;&lt;P&gt;I suggest to simply remove the fingerprint and it should work.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 22:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336968#M105361</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-06T22:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336969#M105362</link>
      <description>&lt;P&gt;I also recommend not to use the driver file shipped or downloaded from the Exasol web side because here you do not have any version information in the file name. Better you get the file from Maven Central: &lt;A href="https://search.maven.org/artifact/com.exasol/exasol-jdbc" alt="https://search.maven.org/artifact/com.exasol/exasol-jdbc" target="_blank"&gt;https://search.maven.org/artifact/com.exasol/exasol-jdbc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now you know exactly the version and the file is correctly named. Later on you can use a more recent driver and can distinguish between both.&lt;/P&gt;&lt;P&gt;Exasol is keeping the repository updated as well as their own download.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 22:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336969#M105362</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-06T22:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336970#M105363</link>
      <description>&lt;P&gt;No I cannot make a connection via tDBconnection(exasol). Sorry I didn't explain my situation perfectly. When I tried to make a connection at first I was inserting the wrong information that was provided, as in I was putting my IP in like the docs said instead of the connection string that was given of the cluster.  But then I began having this authentication error meanwhile I can successfully see my database via DBeaver, DBvisualizer, PowerBI for example.  I never made a connection via de tDBconnection(exasol), only via jdbc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tDBconnection with the exasol database does not work. I gave another example with the job for reference to see what I mean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exasol docs : https://docs.exasol.com/saas/connect_exasol/data_integration_etl/talend.htm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aEwirAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130188iBB842E323185B9B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aEwirAAC.png" alt="0695b00000aEwirAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 09:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336970#M105363</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-08T09:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336971#M105364</link>
      <description>&lt;P&gt;I am not using the fingerprint, I am using just the connection string of the cluster.  example: "o2grer4b3gf8bfdwuhqbdsucbgouyrg.clusters.exasol.com"&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 09:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336971#M105364</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-08T09:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336972#M105365</link>
      <description>&lt;P&gt;Ok I have changed it to the version you recommended. &lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 09:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336972#M105365</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-08T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336973#M105366</link>
      <description>&lt;P&gt;Did this resolve your issue?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 10:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336973#M105366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T10:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336974#M105367</link>
      <description>&lt;P&gt;This was not an issue. I don't have an issue when connecting via the "DB Type - JDBC".  The issue is that with "exasol tDBconnection" or the "DB Type - Exasol"  it doesn't connect, it keeps giving me the authentication error.  I also tried retrieving schema but it throws the same auth error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aExtMAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130446i98A0656E44E6EA45/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aExtMAAS.png" alt="0695b00000aExtMAAS.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I point out the jar file path via the install new module via the "DB Type JDBC"  it does work, but I don't want that. I want to use the tDBConnection Exasol. I tried erasing the old jdbc 6.0.9302 folder and restarting Talend with a new folder named exactly the same but with the new driver and new numbers etc(see image). but still it did not work. It keeps making me install the old 6.0.9302 version. It does not recognize the newer version when I put it in the folder like in the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I do retrieve schema with the "DB Type JDBC" it asks me for the 7.1.16 snapshot jar file(see image). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Folder path to jars:   C:\Program Files (x86)\TOS_DI-8.0.1\studio\configuration\.m2\repository\org\talend\libraries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this is enough info to cover what I am trying to explain.  But if you need more info just let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aEy8vAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154034i56FC911845DC8192/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aEy8vAAC.png" alt="0695b00000aEy8vAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aExwVAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148193iF5819A61E66AD209/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aExwVAAS.png" alt="0695b00000aExwVAAS.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aEyEtAAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146736i3D823CFC14262505/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aEyEtAAK.png" alt="0695b00000aEyEtAAK.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 14:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336974#M105367</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-08T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336975#M105368</link>
      <description>&lt;P&gt;I have just signed up to the Exasol free trial to test this out and see if I can recreate this issue. Unfortunately (or fortunately) I cannot recreate this. It just works. I am using TOS v8. How might your config be different to the free trial in terms of connection configuration?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 15:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336975#M105368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336976#M105369</link>
      <description>&lt;P&gt;I don't know, I use the Exasol SaaS Database.&lt;/P&gt;&lt;P&gt;I just use the configuration that is recommended.&lt;/P&gt;&lt;P&gt;Can u give me an example on how your config is ? or what version of Exasol DB you have in your Talend ? can u screenshot your connection and component version ?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 16:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336976#M105369</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-08T16:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336977#M105370</link>
      <description>&lt;P&gt;Here is a screenshot of my connection details for creating the metadata. You can see I have tested it and it works fine. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aF1XyAAK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140082iAE8575129FEF6C02/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aF1XyAAK.png" alt="0695b00000aF1XyAAK.png" /&gt;&lt;/span&gt;I've only hidden the username they gave me, which I used for setting up the metadata and is actually used for the schema they give you. Essentially, where you see a red line, it is the same value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is Exasol 7.1 and the free trial I was able to sign up to is available here....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://docs.exasol.com/db/latest/get_started/trial/publicdemosystem.htm&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 17:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336977#M105370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-12-08T17:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336978#M105371</link>
      <description>&lt;P&gt;Hahaha.  Again I am using the Exasol SaaS, you are using the Exasol DB.  There is a free trial for that too. If you don't mind testing that out you will see what I mean.  I have tried the Exasol DB and yes I can make a connection,  but I still can't connect to the SaaS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://cloud.exasol.com/signup&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 09:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336978#M105371</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-09T09:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336979#M105372</link>
      <description>&lt;P&gt;I do not think it is an issue of the Exasol database release. On my opinion it has to do with the out-dated Exasol driver Talend use. In a JDBC connection we can use a new driver, but the driver for the native Exasol components is not easy to update.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 09:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336979#M105372</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-09T09:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336980#M105373</link>
      <description>&lt;P&gt;Using 2 different drivers in the same job will always cause the newer driver will be ignored.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 09:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336980#M105373</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-09T09:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336981#M105374</link>
      <description>&lt;P&gt;Do you know how or a source that tells me how to change it or update it ?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 09:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336981#M105374</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-09T09:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336982#M105375</link>
      <description>&lt;P&gt;Yes: Talend has provided a guid to do that: &lt;A href="https://help.talend.com/r/en-US/8.0/studio-user-guide/overriding-external-modules-by-customizing-mvn-uri" alt="https://help.talend.com/r/en-US/8.0/studio-user-guide/overriding-external-modules-by-customizing-mvn-uri" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/studio-user-guide/overriding-external-modules-by-customizing-mvn-uri&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please try it and check if you find the newer driver in your job.&lt;/P&gt;&lt;P&gt;To do so, please build the job locally and check the folder lib for the existence of the newer driver instead the out-dated old driver. The old driver must disappear, if not it will be used - not what you want.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 10:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336982#M105375</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-09T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336983#M105376</link>
      <description>&lt;P&gt;So I followed the instrcutions of the link that you gave me. It works, I can make a connection. But when I try to use the tDBInput it keeps giving me an exadriverclass not found error(see images).  &lt;/P&gt;&lt;P&gt;In the exasol dbconnection I tried retrieving the tables, it did retrieve the tables. but when I wanna read the tables it keeps giving me the classnotfounderror: com.exasol.jdbc.exadriver.  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep seeing things about dependency, but I dont know how to change it or update it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aF9flAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135455i5941A66E0873768D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aF9flAAC.png" alt="0695b00000aF9flAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aF9cNAAS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145781i59AAE81171B05B27/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aF9cNAAS.png" alt="0695b00000aF9cNAAS.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 13:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336983#M105376</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-09T13:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336984#M105377</link>
      <description>&lt;P&gt;Only to be sure, the exact driver name is: com.exasol.jdbc.EXADriver&lt;/P&gt;&lt;P&gt;It is case sensitive!&lt;/P&gt;&lt;P&gt;Did you have exported the job via Build Job and can you please show us the list of jars there please.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 14:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336984#M105377</guid>
      <dc:creator>jlolling</dc:creator>
      <dc:date>2022-12-09T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exasol Database Connection Not Working!</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336985#M105378</link>
      <description>&lt;P&gt;ATLAST. &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Ok, I changed all my exa jar files in window -&amp;gt; show view -&amp;gt; modules to the 7.1.16 , this I had before I had the exa driver error.&lt;/P&gt;&lt;P&gt;Now in window -&amp;gt; preferences -&amp;gt; java -&amp;gt; build path -&amp;gt; classpath variables, I added a new variable and I defined the 7.1.16 jar file path and it works.&lt;/P&gt;&lt;P&gt;I can now crud easily with the exa components.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Thnx all for your help.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Vader out &lt;span class="lia-unicode-emoji" title=":flexed_biceps:"&gt;💪&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 15:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exasol-Database-Connection-Not-Working/m-p/2336985#M105378</guid>
      <dc:creator>Lord-Vader</dc:creator>
      <dc:date>2022-12-09T15:27:32Z</dc:date>
    </item>
  </channel>
</rss>

