Latest Activity

code

How to disallow some HTTP methods while publishing a RESTful service over a view

I am using Denodo 7 and exposed an updateable derived view via a REST web service. The swagger documentation generated automatically shows the syntax of invoking this service for PUT, DELETE, and POST methods also. I just need to provide GET method on ...

code

Refresh metadata och a derived view

When the name or a column of a derived view is changed (not added or deleted) this change need to be propagated to parent derived views. The only option I see now is to do this manually. Is there other options to propagate changes?

code

Where is the error log file when using custom connector

Where is the error log file when creating base view from a data source from a newly uploaded custom connector? Error: Error loading data source ... Denodo 7.0

code

Is it possible to create a view from a dual table.

Is it possible to create a view from a dual table.

code

DVCSPUSH only can be executed against the connected database

Hello. When automating database creation we seem to run into a syntax error or getting the above error 'DVCSPUSH only can be executed against the connected database' Running below script in VQL shell: ENTER SINGLE USER MODE; # +++++++++++++++++++++...

code

Export denodo views to ADLS (AZURE DATA LAKE)

I am using denodo 7.0 in on-prem, i want to export a denodo views such as base view, derived view,etc as xlsx file, parquet, avro to azure blob storage in ADLS. Pls advice. thanks!

code

How to secure Denodo exposed REST API using the Http DIGEST method ?

how can i set Http DIGEST authentication scheme over a REST API ? i am using Denodo 7 and I see all other authentication options in the dropdown available in the EDIT tab of my web service. i am able to use http basic, basic with vdp, oauth, saml but n...

code

How Cognos report filters work

How does report filters work in Cognos reports that is connected to TerdaData thru Denodo. (Cognos<=>Denodo<=>TeraData) Can we pass the report selections from Cognos to Denodo and ultimately to TeraData so that the filters are applied at DB level? th...

Related to: Connecting to VDP from Cognos

code

store a value in stage variable

how to store a value in stage variable (at run time)?

code

While loop in denodo

How to apply While loop in denodo?