11.1.1.6.9 - scheduljob - status of actual job instead of parentjob
we know the jobid returned for the schedulereport is parentjobid and not instance jobid. 1. How to get the instance jobid ?
2. Tried getAllScheduledReportHistory by providing parentjobid - its not returning childjobs
3. Only way it worked is getAllScheduledReportHistory - filter having jobname and timestamp of our request - that returned child jobid
Is the 3rd step correct way or workaround of Bug 12946719 is fine like check for job_id+1 ( to me it looks error prone) not sure.
Thanks,
Ayaps
0