Don't kill anything you don't understand. There are better ways, beginning with issuing a Stop Job request.
From Director choose Cleanup Resources.
Search found 53125 matches
- Fri Jun 29, 2007 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Process id, how to find for a particular job
- Replies: 10
- Views: 3348
- Fri Jun 29, 2007 3:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project got corrupted while executing the job
- Replies: 8
- Views: 3236
OK it was ExecSH. Can you inspect the job log where ExecSH posts the command that it executed, and verify that the job parameter references were resolved correctly? Post the command that was actually executed. Did the command execute correctly? Did the job finish OK? What happens if you execute this...
- Thu Jun 28, 2007 10:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running a loop
- Replies: 1
- Views: 633
- Thu Jun 28, 2007 10:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Changing parameter names in a sequencer
- Replies: 1
- Views: 557
Hack the Repository. You did ask for the easiest. For me that would be the easiest. Next easiest is probably a global search-and-replace in an export file. Sounds like an opportunity to preach the benefits of strong metadata management (and a tool like IBM Business Glossary plus someone with very go...
- Thu Jun 28, 2007 10:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to create a Development Standards doc
- Replies: 5
- Views: 1730
- Thu Jun 28, 2007 10:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Manager
- Replies: 6
- Views: 986
- Thu Jun 28, 2007 10:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Spaces inbetween data getting trimmed off
- Replies: 9
- Views: 2440
- Thu Jun 28, 2007 10:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export DS jobs using command line in UNIX
- Replies: 5
- Views: 1288
- Thu Jun 28, 2007 10:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 date format
- Replies: 12
- Views: 3152
- Thu Jun 28, 2007 10:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup using Stage Variable
- Replies: 9
- Views: 1576
Yes, of course it's possible. You need one Transformer stage to generate the stage variable value. That goes on the output link as an extra column along with all the columns from in input link. In a separate, downstream Transformer stage you perform the lookup, using the extra column as the referenc...
- Thu Jun 28, 2007 10:15 pm
- Forum: General
- Topic: Transformations or Business Rules
- Replies: 2
- Views: 1286
If you generate a report of the job (second tool from the right in Designer toolbar) the report will include all the constraints and stage variable and output column derivation expressions. That's all you can get out of DataStage because that's all that's in there. Unless, of course, you have been p...
- Thu Jun 28, 2007 10:13 pm
- Forum: General
- Topic: The NEW DSX logo
- Replies: 26
- Views: 9934
- Thu Jun 28, 2007 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: write metho LOAD is aborting UPSERT running fine
- Replies: 2
- Views: 759
- Thu Jun 28, 2007 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem With Compiling External Routine
- Replies: 2
- Views: 1195
/opt/Ascential/Datastage/main/Ascential/DataStage/DSEngine/bin/aCC: Command not found You appear not to have an aCC command in the indicated location. You appear to have a composite or double pathname happening! Are you using parameters to specify the location of the compiler? Check the value of APT...
- Thu Jun 28, 2007 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff Between Compile & Force compile
- Replies: 3
- Views: 1512
If you change a job that contains a Transformer or Build stage, but the change does not involve these stages, then a compile does not re-generate and re-compile the C++ code associated with them - there is no point. This means that the compilation finishes rather more quickly. A Force compile forces...