Latest Activity

code

Connection Pool Pool

HI! Requests are generated using a custom jar function. When filling in all connections in the DATASOURCE JDBC pool, the system freezes. Forced completion of tasks or after a long time, connections in the pool are released, but the system does not prov...

code

core-site.xml configuration on other environments

Hi Team, We are using DFS wrapper which requires that core-site.xml file which needs to be configured. How can I export this file to prod environment using Revision or do we have any other way. Thanks

code

Setting-Up an External Database in Solution manager using CLI

Hi Team, We would like to automate the process of configuring external metadata DB to store Solution manager information about license, promotion,environments, clusters and servers.Please suggest how it could be done using CLI.Also we tried with regene...

code

Solution Manager Setting-Up an External Database

Do we have a CLI command for Setting-Up an External Database in Solution Manager like we do below for VDP ? regenerateMetadata --adapter postgresql --version 12 --classPath "postgresql-12" --databaseUri "jdbc:postgresql://psql-db:5432/vdpcatalog" --d...

code

With sentence with more than 1 subquery

hi, in with sentence i saw only one subquery, can i add more than one subqueries samples: this is the documentation : WITH department_salary (deptno, totalpay) AS (SELECT deptno, SUM(salary) FROM EMP GROUP BY deptno) SELECT deptno FROM department_sala...

Related to: https://community.denodo.com/expert-trails/view/document/Expert Trail: Query Performance Optimization

code

Missing parameter level info Error 106 - json datasource connection

Hi , We are working on Denodo 8 VDP. I have a requirement to extract information from an API. we successfully established connection and extracted few details through the API keys. The real challenge comes when we are trying to access one of the API's ...

API
code

How to connect Denodo using PHP. Any syntax or Examples which shows the Connectivity

Hi All, we would like to connect our denodo Database using PHP code. Can we have any Steps or Syntax examples which show on how to connect to Denodo using PHP. Regards Raghu

php
code

Issue while creating Denodo to ADLS connection

Hi, We are trying to connect ADLS from Denodo. For that we have created XML file with all the details and placed in VM. We have created Data Source with Partquet file wrapper. We have permission for one folder to extract the data , with that folder pat...

code

export deata catalog using export.sh

using below script but it is not working. is there any sample script used for linux host? sh export.sh -h denodo-de.ap.com -p 9443 -l admin -P pass@123 -f /platform/work/data-catalog/data_catalog_metadata.zip -contentSearch -personalization -kerberos ...

code

best practice to document my database in design studio

I try to describe the organisation of my database I tell what I've try When try in vql shell and write in a vql comment, if I "save" , I download the vql. So it's not keep in the folder so not accessible to collaborators The field description of a ...