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