Page 1 of 1

Reset mutiple jobs together

Posted: Fri Aug 24, 2012 3:25 am
by lordlebu
Hi,

I have access to Datastage Director, but no access to the unix account.

If there any option in these tool to reset mutiple jobs together?

Thanks in advance :)

Posted: Fri Aug 24, 2012 3:43 am
by ArndW
No, not from the director.

Posted: Fri Aug 24, 2012 3:58 am
by lordlebu
I have the tools Designer, Manager also. I never tried scripting routines, is there any process to perform it that way?

Posted: Fri Aug 24, 2012 4:36 am
by ray.wurlod
Yes. You can create sequences that reset jobs automatically (if required) before they run.
You can create a routine that runs through all of the jobs in the project and resets any that require it. You could also create a job that performs that task.

Posted: Fri Aug 24, 2012 4:37 am
by ArndW
The "dsjob" command-line utility lets you do many things, including resetting a job. Putting this inside a loop in a script would let you do what you want.

Posted: Fri Aug 24, 2012 4:39 am
by ray.wurlod
(no access to unix account)
:wink:

Posted: Fri Aug 24, 2012 5:42 am
by ArndW
Ahh, missed that from the original post.

No, there is no way for you to reset multiple jobs at the same time.