Search found 42189 matches

by chulett
Tue Jun 14, 2011 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement Change Data Capture in PX job
Replies: 19
Views: 23960

IMHO, technically everything in Vince's list after #1 is CDD rather than CDC. :wink:
by chulett
Tue Jun 14, 2011 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -report command in v8.0.1
Replies: 5
Views: 2037

Then it seems to me you are firmly into Support territory. From what I've seen, the 8.0 release falls squarely into the "To Be Skipped" camp. IMHO, you'd be well served to upgrade as soon as practical.
by chulett
Tue Jun 14, 2011 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -report command in v8.0.1
Replies: 5
Views: 2037

Does it work if you fully qualify the pathname to dsjob? That would be a big hint as to the issue if true. Otherwise... fixpacks?
by chulett
Tue Jun 14, 2011 6:11 am
Forum: General
Topic: SQL query in routine activity stage
Replies: 2
Views: 1631

Yes, you can execute SQL from a routine but it is on the complex side which a search here for "BCI" would reveal. Easier to leverage the command line interface (like sqlplus in Oracle) via DSExecute().
by chulett
Tue Jun 14, 2011 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I see the nodes in my project
Replies: 3
Views: 1855

Me, I'm wondering what "see the nodes" means here. :?
by chulett
Mon Jun 13, 2011 6:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to start ORCHESTRATE Process
Replies: 8
Views: 14522

:idea: Please start your own posts rather than jump on the end of one that's over three years old. We really have no idea how "same" your same error is, what version of DataStage you are running, what operating system - all of which could be different from here and vital in solving your pa...
by chulett
Mon Jun 13, 2011 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on Hash Partitioning
Replies: 7
Views: 2201

Partitioning has nothing to do with duplicates or "primary keys". As you noted, you are ensuring that all rows with the same hashed value end up in the same partition. This regardless of the fact of the incoming data's uniqueness - don't think that because your data is unique, the hashed v...
by chulett
Mon Jun 13, 2011 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Representing Local NLS characters in UTF8
Replies: 4
Views: 2168

Doesn't that depend on the NLS setting of your Windows environment?
by chulett
Mon Jun 13, 2011 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Sort Stage
Replies: 5
Views: 2254

Are you current on your fixpacks? Checked with your official support provider? Without access to your job, not sure what else to suggest. Is this your first time using that stage?
by chulett
Mon Jun 13, 2011 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Sort Stage
Replies: 5
Views: 2254

Well, the stage certainly seems to think you are using a map file. What happens if you specify a value (any value) for that property?
by chulett
Mon Jun 13, 2011 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Sort Stage
Replies: 5
Views: 2254

Are you doing something with the collating sequence map file? The error relates to the structure of that file, not anything about your stream data.
by chulett
Sun Jun 12, 2011 2:07 pm
Forum: IBM QualityStage
Topic: Provision all
Replies: 2
Views: 1552

Basic questions should be searched for first, more than likely it's already been asked and answered. For example, this may help:

viewtopic.php?t=136035
by chulett
Sat Jun 11, 2011 7:42 am
Forum: General
Topic: Nested Condition activity
Replies: 1
Views: 989

Why not simply process all "A" reports first and then process the "B"s? This regardless of how many of each are there in your control table, including zero.
by chulett
Sat Jun 11, 2011 7:35 am
Forum: General
Topic: Job Parameter removing quotes
Replies: 2
Views: 2711

So it is removing quotes rather than colons. And that is a well documented "feature" of DataStage, it does that by default. If you had searched here, you would find the fix is to escape them.
by chulett
Sat Jun 11, 2011 7:30 am
Forum: General
Topic: logsum,lognewest and logdetail
Replies: 3
Views: 1302

Sorry, but how to deal with what? You asked for and got the latest log entry, which is the normal message that Auto Purge logged when a job completes without error. Look at the log via the Director and you'll see that. Make sure you specify the newest what when you call the function. In your case, y...