Latest Activity

code

Azure Data Lake Connection

Hi All, Please let me know how can i connect my Azure Data Lake Store Account with Denodo. Is there any specific connector available. This will be used for big data processing. Thanks Sarthak

DENODO

code

Pagination

Hi Team, Where can I find study material on pagination for REST HTML WS ? I tried to use "$count" parameter to get total number of rows as described in below url, but i receive an error - "There was an error while generating this response: Code #11...

DENODO

code

Denodo cache Refresh using Tidal Scheduler

Hi, Version - Denodo 6.0 We have applied FULL Cache on most of our views and we need to refresh cache on a daily basis but, we dont want to use Cache Scheduler. We plan to use Tidal scheduler which is the enterprise scheduler at our client site for al...

Denodo Scheduling Tidal

code

Page By/ Group By email Reports in Denodo Scheduler

Hi Team, If the view shows records in below tabular fashion: | Id | Name | Department | | 1 | John | Finance | | 1 | John | Accounts | | 2 | Maria | HR | | 2 | Maria | Facilities | | 3 | David | Legal | Is it possible to send seperate email reports ...

DENODO Denodo Scheduler 6.0

code

Denodo error when creating/updating view.

Hello guys. I faced with issue when trying to delete/update some derived view (and its base view/table/wrapper), the following logs are from denodo: 14460953 [RMI(30959)-10.111.111.222-4929] FATAL 2017-10-18T08:36:24.281 com.denodo.vdb.interpreter.ex...

denodo

code

Make input parameters optional when importing a SQL Stored Procedure

Hello, I have a Stored Procedure in SQL. I imported it into Denodo and made a RESTful service from it. Here I am seeing all the input fields as required in the service. I want to make all the input fields as optional and if I don't give any value to t...

REST API Denodo Stored Procedure

code

Finished with error: No search methods ready to be run. The following fields are obligatory:

Hi, Created one customized Base view. On top of that created selection view with parameter (from view parameter option; Passed teh default value as well). In where condition pass this parameters like: "BV_fact_table"."TC_D_TXN_VALUE_AS_OF_DATE" >=...

Denodo

code

Need to delegate the date column's data into two different databases-Hadoop and Oracle, but facing issue.

Hi Team, Scenario is like that: I have a Union View which is based on Hadoop+Oracle. Now, when I am mentioning any date condition like 'dd-MON-yy' (while executing), I am getting the result from Oracle but from Hadoop( Impala) I am not getting any re...

DENODO

code

How to Delegate to_date function instead of to_timestamp into Oracle DB-at runtime

Hi, I created base view with interpolation variable (where expression) where I am passing “where” condition at runtime. But when I am passing the date value from denodo, from execution plan I do see the date value is converting to timestamp always and...

DENODO

code

No search methods ready to be run

Hi, I created base view. On top of that created selection/derive view and there I created parameter. That parameter I used in join codnition with respective field. But when I am running that selection view by passing parameter below error is coming; ...

DENODO