Latest Activity

code

Log file location

What is the location of all the log files mentioned above? Able to see only VDP-admin.log under VDP-admin folder. How to get/see other logs mentioned in this thread? Context: Unable to configure oauth. Trying to verify logs to find the root cause

Related to: Log column details

code

Automating creation of base views using Generate VQL Script and Get Source Table stored procs

Good day, I have been trying to combine the Generate VQL Script to Create Base View and Get Source Tables stored procs to automate the creation of my views for all tables in a range of schema's from a DB2 datawarehouse. I was provide a sample from the...

code

In which place we cannot view the WSDL of a published SOAP web services ?

In which place we cannot view the WSDL of a published SOAP web services ?

code

Error Executing View : Function Sum is not Executable

Hi, I am using analyticsal function on top of a union view, this union view is basically combination of two different data source, one is Netezza and Other is Oracle. When I am using partition by clause on the union View I am having "Function Sum is n...

code

Connect to SQL Server Stored Procedures in Denodo

Need help on connecting to SQL Server Stored Procedures in Denodo and then access it in PowerBI Desktop.

SQL
code

Intermittent Failure of Base View with Timeout

We have a view that works sometime, retrieves the selected sql table and delivers, then, at random times, takes over 5min and times out with a failure. The name of the view that fails to complete contains the phrase: perf_updown_capture_chart_5yr. The ...

SQL
code

Running Queries

Do we have any metadata procedure to check running queries in Denodo ?

code

Issue Masking JSON data with Denodo

I am facing issue to mask data where the source is JSON file using Denodo. Which Steps I did : I connected JSON file and create BaseView on that. Then Flatten the BaseView. Then Create Role and Add Privileges on Role Level. Next create User and Assign ...

code

Create Base View from Query and "@" symbol

how do I escape or otherwise use an Oracle database link in a Create Base View from Query? Example: select * from mytable@dblink

code

specifying the adapter for a jdbc datasource from VQL (as opposed to: from the admin tool)

When creating a jdbc datasource via VQL with a driver from lib/extensions/jdbc-drivers-external/... it seems that always the generic adapter is selected. However I want to control the adapter. Is that possible via VQL or in any other way programmatical...