You can translate the question and the replies:

denodo scheduler job log info

Hi, We like to extract out scheduler job info using query. Following are the info shown in scheduler job reports, which we like to extract out. Start Time End Time Result Extracted (Tuples/Errors) Processed (Tuples/Errors) Retry Count
user
01-12-2015 05:55:20 -0500
code

1 Answer

Hi! In order to be able to retrieve the data from Scheduler via VDP, the best option is creating a stored procedure. You can find more information about VDP and stored procedures in the Virtual DataPort Developer Guide, section "DEVELOPING STORED PROCEDURES". Besides, you will need to use the Scheduler API to get the information from the Scheduler Server. You will need to execute the method "getJobsInformation" provided by the class "SchedulerManager" to the job ID and the project ID from a job name. Once you have the project ID and the job ID, call to the method "getJobReports" to get the list of executions where you can find the information described in your post. You can find more information about the Scheduler API in the Scheduler Adminitration Guide, section "CLIENT API". Additionally, you can also find examples using the Scheduler API and VDP stored procedures in your Denodo installation in the samples folder. Hope this helps!
Denodo Team
01-12-2015 11:11:45 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here