Unable to trigger the jobs through Scheduler. Invalid Object error is thrown
When trying to run the jobs through scheduler in Production environment the jobs are not running and they are getting stuck in “Waiting on Dependency” state. There are no dependencies for these set of jobflows,
When Force start is also unable to start these jobs.
In order to overcome this issue, we need to perform these 3 checks below
Check1:
Can you check if the admin is having the Scheduler is in PAUSE state overall? As shown below
Check2:
Can you check if the calendar timings are proper or not. START_TIME shouldn’t be less than the END_TIME.
Check3:
Go to the path: diyotta/controller/conf and check for the controller. host it should be pointing to the current controller IP address it shouldn’t be a different IP address. If there is any difference in the IP address then try to make changes and then run the jobs from the scheduler.