Latest Activity
hi, how to convert the below query to a webservice url? select * from tableA where (x).y.z=1 here x is a register of array y with field z Thanks, chethan
Hi Team, We are trying to use this authentication method in my published web services, but I need some more information than in the link: https://community.denodo.com/docs/html/browse/7.0/vdp/administration/server_administration_-_configuring_the_se...
Hi Team, We are trying to use this authentication method in my published web services, but I need some more information than in the link: https://community.denodo.com/docs/html/browse/7.0/vdp/administration/server_administration_-_configuring_the_se...
I have 3 derived view A, B and C. I want to pass parameter from web services like B then the query agains B derived view. If I pass C then the query agains C derived view. This is possible in Denodo ??
I have one Base view top of that I am creating 3 diffrent logic Derived view A, B and C. I want to pass parameter from web services like B then the query agains B derived view. If I pass C then the query agains C derived view. This is possible in Denod...
Hi, I'm developping an application that interacts with an instance of denodo. I need to make a query with two "in" conditions but apparently it doesn't work. This two query works fine 1 - filter = UrlEncode("TRIM(""aff_etat_iep"")NOT IN ('Supprime','...
Hi Denodo Team, I have created a base view with 3 employee records for Dept_id= 'D100' as below. SELECT 'D100' AS dept_id , 'E1' AS empid FROM DUAL UNION SELECT 'D100' AS dept_id , 'E2' AS empid FROM DUAL UNION SELECT 'D100' AS dept_id , 'E3' AS empid...
Json format issue while accessing through REST webservice with SQL having Double Quotes(") character
Here are the steps we tried and we are hitting with JSON format issue in output while accessing REST webservice on Denodo derived view. Can anybody help suggesting on how to get rid of backslash \ character in the output? We are looking for output to...
Hi Team, Denodo 7.0 Denodo Home is in G: Drive. Works fine - http://localhost:9090/server/<db_name_here>/<webservice_name_here>/views/<view_name_here> Problem - 404. page not found http://localhost:9090/denodo-restfulws/<db_nam...
We have deployed REST webservices with Authentication set to HTTP Basic with VDP. On invocation of Webservice,it authenticates the user level VDP credentials before providing the response back to the user. Please let me know, Is there a way to man...