Latest Activity

code

Error loading database while deploying the query

Hi Denodo Team, Can you help me with this error that i get when i want to deploy the query to the database. The error is "Error loading database " databasename"". any suggestion what to fix in order to work? thank you.

code

Denodo GraphQL - Concat field or output manupulation

Hi, I have a question on Denodo GraphQL. Is there a way to concat two values in a graphql query or have calculated fields like its supported in Restful Web services. Like example below query transactionsview(uid: 'abcd') { uid transname transid qty pr...

code

I am running Denodo virtual machine then I am getting error

When i start denodo quickstart virtual machine then I am getting the error failed to open the session

code

Duplicate server adresses and authentication data for same the Rest data sources

I have a server with a Rest API that has multiple endpoints that return JSON data (e.g. a jasperserver that has a rest call to get all report units and a rest call to get all report schedules). I now want to create one table for the report units and on...

code

DB2 TABLE column with data type packed decimal conversion issue

I am connecting to a DB2 database. one particular table contains a column with data type - PACKED DECIMAL. the base view displays junk characters for this column. is there a way to convert the data type of the column on the fly or in the VQL? OR i...

code

Issue while scaling with metadata in volume

Hi Team, As mentioned in the artical it is possible to mount volume in kubernetes for Denodo metadata and depending on the storage class we could persist across deployments. However there is a teething problem with volume mount. With the volume metada...

Related to: Data Persistence in Containers

code

Adding CONTEXT to JDBC Database URI

I am trying to add a timeout context to a JDBC connection. JDBC Parameters are referenced in the documentation (https://community.denodo.com/docs/html/browse/6.0/vdp/developer/access_through_jdbc/parameters_of_the_jdbc_connection_url/parameters_of_the_...

code

Composite keys select query in denodo

How to write select query for composite keys in denodo like oracle Below is the example for oracle: SELECT * FROM table_name WHERE (key_part_1, key_part_2) IN ( ('B',1), ('C',2) ); Could you please let me know ASAP Thanks Satish K

code

Changing JDBC Connection Password with VQL

Hi, I need help constructing the correct VQL to change the password for a JDBC connection within VDP? I believe it is something like: ALTER DATASOURCE JDBC connectionname ENCRYPT_PASSWORD 'thisisthenewpassword';

code

Setting up a Gateway/ODBC Data Source on a virtual machine for Power BI

Hi, I recently created a Power BI report based on a Denodo datasource and published it to powerbi.com. I want to set up a scheduled refresh on powerbi.com. In order to do that, it looks like I need to use a gateway. To ensure that the refresh is cons...