You can translate the question and the replies:

Driver JDBC for mac

Hello I am looking the driver for Mac to connect Tableau desktop to Denodo JDBC. I cannot find it on the support website. Can you help me? Thank you
user
17-05-2023 05:21:45 -0400
code

5 Answers

Hi, You can find Denodo’s JDBC drivers at [JDBC Drivers](https://community.denodo.com/drivers/jdbc/34). Download the corresponding driver version and place it on Tableau’s installation directory. Also, I’d check the Denodo KB article [How to connect to Denodo from Tableau Desktop](https://community.denodo.com/kb/en/view/document/How%20to%20connect%20to%20Denodo%20from%20Tableau%20Desktop) which explains how to configure Denodo and Tableau Desktopexplains how to configure Denodo and Tableau Desktop. Hope this helps!
Denodo Team
18-05-2023 04:50:52 -0400
code
Hello Thank you for your answer but these drivers and manual are for PC. How to use it on a mac? Thank you
user
18-05-2023 05:31:02 -0400
Hi, The JDBC driver doesn’t depend on the operation system used. So, in Tableau navigate to “More… > Additional Connectors > Denodo JDBC by Denodo Technologies” and then click on the Install and Restart Tableau button. After restarting Tableau you will see Denodo’s JDBC connector on the list of available connectors. Download the corresponding driver version and place it on Tableau’s installation directory. Normally on Mac: `~/Library/Tableau/Drivers` To create a new Denodo JDBC connection go to Denodo JDBC By Denodo Technologies under the Connect panel and provide the connection details. For more information, check the Denodo KB article[ How to connect to Denodo from Tableau Desktop](https://community.denodo.com/kb/en/view/document/How%20to%20connect%20to%20Denodo%20from%20Tableau%20Desktop) and you can also refer to the Tableau article about JDBC Drivers linked [here](https://help.tableau.com/current/pro/desktop/en-us/jdbc_tableau.htm). Hope this helps!
Denodo Team
22-05-2023 07:04:58 -0400
code
Hello I am sorry to bother again. I have tried with all the drivers available on the page but I always have this error (It works with the same connexion parameters on my PC) Error Code : FAB9A2C5 Connection error: Check the host name and port number are correct, and that client and server belong to the same Denodo major version. Cannot trust the server to establish a SSL connection Unable to connect to the Denodo JDBC by Denodo Technologies server "denodo.dmp.fr.pierre-fabre.lcl". Check that the server is running and that you have access privileges to the requested database. Connector Class: denodo_jdbc, Version: 1.0.5 For support, contact Denodo Technologies. Can you help me ? Thank you
user
23-05-2023 22:49:02 -0400
Hi, The error “Cannot trust the server to establish a SSL connection” means that you have enabled SSL in the VDP Server, but haven’t imported the certificate file(public key) into the truststore of the external client, in your case, Tableau. I believe the steps mentioned below would help in rectifying the error: * Make sure SSL is enabled for external clients by setting the property ‘javax.net.ssl.trustStore’ to point to the truststore of the Denodo server. For detailed information, You may refer to [Enabling SSL/TLS for External Clients](https://community.denodo.com/docs/html/browse/7.0/platform/installation/postinstallation_tasks/enable_ssl_connections_in_the_denodo_platform_servers/enabling_ssl_for_external_clients) under the Post-installation tasks section of the Denodo Platform Installation Guide. * You have to import the public key file into the truststore of the external client(Talend). For detailed information, You may refer to [Obtaining and Installing an SSL/TLS Certificate](https://community.denodo.com/docs/html/browse/7.0/platform/installation/postinstallation_tasks/enable_ssl_connections_in_the_denodo_platform_servers/obtaining_and_installing_an_ssl_certificate) under the Post-installation tasks section of the Denodo Platform Installation Guide. Hope this helps!
Denodo Team
25-05-2023 07:46:23 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here