Search found 42189 matches

by chulett
Mon Sep 06, 2010 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Meaning and solution of the error
Replies: 10
Views: 9183

As a guess, I would say to true.
by chulett
Mon Sep 06, 2010 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: path search failed - Unable to locate dscapiop
Replies: 9
Views: 6350

Interesting... hope it didn't take a year to figure that out! :wink:

I would imagine you could have put those same changes in your dsenv file so that any job with that particular stage would now work.
by chulett
Sun Sep 05, 2010 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

Too bad then that I'm not actually doing this in DataStage. :(
by chulett
Sun Sep 05, 2010 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

Yah... I wonder what that answer would have been? :lol:
by chulett
Sun Sep 05, 2010 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue for reading csv file into xml
Replies: 2
Views: 1185

Seems like you and highpoint have the same issue:

viewtopic.php?t=135740

Do you have multiple projects? Does it work in others but not in this one in particular?
by chulett
Sun Sep 05, 2010 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing scripts
Replies: 15
Views: 5850

Post. The. Script. Not one line from it or what you are putting in the stage but the entire contents of this "script" you are allegedly running. You have several problems here. Ray mentioned "ftp" because of this: Error: User logged in. Type set to A. ?Invalid command You have tr...
by chulett
Sun Sep 05, 2010 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

Yah, noted earlier that if this was a Server job, I'd have beeen done with it in two shakes. :wink:

Still pondering this and if it is really worth all the effort for a one job solution.
by chulett
Sat Sep 04, 2010 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

That sounds fine but does it really handle multiple changes to the same business key? It doesn't seem like I can save the inserts until last unless I know there will always only be one per key, otherwise those 'expiry' updates would be for inserts I haven't done yet. Yes? :?
by chulett
Sat Sep 04, 2010 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Partitions
Replies: 4
Views: 1390

I figured what was meant was a sort on a transformer link, which to me isn't "in" the transformer but that could just be semantics... or I could just be wrong. :wink:
by chulett
Sat Sep 04, 2010 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing multiple business key changes in a Type2 SCD
Replies: 8
Views: 3557

Processing multiple business key changes in a Type2 SCD

Looking for some conceptual help on a particular Type2 SCD issue, regardless of the tool used. Technically, I have this with Informatica right now but it's not all that different and looking more for methodology than implementation specifics right now. Besides, the peoples are way more smarter here....
by chulett
Sat Sep 04, 2010 8:45 am
Forum: General
Topic: dsjob command syntax
Replies: 8
Views: 42077

OK, took a drive through all of the 8.x documentation I have stashed away and came away mostly empty-handed. Here's what I found in Chapter 4 of the Server Job Developer Guide: dsjob Command You can use the dsjob command to call other WebSphere DataStage jobs from Command Stage. WebSphere DataStage ...
by chulett
Sat Sep 04, 2010 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Partitions
Replies: 4
Views: 1390

The join stage requires sorted input to work properly. Not sure how one would sort 'in a transformer', so make sure that either happens in your source selects (if from a database) or via explicit sort operations before the join. The hash partitioning should be good as long as you are partitioning on...
by chulett
Sat Sep 04, 2010 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

It took you less than an hour. :wink:
by chulett
Sat Sep 04, 2010 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing scripts
Replies: 15
Views: 5850

Give the full path to 'wc' in the script. If you still have problems, post the script and the exact, unedited error message(s) from the log.
by chulett
Fri Sep 03, 2010 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Usage on different Nodes
Replies: 7
Views: 2786

You can certainly read it under a 2 node configuration, no conversion required.