Hello Tomasz,
As you confirm the job was not force started, then this is the most probable scenario:
1. The scheduler tries to start the job at the scheduled date. But the job start depends also on SUCCESS of 5 other jobs.
If one of the 5 jobs is Not SUCCESS at the time when the job is scheduled to start, you will find the following messages in the event_demon log of that day:
CAUAJM_I_40245 EVENT: STARTJOB
CAUAJM_I_40162 The starting conditions for job <jobname> have not been met. Cannot be started.
2. Then the job will be queued waiting for ALL the start conditions to be met.
When all the conditions are met, the job will be started by the Scheduler and you will find the following messages in the event_demon log of the day when all the start conditions are met:
CAUAJM_I_40245 EVENT: STARTJOB JOB: jobname
CAUAJM_I_40245 EVENT: CHANGE_STATUS STATUS: STARTING JOB: jobname MACHINE: machine_name
CAUAJM_I_10082 [ connected for jobname 529836.710354.1]
CAUAJM_I_40245 EVENT: CHANGE_STATUS STATUS: RUNNING JOB: jobname MACHINE: machine_name
CAUAJM_I_40245 EVENT: CHANGE_STATUS STATUS: SUCCESS JOB: jobname MACHINE: machine_name EXITCODE: 0
Please do not hesitate to open a case at CA support. We will be happy to look into the logs for further investigation.
Thanks,
Roya