Search found 53125 matches

by ray.wurlod
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

Don't kill anything you don't understand. There are better ways, beginning with issuing a Stop Job request.

From Director choose Cleanup Resources.
by ray.wurlod
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...
by ray.wurlod
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

You can't in a job.

Even in a job sequence, you will need a fairly tricky set of nested condition activities inside a loop or two.
by ray.wurlod
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...
by ray.wurlod
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

But only up to volume 72 of Part XII - the rest is IBM Confidential.

:lol:
by ray.wurlod
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

Yen Buddhists are like Zen Buddhists, only much larger begging bowls.

(Terry Pratchett)
(not my name either)
by ray.wurlod
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

What happens if you run that sed command over the file in UNIX, without DataStage in the mix? Are the internal spaces trimmed or unaffected?

Trying to isolate the location of the problem.
by ray.wurlod
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

The subject specifies "in UNIX". I stand by my original assertion.
by ray.wurlod
Thu Jun 28, 2007 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date format
Replies: 12
Views: 3152

There IS a Quote function - I use it a lot.

Quote is not in DSParams, but you can put it there so that it should compile and run successfully. But DQuote or SQuote will serve as well for the current purpose.
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
Thu Jun 28, 2007 10:13 pm
Forum: General
Topic: The NEW DSX logo
Replies: 26
Views: 9934

Much is about to change. I'm in Dallas this week and learning about the plans. There will be a big announcement - and probably an overdue Newsletter - in July.
by ray.wurlod
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

sqlldr: Command not found

Says it all. Your PATH environment variable does not include the $ORACLE_HOME/bin directory and/or your ORACLE_HOME environment variable is not set.
by ray.wurlod
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...
by ray.wurlod
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...