That's because a single instance job can not be started if its status is already running.
You will need to give each instance a separate invocation ID - perhaps the name of its controlling job sequence (which can be obtained from the DSJobController macro).
Search found 53125 matches
- Thu Jan 26, 2006 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: single job in more job sequence.
- Replies: 2
- Views: 1039
- Thu Jan 26, 2006 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -logsum
- Replies: 5
- Views: 2094
- Wed Jan 25, 2006 11:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need some guidance to do a job
- Replies: 1
- Views: 754
In a word, AFTERWARDS. Trying to capture these statistics in real time does nothing but slow down your throughput. Further, it's probably something you don't even want DataStage to do. Number of records in source is a property of the source. Number of records in target is a property of the target. U...
- Wed Jan 25, 2006 11:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -logsum
- Replies: 5
- Views: 2094
Show me. The script looks OK, so it has to be tested thoroughly. Show me the results of a script with echo !$variable! statements in it. The "!" characters let you see where the variable is empty. I presume a manually entered dsjob -logsum request with no variables works OK? Then start adding variab...
- Wed Jan 25, 2006 7:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connection problems between DataStage and Oracle
- Replies: 2
- Views: 1714
1) No. There might be something in the ODBC driver, depending on the vendor from which you obtained the driver. 2) There's no automatic one, nor would it be easy to detect a failed channel part way through. You could detect the specific error message in the log and built your restart logic around th...
- Wed Jan 25, 2006 7:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -logsum
- Replies: 5
- Views: 2094
- Wed Jan 25, 2006 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-00060: deadlock detected
- Replies: 11
- Views: 7429
Ray do you happen to know of the reviews on advanced EE training from IBM? Student feedback forms are returned to IBM. After that they are analyzed to look for ways to improve the classes. The instructor quickly looks at them (maybe) at the end of class, and never sees them again. If there are issu...
- Wed Jan 25, 2006 5:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-defined value in SDKSequences
- Replies: 3
- Views: 933
Since SDKSequences is a hashed file, navigation is by field number, not by column name. Create a table definition containing two columns (called, maybe, SequenceName and NextKeyValue), both VarChar with precision 254. Mark the first of these as Key and not null. Use this table definition in Hashed F...
- Wed Jan 25, 2006 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job parameter uses
- Replies: 2
- Views: 1233
- Wed Jan 25, 2006 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User ID login problem.. After DS upgrade..
- Replies: 3
- Views: 1392
- Wed Jan 25, 2006 5:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Source Tables Column Conflict (OLEDB Input stage)
- Replies: 10
- Views: 2955
- Wed Jan 25, 2006 5:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Duplicates in a flat file
- Replies: 2
- Views: 981
If you're reading the flat file with a Sequential File stage why not just specify sort -u (with appropriate redirection) in a Filter? Then process the file that is the result of that command, and which will have no duplicate rows. I am assuming here that you have some kind of UNIX-on-Windows, such a...
- Wed Jan 25, 2006 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Store procedure in DataStage
- Replies: 3
- Views: 1983
Re: Store procedure in DataStage
I have tried to execute one procedure in stage ODBC: User-defined SQL=call nameprocedure(); The procedure is executed several times (loop). How I can avoid the loop? Thanks The stored procedure is called once for each row processed by the job. The only way you can "avoid the loop" is by processing ...
- Wed Jan 25, 2006 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capturing row counts from links in ETL job
- Replies: 6
- Views: 2499
- Wed Jan 25, 2006 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How many users can DataStage handle at a time?
- Replies: 7
- Views: 2608
Client licensing is now being enforced, where it wasn't prior to version 7. Licensing is checked in three different locations, only two of which can be "hacked", so forget about trying to defeat it. There can be a problem of licences being held by defunct (abnormally terminated or killed) connection...