Search found 42189 matches

by chulett
Mon Jun 08, 2009 11:09 am
Forum: IBM QualityStage
Topic: Usage of Quality Stage if data is already classified
Replies: 7
Views: 1954

If all you are talking about is assembling a 'full' address line from the various (clean/validated) parts then no, you certainly don't need QualityStage just for that.
by chulett
Mon Jun 08, 2009 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fresh Install...Compile problem with transformer
Replies: 16
Views: 11692

You'll have to wait for IBM to get back to you on your exact situation, but anecdotal evidence here suggests it must be the version noted in the docs. Unless another AIX user has experience with this exact same combination?
by chulett
Mon Jun 08, 2009 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Key Change - Increment Value
Replies: 13
Views: 3031

As noted above, just use stage variables.
by chulett
Mon Jun 08, 2009 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run the job using dsjob: dsjob: not found
Replies: 6
Views: 2239

Still, this is a simple pathing problem. Any command has to be either in the $PATH to be found or fully pathed or an appropriate relative path needs to be used.
by chulett
Mon Jun 08, 2009 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop processing when nulls are found
Replies: 9
Views: 2764

Well... if the goal is to stop processing any subsequent rows without aborting, you can't. Best you could do is set a stage variable to start skipping all records after that condition is detected but you'll need to run through the entire data set.
by chulett
Mon Jun 08, 2009 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop processing when nulls are found
Replies: 9
Views: 2764

Do you mean anything special by 'a set of nulls'? Sounds like you just need a Reject link set to 'Abort after 1 row' - as long as 'stop processing' means abort that is.
by chulett
Mon Jun 08, 2009 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple Files from a source Directory
Replies: 6
Views: 2215

So your O/S is actually Windows? :?

What happens if you simply add it? I would suspect if it still doesn't work it's an issue in that old/unique version.
by chulett
Mon Jun 08, 2009 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to parse a datastage job and fetch all col derivations
Replies: 12
Views: 3800

This as a way to obtain the derivation? Interesting, don't recall seeing that one before. It's not new in the 8.x release, is it?
by chulett
Mon Jun 08, 2009 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters being truncated in API Stage
Replies: 5
Views: 1382

Kindly explain what you mean by 'special' characters.
by chulett
Mon Jun 08, 2009 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple Files from a source Directory
Replies: 6
Views: 2215

Well, that $APT variable ( and perhaps one more) have made this work for others. What 7.x version are you running?
by chulett
Mon Jun 08, 2009 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to parse a datastage job and fetch all col derivations
Replies: 12
Views: 3800

Perhaps with an advanced uderstanding of the underlying repository you could engineer something directly from there. The API will get you most of that, but not the derivations. Otherwise, you may want to look into generating a job report and then processing that. There's an icon in the Designer that...
by chulett
Mon Jun 08, 2009 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob and dsapi_slave are still alive after the job finished
Replies: 1
Views: 1342

Sorry, no, not really. Any kind of a pattern here when this happens? Different jobs and projects, ok, but are other activities running on that server at that time? Perhaps anti-virus? That's one thing that pops into my head as a possible culprit that we've seen wreak havoc in the past.
by chulett
Mon Jun 08, 2009 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to parametrized wait for file activity stage
Replies: 5
Views: 2012

Many ways. A custom routine could get and format the date you pass to the stage, you could get it from the operating system with an Execute Command stage, etc etc.
by chulett
Mon Jun 08, 2009 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: accidentally delete all data in DS_JOBS
Replies: 13
Views: 4528

Well... it's called a "backup" - do you have one? Could be exports of all projects to .dsx files or it could be file level "system" backups. Without one or the other, I'm afraid that not only are all of your jobs gone but you'll need to reinstall DataStage as well. Perhaps someon...
by chulett
Mon Jun 08, 2009 6:14 am
Forum: General
Topic: datastage xml parsing
Replies: 5
Views: 5512

Can you post your XPath Expressions, please?