Latest Activity

code

GetSession not working outside of the VDP

I had the following script and then various views based off this script working in the VDP but then when I tried to run a dervied view from a tool like DBeaver everything is coming up blank because the GETSESSION function is not returning a value. Is...

code

Ping Query

The Cache database configuration allows us to select the option 'test connections' and to set the 'Ping Query'. What is the purpose of these two parameters?

code

importé une bas de données mysql dans denodo8

Bonsoir je voudrais savoir comment inséré le chemin du Driver class dans Denodo8. J'ai des difficulté car je teste la connection aprés configuration mais le chemin est introuvable

5.5
code

creating a base view off of a working script in VQL Shell

I have the following code that is working to produce a result but I am not 100% sure how to turn it into a baseview that I can join against another existing view. select * from (select * from hcc_dv_dev.bv_ctigeneral_s3_ldap_matrix_regionsector)a RIGH...

code

Error saving base view: null

Creating a new base view from a custom data source is always fine. Without changing anything on the data source, after "Edit", "Source Refresh", and then "Validates and Saves the base view", "Error saving base view: null" is raised. What might be wrong?

code

Will Denodo supports multiple authentication method simultaneously at server level?

Hi Team, We need to enable Kerberos at the server level. But when we refer the manuals, we got to know that SPN to be set up as an HTTP service. But as per our organization policy it is not allowed to create a functional SPN as an HTTP service. IS the...

code

contains search in view

Hi Team, I want to filter the data using contains on particular text column (case insensitive) any method available and also using ODATA also any option available Thanks Satish K

Related to: Oracle SQL to Denodo VQL Quick Reference

code

String/Text type length limitation

Hi, How are you? When invoking a Denodo Rest API call, if one of the parameters is a string/text data type, what is the maximum length allowed for the value? Thanks Amol

code

Have Denodo Monitor run constantly in V8

We are testing with Denodo 8 and I am working on enabling the denodo monitor on each of the app servers. In running the shell script, it looks like the shell has to constantly run in V8, unlike V6. I wanted to see if there was a way to have the monitor...

code

Struggling with using a field with JSON data and tying it back to the original view using an ID field

I have a view that has a field called "primaryqa". it contains data that has answers to questions in JSON format that I want to parse and then joing back to the original view using an field called "id". [{"QuestionID":1,"Answer":"Yes"},{"QuestionID":2...