Latest Activity

code

Can denodo be installed on any intermediate layer?

Hello Denodo team, we are wondering if it is possible to install DENODO over an intermediate layer (web logic type).

Installation Access Denodo DENODO Denodo Installation Install

code

How to run a vcs pull of a database through code

We have set up our denodo solution such that it is connecting to a gitlab repo. We have defined a ci/cd process that takes the files from the development gitlab repo and pushes them into uat gitlab repo. We would like to run a VCS pull command on all d...

VCS DENODO Denodo Rest API VCS pull

code

Error when changing the local repositories home path for GIT integration

We would like to make the repositories home dir shared across the vdp servers to make the VDP cluster highly available. When we change the Local repositories home path any path other than default we are getting below error when trying to refresh enviro...

VCS DENODO

code

How to verify '%Trace' in the DENODOTEST file

I have been reading through the documentation of Trace directive in Denodo Testing Tool. I need to access the 'staticO' element in my trace file. When I am accessing the 'staticO' element in the .DENDOTEST file by using the following code 'PLAN ABC.PLA...

Automation Denodo Testing Tool DENODO #automation_testing

code

How to test Access Protocols in DENODOTEST file.

In DENODOTEST, I need to test the JDBC access protocol that is present in the configuration.properties file. e.g. "jdbc:vdb://<localhost>:<portNumber>/<databaseName>". Is there any information about testing protocols in DENODO? The co...

Automation DENODO #automation_testing

code

Kubernetes + migrate to external database requires temporary restart in admin mode

Not so much a question as a note that (if confirmed by others) could be incorporated into documentation? During restart of VDP services after migration to external metadatabase the container reported below error [20220815 version]. I think the issue i...

Denodo 8 kubernetes DENODO Metadata

code

Firewall setting for connection with Azure Synapse.

This is regarding Denodo Connectivity with Azure Synapse : I wanted to know if we have User Login and Password available for Azure Synapse storage. Do we still need to whitelist Firewall IP connections ? And if we don't have User Login and Passw...

Azure Synapse firewall DENODO

code

Removing column from base view

Hello, I need to remove a column from the base view created now. Is it possible to do from web design studio's graphical interface itself or have to query it in VQL query window

Denodo 8.0 DENODO Base View configuration

code

How to connect local sql server 2019 db and oracle sql db 11g to denodo express?

Hello, How to connect local sql server 2019 db and oracle sql db 11g to denodo express? Not sure what exactly needs to be put for connecting the db with denodo. Please help. Thanks.

Access Denodo Express DENODO connection How to connect the Denodo Server to the Microsoft SQL Server Oracle 11g

code

How to get a length of the array in Denodo?

I have a column in the Denodo view with the type ARRAY. How can I get the length of this array? Standard sql ARRAY_LENGTH function is not working.

ARRAY DENODO