Latest Activity
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...
Hi Team, I have hosted a web service in denodo which is executed from Postman. In the denodo service there is a nested array(example: Employee is the array with name as one field). when i execute the business view with ("Employee").name='Hari' , getti...
Hi, I am planning on migrating legacy denodo to 7.0. My enviornment is as follows: 1) Current state: Dev 6.0 Prod 6.0 (We do not have QA.) 2) For future state a) I have two new servers (one for Dev and one for Prod). Now I want to bring over databas...
Hi, I am trying to setup a connection to denodo within my tableau v 10.5 . Seems like the documentation on how to do this is gone. https://community.denodo.com/kb/view/document/Connecting%20Tableau%20Desktop%20to%20Denodo?category=Northbound+Connecti...
In my message field I got ><ns2:ResponseDateTime>2018-09-20T14:10:26.607-04:00</ns2:ResponseDateTime>><ServiceName>test</ServiceName><ServiceRequestDateTime>2018-09-20T14:10:26.508-04:00</ServiceRequestDateTime>...
Can I have two separate versions of Denodo (6.0 and 7.0) installed in the same server?
Hi Team, I am using 10.3 tableau and denodo platform 7, for this how can we connect to tableau to denodo can any one please explain the procedure for estblishing connection between this two Thanks,
was trying to connect azure denodo from my local denodo(windows) but i could not connect to it. So is there any other ways or bridge to access these denodos ?
Hi, I have wrote a custome function (VDP function through annotation methodology ) and I would like to pass an array of double values to the function. But when I import the extension to administration tool and try to use it in the query it says, Fini...
Hi, I was trying to acheive a function with signature as, public Double actualPremiumOrAcqExpOrNonDirExpCalcYearly(Double[] val1, Integer val2, Double val3) But I am not getting any luck to acheive this. Is it possible to pass a combination of parame...