Search found 42189 matches

by chulett
Mon Jun 14, 2010 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Improvement Needed
Replies: 7
Views: 2136

You have yourself a plain old ordinary sql query optimization task which really doesn't have much to do with DataStage until it starts returning records, at which time your Array Size setting with take affect. Other than that, it's all about explain plans, indexing, hash joins versus nested loops, s...
by chulett
Mon Jun 14, 2010 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column names with -
Replies: 12
Views: 3879

Try it, let us know.
by chulett
Mon Jun 14, 2010 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup input variable NOTFOUND not working
Replies: 1
Views: 1059

The NOTFOUND link variable only works reliably with a hashed file lookup. For direct database lookups, you need to fall back to the Old Skool null check as you are doing.
by chulett
Mon Jun 14, 2010 6:29 am
Forum: General
Topic: ftp error loading XLS file
Replies: 5
Views: 2065

Now that that is out of the way, we can get on to solving the real problem. Can you perform a manual ftp at the command line from the DataStage server to your ftp server? Have you involved your admins, verified that ftp is possible between the two?
by chulett
Mon Jun 14, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does a messy table definition repository affect performance?
Replies: 4
Views: 1413

OK, sure, anything that makes either the Universe or XMETA repositories full would be a Bad Thing.
by chulett
Mon Jun 14, 2010 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does a messy table definition repository affect performance?
Replies: 4
Views: 1413

No, there's no impact on the performance of the jobs that I've ever seen. The performance of the job coder, perhaps, but not the jobs themselves. :wink:
by chulett
Mon Jun 14, 2010 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REG SCD 1 IN Px
Replies: 5
Views: 1506

We cannot as you have not stated the problem you are having.
by chulett
Mon Jun 14, 2010 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 24838

However it is a perfectly valid varchar so unclear why that would have been "in vain". What is the data type in Oracle of the target field for that value? :?
by chulett
Mon Jun 14, 2010 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 5
Views: 1616

Which is what I meant by my comment and which an exact search for 'Could not map table file' would reveal. Heck, one such post was started by yours truly, having seen this very error. :wink:
by chulett
Mon Jun 14, 2010 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle duplicate records in sequential file
Replies: 7
Views: 2897

There are multiple ways to identify duplicate records regardless of source. What have you tried?
by chulett
Mon Jun 14, 2010 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to read a column with newline characters
Replies: 2
Views: 1450

Usually, setting 'Contains Terminators' to Yes is all that is needed. What is different / unique to the 20% that are still causing you problems? Where exactly are these being 'dropped off' - does the stage not read them, your source reject them, something else entirely? Any warnings associated with ...
by chulett
Mon Jun 14, 2010 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Impact of password chnage.
Replies: 3
Views: 1120

I would run that question by your DBA, that or simply change it and see. You can always change it back.
by chulett
Sun Jun 13, 2010 10:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Improvement Needed
Replies: 7
Views: 2136

Try, let us know. What database?
by chulett
Sun Jun 13, 2010 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Improvement Needed
Replies: 7
Views: 2136

Join the two tables directly in the 'unload' query, that giant 'in' list is about the worst way to handle volumes of that size.
by chulett
Sun Jun 13, 2010 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while doing View Data
Replies: 6
Views: 6975

Let's get this out of the way first - XP is in no way a supported O/S for the Server component, so not surprising you are having issues with it. And since it is attempting to run jobs, then you must have actually installed 7.5x2 rather than 7.5.2 as stated. Correct? No other 7.x version would even l...