Page 1 of 1

Running a proj from data stage

Posted: Fri Sep 10, 2010 10:39 am
by agpt
Hi All,

Like we submit a data stage job from unix using dsjob command, how can i submit a project. My project has 10 jobs. have created a sequence too. How do I submit it now? so that all of them run as per their order in sequence?

Posted: Fri Sep 10, 2010 10:41 am
by chulett
You submit the jobs ones by one, not 'the project'. Or just run the Sequence job if it handles all of the jobs itself.

Posted: Fri Sep 10, 2010 10:43 am
by agpt
Thanks!!!!

one more question please, what is extension of jobs like dataset has extension .ds?

Posted: Fri Sep 10, 2010 12:06 pm
by chulett
They only have an "extension" if they are multi-instance, that's when you add the "dot" and the Invocation Id to the name. Otherwise, it's just the name.

Posted: Fri Sep 10, 2010 12:13 pm
by agpt
chulett wrote:They only have an "extension" if they are multi-instance, that's when you add the "dot" and the Invocation Id to the name. Otherwise, it's just the name. ...
Thanks Craig. On this can you please tell me how do I make a job multi instance?

Posted: Fri Sep 10, 2010 12:37 pm
by vinothkumar
Open job properties and under General tab there will be a check box called "Allow Multiple Instance". Please enable it. It will create multiple instance jobs. While running, it will ask for invocation id. Finally your job will run as JobName.InvocationID

Posted: Fri Sep 10, 2010 12:45 pm
by agpt
Thanks a lot!!!!

Posted: Fri Sep 10, 2010 1:48 pm
by chulett
Make sure you understand what that does, jobs typically need to be designed with multi-instance capabilities in mind. There's more to it than simply flipping the switch.

Posted: Fri Sep 10, 2010 1:50 pm
by agpt
chulett wrote:Make sure you understand what that does, jobs typically need to be designed with multi-instance capabilities in mind. There's more to it than simply flipping the switch.
Thanks Craig.... Is there any documentation about the same?

Posted: Fri Sep 10, 2010 5:20 pm
by chulett
Should be. In the 7.x world it was all documented in the manual for the Director client, not sure where it might have ended up in the 8.x world.

Posted: Sat Sep 11, 2010 12:36 am
by agpt
chulett wrote:Should be. In the 7.x world it was all documented in the manual for the Director client, not sure where it might have ended up in the 8.x world. ...
Thanks!!!