Latest Activity

code

Is it possible to create volatile table(temp table) in teradata via Denodo?

I was trying to create a baseview in denodo by using the below query. i am getting an exception com.denodo.util.exceptions.InternalErrorException: [Teradata JDBC Driver] [TeraJDBC 15.10.00.35] [Error 1077] [SQLState HY000] executeQuery() cannot be us...

teradata DENODO

code

Protocol to connect Denodo Scheduler from a third party

Hi Support, We are planning to centralize all the jobs i.e. Windows Task schduler , SQL and Denodo into one. We have planned to use VisualCron for this. Can you help us with the protocol(FTP/SCP/SMTP/POP3/IMAP/SSH/WebDav) to select to connect Denodo Sc...

DENODO Denodo Scheduler 6.0

code

Common Table Expression (CTE) getting an error

Hi, i'm converting my CTE codes from SQL server to Denodo/VQL but i'm getting an error it say "QUERY VIRTUAL ERROR". I have a multiple CTE's in my script but when i use a left join in my final query using the result of CTE i'm getting an error and some...

VQL VQL simple condition DENODO

code

Date Expression convert to decimal to varchar

Hi, I'm new to this forum and also just started to use Denodo. I'm using SQL Server and were converting some SQL codes to Denodo. I'm trying to convert this code below but i'm getting an error specially this portion cast(serialid as varchar)+cast(cast(...

DENODO

code

Creating an XML output view using the existing base/derived Views

How to Create an XML output using derived view ? for example: I have 3 base view Party, Party Address, Party Related Party. I will need to create an XML output, which needs to be published as SOAP Service. the structure should as below. <PartyServi...

XML DENODO XML Data Source derived view XML request to response

code

Validating the Denodo Backups

Hi, We are taking denodo backup on daily basis. Will it be possible to vaidate the backup vql to make sure that we have a healthy backup. We want to carry this process on mothly basis. I don't find any way in admin guide to do same . for example: resto...

Denodo Backup DENODO

code

Caching Service Views

There are 14 Service Views in my database which gives data from 2011 - 2018 (joining different combinedviews). We created partial service views for each of the service view by giving a where condition inside the Partial service view (less than 2016 and...

cache DENODO Denodo Scheduler 6.0 SQL Server

code

How to compare two views in denodo

Hi, Is there any way in testing tool to compare the the values of two views and send a alert with the MISSING VALUES in case ther's a mismatch. I tried to use select from view 1 in execution directory and select from view 2 in result directory. It wo...

Denodo Testing Tool DENODO

code

Unable to cache some views

I am trying to cache on Service Views Layer (14 Service Views). In the scheduler, I created VDPCahce jobs for every individual service view. After starting those jobs, I started the monitoring tool to see the status of caching. After 3 hours, 6 of the ...

cache DENODO denodo scheduler SQL Server

code

Alter on Base View - Add Trim

I would like to add Trim() function to the column in the base view to remove the default spaces for CHAR data type. Can I do this by running an alter statement? I need to do this across all the coulumn in the Source, Is there any setting to do trim by ...

base view DENODO