Latest Activity

code

Link to Denodo 8 long with License for denodo 8.

Please provide us the link to download denodo 8 along with latest patch and also request to provide the license for denodo 8 as we are planning to upgrade for current denodo 7 environments.

code

Notification of custom policy deactivation

Hello, I'm working on a project where we use a custom policy in Denodo. That policy restricts access to sensitive data. Somehow, it was deactivated. We were wondering if a notification can be triggered if a custom policy is deactivated or activated....

code

Self join 'Error savin view'

Hi, I'm facing issue while perforforming a self join on a dv which is a simple source table with no additional filter. For better understanding code would look like this: dv_table left join dv_table dv_table1 on dv_table.column1 = dv_table1.column1 a...

code

Passing a list of same objects and passing a list of different objects in a select query view.

I would like to pass the following data into denodo view. Json1 = {'name': 'Kelly', 'code': 'KL'} Json2 = {'name': 'John', 'code': 'JH'} payload = [Json1, Json2] I am expecting two of Jsons to query the view. I tried putting payload into my denodo ...

code

Denodo Platform supports the following encryption protocols: TLSv1.3, TLSv1.2 and TLSv1.1. I need to know what cipher suite is utilized when configuring SSL using denodo_tls_configurator script.

Greetings Denodo Support Team, Denodo Platform supports the following encryption protocols: TLSv1.3, TLSv1.2 and TLSv1.1. I need to know what cipher suite is utilized when configuring SSL using denodo_tls_configurator script. Which Ciphers for TLSv1....

code

Passing a list of same objects and passing a list of different objects.

Currently I have the following data set and I am trying to pass them into the denodo view to get them in json.I am writing this in python. data = {'name': 'kelly', 'age': 20} data2 = {'name': 'john', 'age': 21} payload = data + data2 my denodo view ...

code

Access Scheduler RMI API from MS SQL Agent

Hi I am looking for exampels on how to access the Scheduler API from the MS SQL Agent, but can't find any. Can you please provide some exampels on hom to Start och Capture Run reports etc from the SQL Qgent??

code

The Denodo Platform cache

The Denodo Platform cache can be used to for what do we use the denodo platform cache ? and why do we cache data ? is it for avoiding running the same queries again or whaen the data is geographically distributed?

code

Where do I put the Virtualization layer

if i have one single instance of Denodo and my data running on both aws amazon and microsoft azur what are the recommendations factors to consider ? should i use the on premise deployment or where my consumers are located or where my data located or wh...

code

SSO Authentication (SAML) - works only on incognito browser window

Hi Team, I am enabling SSO Authentication in Solution Manager, once configuration is done and respective roles created, when I try to login to SM using Web URL in direct browser window it is errors out "Error validating SAML message", but when I try i...