Latest Activity

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...

code

HOST and IP displays UNKNOWN in denodo platfrom control center software

hi,When my computer is in airplane mode, ipconfig does not show IP address, run denodo platfrom control center software, HOST and IP displays UNKNOWN, vdp server runs unsuccessful, how to deal with this situation? thanks. when run java code as follow: ...

code

TimeDiff formula between two different timestamps

Hi Team, How to find the timediff between two different timestamps and result should be in the format as specified below? For eg; timediff('2023-06-08 23:24:25','2023-03-02 13:45:46') The expected output is 201:38:39. Kindly help me with a solution...