Page 1 of 1

Jobs attached to the sequencer

Posted: Wed May 26, 2010 7:28 am
by suman27
Hi,
I have a requirement to log the warning for all jobs attached to the particular sequencer. For example, I have 3 sequencers. So I will have three log files one for each sequencer. Log file will have the warning/Fatal messages of the jobs attached to the particular sequencer. Is there any way to find the list of jobs attached to the particular sequencer?

Thanks in advance,
Suman.

Posted: Wed May 26, 2010 7:40 am
by chulett
From the Sequence job's log. Note that there can be a difference between the ones it actually ran and all it could have run, I'm assuming you need the former.

Posted: Wed May 26, 2010 8:00 am
by suman27
Thanks Craig. But can I take this details using any DSJob function? I need to implement a logic based on the jobs on which sequencer is attached.

From the forum I come to know, using DSGetJoBInfo(vhandle, DSJ.JOBCONTROLLER) , it is possible to get the sequence name for the job. Similarly is there any function available to get the list of jobs for each sequencer?

Regards,
Suman.

Posted: Wed May 26, 2010 8:05 am
by chulett
DSSearch will do that, I believe.

Posted: Wed May 26, 2010 9:34 am
by suman27
DSearch -ljobs SequencerName gives list of jobs used by the sequencer. Thanks Craig

Posted: Wed May 26, 2010 6:41 pm
by ray.wurlod
Sequencers don't use jobs.

Sequences do.