Latest Activity

code

$Count parameter, slow perfomance

Hello Team, My service contains huge amount of data. Under the hood it uses base view plus few joins. It’s basically a lot of simple columns plus few computed. When I want to do API call with $count=1 parameter this operation takes around 40-50s to f...

code

To check logs

How to check which user is accesing server

code

Restart the servers

How to restart denodo and solution manager servers. on which condition which services need to stop.

code

Azure custom Wrapper, getSchemaParametrs error.

We are trying to connect Denodo toAzure using custom wrpper. we are using denodo-class name:-com.denodo.connect.hadoop.hfds.wrapper.HDFSParquetFileWrapper whenever we try to create a base view we get an error "Error while executing custom wrapper met...

code

Licence Error for Denodo Express in Docker log

Hi I managed to get the Denodo 8 Express Image and Docker running and the container dies in few mins with licencing and connection with solution manager. I have provided and mapped the licence file (Trial) as per instructed. The docker run script is ...

code

Automation of admintask

We are trying to automate our user requests to get acces to Denodo. This requires us to automate the fomlowing tasks: Creation of roles in solution manager Assign permissions for the user role to the correct environment Creation of users roles...

code

Denodo Docker Image Build / Container Run

Hi I am using Denodo Express 8 and I have built the Denodo image. When i exec the following: sudo docker run -d -h denodo-vdpserver \ -p 9999:9999 -p 9997:9997 -p 9996:9996 -p 9995:9995 -p 9990:9990 \ -e DENODO_USERNAME=admin -e DENODO_PASSWORD=admin...

code

Interface view -Data type

Hi, How to change the data type in interface view.

code

How to use Kerberos authentication with sqlalchemy

Hi, I try to find an example how to connect to python to denodo using sqlalchemy with kerberos. appreciate any guide. Best regards, Pon

code

What all the different conditions that can be applied in Rules

What all conditions can be applied in Rules , I know some rules like username = 'xxxx' (roles).value in('xxxx') access_interface = 'JDBC' what more conditions can be applied and where can I find all the conditions