Latest Activity

code

Error in connecting to Denodo from Databricks

Hi Team, I am trying to connect to Denodo server from Azure Databricks using spark read api for jdbc like: url = "jdbc:vdb://%s:%s/%s" % (server, port, vdb) remote_table = (spark.read .format("jdbc") .option("driver", driver) .option("url", url) .opti...

Azure databricks Driver JDBC Denodo vdp jdbc driver Azure databricks

code

Why there are different ports assigned for JDBC (9999) and ODBC(9996)?

Generally there will be single port to which an application can connect from both jdbc as well as odbc. Why denodo is providing different ports for both?

PostgreSQL JDBC Denodo 7 ODBC Denodo 8 ODBC Denodo vdp jdbc driver

code

DENODO connection from IBM Infosphere Datastage

We are trying to establish connectivity from within IBM infosphere datastage (V 11.7.1.1) using JDBC stage. Datastage is running on AIX machine version 7.2 I have downloaded the required jar file "denodo_vdp_jdbcdriver.jar" and placed it inside direct...

DENODO DATASTAGE Denodo vdp jdbc driver

code

JDBC driver not connecting to database

I have downloaded & installed denodo-vdp-jdbcdriver-8.0-update-20210209 in an Windows application to create a connection. I am able to successfully connect to the server but it does not appear to be connecting to the database. Full connection URL...

JDBC driver for Denodo 8 JDBC Denodo vdp jdbc driver

code

Denodo vdp jdbcdriver

We have a requirement to do a security scan on denodo-vdp-jdbcdriver to make sure there are no security vulnerabilities. Do we have the source code for these drivers? Or is there any alternate available?

Denodo vdp jdbc driver

code

Reason: Could not initialize class com.denodo.vdp.jdbc.Driver” Softwares used:Denodo 7+JAVA 8+PCF-deployed using java build back 4_14(OpenJDK)

Get error “Reason: Could not initialize class com.denodo.vdp.jdbc.Driver” when publishing app on PCF(pivotal cloud foundry) using Java build pack 4 _14 uses openJDK Softwares used:Denodo 7+JAVA 8+PCF-deployed using java build back 4_14(OpenJDK) But w...

Denodo vdp jdbc driver

code

Reason: Could not initialize class com.denodo.vdp.jdbc.Driver on PCF

Get error "Reason: Could not initialize class com.denodo.vdp.jdbc.Driver" when publishing app on PCF(pivotal cloud foundry) using Java build pack 4 _14 uses openJDK But we didn't face same issue in our local development which uses oraclejdk is Denodo...

Denodo vdp jdbc driver