Latest Activity

code

Error while calling view from 3rd party application

Hello, I have created one view which is exposed to a 3rd party application using JDBC Driver. The 3rd party applcaiton is calling the view using credentials which are a part of AD. In last 24 hours sever times it has thrown an error com.denodo.vdb.v...

code

Modifying the contents of scheduler export .

Hi , May I know weather I can modify the contents of export (Zipped) file after taking the export from scheduler ? E.g. I want to modify the file manually to change data source names as per new envioronment data source name and then import the file...

code

Can we query Denodo Base view and create csv data extract for the query by using unix script?

Can we query/trigger Denodo Base view and create csv data extract for the query output by using unix script?

code

Is it possible to see the deleted items?

Hi Team, There is one adverse thing happened to my denodo Setup that most of the items in development environment have been deleted. I want to know that is there any method to get the details of the deleted items? Using dev as standlone server and the...

code

hide folders in design studio

Hi, I would like to check is it possible to hide folders like baseview and data sources in the design studio to a certain privilages users? Thanks!

code

Connecting to PGAdmin

Will be able to connecct denodo with pgadmin as like connecting denodo with DB visualizer? if yes how can I do that?

code

Rename columns of derived and interface views

Hi, Please advise on using alter statement to rename columns of derived views and interface views. We are using this command, alter view dv_view ( alter column old_coiumn rename new_column ) Error - Syntax error: Exception parsing query near 'rename'...

code

Denodo test case

Hi, where can you write queries to test data in denodo? Thanks!

code

Exporting multiple CSV files through single VDP job

Hi , I have one vdp job, through which im reading CSv file which contains list of view names and im loding cache of those views. Now I want to export the cache contents of those views in CSv format but in different CSV files ( as per view names)whe...

code

Condition based Base view call

I am having 3 base views : A, B, C. I need to create a single business view (D) based on the below condition. Please let me know how to achieve this use case : If (Condition 1 satisifed) Then Base view A's should be displayed as D's output Else Base v...