You can translate the question and the replies:

Unable to establish Connection: JDBC Driver not found

Hello Team , Am trying to create a JDBC Data source in denodo design studio, in denodo community they have mentoned to add jdbc driver in this path File>Extention Management>Libraries ,however when i navigated to the path ,there is no such tab as libraries,so i tried to add the driver from extension management tab, but am getting error as JDBC Driver not found in the driver class path. can u please help me with this. Thank you
user
28-09-2021 05:00:38 -0400
code

1 Answer

Hi, Generally, the error "Unable to establish connection: Unable to establish connection: Driver not found" error usually occurs when either the driver specified is not accessible, or the path of the driver is incorrect or Database URI. Please ensure that the correct format for DATABASE URI such that jdbc:vdb://host:port/database given. Also, after downloading the driver from the official website, we need to install it. This can be done via Design Studio or the Virtual DataPort Administration Tool by navigating to File > Extension Management > Import. For more information, you could refer to [Importing Extensions](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/importing_extensions/importing_extensions#importing-extensions) from Virtual DataPort Administration Guide Hope this helps.
Denodo Team
29-09-2021 06:49:28 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here