Page 1 of 1

List of sequences

Posted: Wed Jan 23, 2013 1:42 pm
by nagarjuna
Is there anyway to find the list of all sequences , which are not restartable ?

Thanks

Posted: Wed Jan 23, 2013 7:19 pm
by ray.wurlod
Bound to be, but I'm not at a site where I can look at that. (At another pre-installation site.)

Posted: Thu Jan 24, 2013 12:52 am
by vamsi.4a6
1)Get the the list of the Jobs using dsjob -ljobs <project>
2)Identify restartability of Job by using dsjob -jobinfo <project> <job> command[Job Restartable]
3)The step 2 should be repeated for all the Jobs in a project[Use Unix scripting or Loop activity in Datastage]

Posted: Thu Jan 24, 2013 4:15 pm
by nagarjuna
Thanks for your responses .

dsjob with jobinfo is giving value zero for all ( restartable & non restartable ) type of sequences .

Any idea why it is giving zero ??

Posted: Thu Jan 24, 2013 7:02 pm
by ray.wurlod
1) All your sequences are non-restartable.
or
2) There's a bug.