Search found 33 matches

by bman
Thu Dec 27, 2007 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instance invocation from a shell script
Replies: 9
Views: 3078

When the script ( I mean the script that contains the dsjob command) is invoked giving some time ( 5 to 10 sec) between each invocation then it is working fine. But when I invoke the script multiple time at the same time it fails. Again it doesnot fail for all the invocations,some of the instance wo...
by bman
Thu Dec 27, 2007 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instance invocation from a shell script
Replies: 9
Views: 3078

Multiple instance invocation from a shell script

Hi, we have a requirement to run our job in multi instance mode. Job is triggered by shell script and it passes the invocation id as a jobparameter. The shell script is invoked by a third party application once it recieves a file. If it recieves 10 files it will call script 10 times. There is a chna...
by bman
Sun Dec 16, 2007 1:43 pm
Forum: General
Topic: Multi instance job and file locking
Replies: 1
Views: 1107

Multi instance job and file locking

Hi, We have a requirement where in, we need to get our job triggered whenever a file is available at the source folder (File name follows a pattern). We are using a script to poll for the file and call the sequencer when it is available. The job is set as multi instance and it writes the status of p...