Search found 42189 matches

by chulett
Wed Sep 08, 2010 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scd type 2
Replies: 6
Views: 1923

The processing in Server isn't all that different from PX. Hashed files do the lookup part and you need to handle the 'CDC' by comparing old and new data yourself.
by chulett
Tue Sep 07, 2010 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update column in all the jobs
Replies: 13
Views: 4425

What's "not working" about what you are doing? And isn't that backwards from your original post?
by chulett
Tue Sep 07, 2010 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we call a package from datastage
Replies: 8
Views: 4295

Try without the semicolon. I have called packages from the SP stage without issue in the past, any reason not to use it?
by chulett
Tue Sep 07, 2010 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we call a package from datastage
Replies: 8
Views: 4295

I don't see why not, a proc is a proc, package or otherwise. Have you tried it? Had issues? Have a more specific question?
by chulett
Tue Sep 07, 2010 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate null values for a column on every month 1,2,3
Replies: 4
Views: 1589

Then some combination of a check of the day plus the %E format tag to get the 'day of week' to check for days 1 thru 3 seems to be in order.
by chulett
Tue Sep 07, 2010 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCI_ERROR: Bad Oracle environment
Replies: 8
Views: 7631

"Normal maintenance" doesn't really tell anyone anything. And are you saying someone edited your dsenv file and removed the Oracle environment variables? :? If so, that needs to be restored, a uvregen done and DataStage restarted for those changes to take effect.
by chulett
Tue Sep 07, 2010 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To populate null values for a column on every month 1,2,3
Replies: 4
Views: 1589

Unless they mean the first three business days, or the first three weekdays of the month.
by chulett
Tue Sep 07, 2010 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we call a package from datastage
Replies: 8
Views: 4295

Stored Procedure stage.
by chulett
Mon Sep 06, 2010 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANSI -> UTF8 problem
Replies: 7
Views: 4802

How one would check is detailed here.
by chulett
Mon Sep 06, 2010 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANSI -> UTF8 problem
Replies: 7
Views: 4802

Silly question perhaps, but is your installation "NLS Enabled"? Meaning, was that option selected when the product was installed? Not certain that's even a issue here, more of a curiousity on my part.
by chulett
Mon Sep 06, 2010 11:37 am
Forum: General
Topic: Can't start server after xmeta password change
Replies: 4
Views: 3977

Good job tracking that down... not sure that is a "workaround", however.
by chulett
Mon Sep 06, 2010 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rounding differences?
Replies: 9
Views: 5257

Interesting... what kind of operations / transformations are you performing on those decimals in the job?
by chulett
Mon Sep 06, 2010 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing scripts
Replies: 15
Views: 5850

Rather than continuing to guess what may or may not be going on here, why don't we wait for the OP to come back and hopefully clear things up for us?
by chulett
Mon Sep 06, 2010 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while running Parallely all the jobs
Replies: 1
Views: 1215

You've already answered this - run fewer jobs at the same time, your system does not have infinite resources and cannot handle the load when all run simultaneously.
by chulett
Mon Sep 06, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted after loading 1500 records
Replies: 4
Views: 1492

Any other way to answer your second question? No.