Latest Activity

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

code

Revision Created to deploy scheduler job

Hi I am trying to deploy a scheduler job by creating revision on Solution Manager from pre prod to prod. I see that there is a option on cluster level to have the scheduler properties included , either by adding property manually or by importing the pr...

code

Design Studio connected to many excel files in sharepoint folder

Hi, I am searching for a way to connect multiple excel file in sharepoint folder, and I have already known how to connect one excel file, but if there are many excel files in one folder, how can I connect them all.