Latest Activity

code

Design studio not working 8.0 - web container restart required

Hi Team, Design studio stops working with error. Web container restart required. com.denodo.vdb.vdbinterface.common.connection.ProxyVDBConnectionUtil [] - Error instantiating a VDBPoolableConnection instancejava.lang.reflect.InvocationTargetException...

code

Override - Denodo Platform installs under a single folder (DENODO_HOME) and writes data in the same folder hierarchy

The Denodo Platform installs under a single folder (DENODO_HOME) and writes data in the same folder hierarchy so to avoid issues with permissions Is there a means to override this behavor? Modifying DENODO_HOME is causing issues for semi-managed...

Related to: Denodo Admin and Development Best Practices

code

Denodo-Kafka wrapper - JSON Schema

Hi Team, While I was going through Denodo-kafka custom wrapper I can see that while giving JSON message format it is throwing an error if I am not selecting any Schema path, it does not seem to be mandatory field as there no asterisk sign on it. Den...

code

Denodo data catalog synchronization using curl command

Hi Team, We are trying to write a shell script to automate the denodo data catalog syncronization using the curl command. But when am try to execute the curl command, i am getting HTTP status code 403 and message as null in the response. What could be...

code

Merge search parameters for derived view to other 3 underlying views

Hello, I have following tree view: View / | \ View1 View2 View 3 | | | BV BV BV | | | DS DS DS The DS is a Web Service Datasource...

code

Changing parameter

Hi there, I have made one comparision parameter in a join view, like input '=' or 'in' localdate(2201/02/03) but if I want to add between range here, then what changes I have to do and how it works. I am trying to chnage it but it won't work.

code

PGP Encryption Custom Input Filter

We have a need to retrieve a PGP Encrypted file using the SFTP Delimited File connector. It appears that the only way to handle it (without having a preprocessor pull and decrypt) is to build a custom input filter. Has anyone already built this type of...

code

Saving the VQL from Denodo Model Bridge?

Is there a way to save the VQL generated from the DMB into an external file?

code

python cur.execute result is not the same as the query result from VDP

Hi team, I used jdbc connect VDP on linux server, I am execute below query in my python script: select * from view_a limit 3; Its result is below: [('2021-03-27', '1970-01-19 10:39:21.600000', '', 'EF\x01\x01', None, None, None, None, None, None, None,...

code

Connect to Denodo from Lambda

Hello, I need to get the view and its information in one of the Lambda function built on AWS Lambda. I tried the below link but it says about the ODBC and JDBC connections but since the Lambda is serverless, can we have a connection to Denodo from Lam...