Latest Activity

code

Index Propagation in Join Views

Hello, I have a base view (bv) that records events by timestamp, and I'm trying to implement indexing to optimize a join view (jv) that uses bv along with a couple of other views. Basically, jv groups events by getyear(timestamp), so I created an ind...

code

Postgres ODBC driver version for accessing Denodo 7.0

Is client access to Denodo 7.0 supported using Postgres ODBC driver versions later than 09.05? (We know that using the Denodo supplied ODBC driver is best, but some of our client apps use the Postgres driver)

code

Saving Denodo Scheduler job getting internal error

Hi, I am using denodo express but while saving a scheduling a job got internal error. Please guide where to check as I am not able to create a new job.

code

Query to identify the default values of parameters

Is there any system view that we can use to easily identify the default values of parameters that are define in the views?

code

How to import mysql jdbc connector 8 jar as libraries. I tried both front end and the script, but both failed.

How to import mysql jdbc connector 8 jar as libraries. I tried both front end and the script, but both failed. Scrip used is: importResources --type jdbc --version mysql-5 --path mysql8.jar. Please kindly guide. I am using Denodo express

code

Access Monitoring

If we set Denodo as sources for all calculation tools including EUCs, does it capable to provide history of data accesss detail about time, name of person or system accessing data, duration, and frequency at column level? Is it also possible to provide...

Related to: Auditing User Access in Virtual DataPort

code

Passing Parent Job Id to Child Jobs

How can I achieve the below scenario. I would like to create a Job which should Generate parent job id and insert values on JDBC destination Need to pick up the newly generated job id and pass it to other child jobs

code

Custom Functions and Denodo 8

Hi, Our organisation is currently using Denodo 7 and we have created a couple of Custom Functions which are used across different databases and projects. We are using a dev environment with Eclipse Oxygen and Java 1.8 and export the Custom Functions ...

code

Error saving data source: Excel

Error saving datasource: Creation of new ODBC data source with the 'excel' adapter is not allowed by the license

code

How to split a string at a delimiter

I have a string "India (IN)" I only want the country name India removing the delimiters and abbreviation (IN) Split function is not working.