Hi Team, Wanted to check if the Scheduler Admin maintains all the field attributes/Metadata in any back end DB, or any other location where it maintains the metadata of the Code. The idea is to query that particular table which contains this Schedule...
Answers:
7
How to setup notification for any job failure scheduled via Denodo Scheduler ?
Answers:
1
We are using a scheduled job to execute source_changes() to notify via email when any base view(s) no longer match their underlying data source. It works great when there are no errors, such as connectivity issues on the data source of any base views b...
Answers:
2
Hi team, I'm a Denodo7 admin and wanted to know how can I validate the views that are cached have a corresponding schedule that keep the cache up to date? For example I can use CACHECONTENT() to see last it was 'full' cached but is there a existing job?
Answers:
1
We are trying to get the history detail for each job using the scheduler API. We are able to get the start time using the JobReport.getStartTime p.e. However, we are not able to get the "Result" values (COMPLETE, ERROR etc) for each execution in the ...
Answers:
6
How to check if web service is up and running from scheduler?
Answers:
1
I want to get the output of SQL query in scheduler and return the output and email it to the group. appreciate any suggestions!?
Answers:
1
I have jobs 1-10 and dependencies are in that order, when i manually trigger job1, all the dependents should follow. so i have , job2-dependant on job1, job3-dependant on job2 job4 on job3...and so on. so when i trigger job1 , all others should follow...
Answers:
1
SQL file has multiple update statements and insert statements, how can i run this SQL file from scheduler?
Answers:
1
how should i extract the select statement executed in Scheduler.e..g extractor section has a Select, how should i extract a text value, manupulat eit with some function and execute it. is filter sequence helpful for this?
Answers:
1