Search found 42189 matches

by chulett
Thu Sep 17, 2009 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirements to a new installation
Replies: 4
Views: 1108

:? Umm, ok. I only asked because people sometimes search for too many words at a time. There's also an issue with the search here that only an Exact Search returns results from the beginning of time, the others seem to be time limited, meaning if what you are looking for is more than a few weeks (?)...
by chulett
Thu Sep 17, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Criteria for creating a new project
Replies: 3
Views: 1101

In my experience, projects are created to support subject areas, logical groups of jobs - regardless of the number of jobs, unless that number becomes VERY large and unwieldy.
by chulett
Thu Sep 17, 2009 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: This update action 'insert or update' is not compatible with
Replies: 1
Views: 1151

Set your Array Size property to 1. Not sure what other advice you were expecting. :?

Of course, you could stop using that combo action.
by chulett
Thu Sep 17, 2009 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EXTF_Shellscript,0: Wrapped Unix command
Replies: 2
Views: 995

You need to post an actual question and provide details of your issue. All we know right now is you ran a script and it returned a '2'. :?
by chulett
Thu Sep 17, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Criteria for creating a new project
Replies: 3
Views: 1101

There's no effective limit on the number of projects unless the number of directories it creates becomes an issue (AIX). The number of jobs is more of an issue and that mostly just a 'how long it takes to refresh' in the client tools.
by chulett
Thu Sep 17, 2009 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file lookup/caching issue (assumption)
Replies: 19
Views: 4230

So your lookup is failing on the first run. Since it succeeds on the second run with the same data, then it doesn't seem like a key matching / trimming issue. Sounds to me like you'd need to concentrate on the 'caching' aspect of it, why a write to the same hashed file isn't available until the next...
by chulett
Thu Sep 17, 2009 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file lookup/caching issue (assumption)
Replies: 19
Views: 4230

Sorry, not 'removed' but meant to say 'reused'. D'oh.
by chulett
Thu Sep 17, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed file lookup/caching issue (assumption)
Replies: 19
Views: 4230

OK, you seem to have covered all of the bases: 1. Reference hashed file is not cached. 2. Write link is to same hashed file name. 3. Only needs to be in the same transformer when 'locked for update' is used. 4. Write link not cached, not set to clear the hashed file. 5. Any clear of the reference ha...
by chulett
Thu Sep 17, 2009 5:19 am
Forum: General
Topic: conversion
Replies: 2
Views: 1002

Otherwise just add 2000 or 1900 for a numeric solution.
by chulett
Wed Sep 16, 2009 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal field getting round off
Replies: 7
Views: 2979

So what stages are you using in your job? And this sum() you are fetching is using a 'group by' in your source sql I assume, yes?
by chulett
Wed Sep 16, 2009 10:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema Files usage in Import stage - Help
Replies: 5
Views: 1535

Not really an answer, per se, but do you not realize that the order you mention those columns in your DML will make absolutely no difference to the result?
by chulett
Wed Sep 16, 2009 10:31 pm
Forum: General
Topic: Sequential file stage - mass change to incomplete column?
Replies: 3
Views: 2007

There isn't a way that I know of, except perhaps to export / edit / import the dsx. I think I just got really good at the R-R-Enter-DownArrow key sequence. :wink: ps. I prefer just 'Replace' without the pesky warning unless you really need to know that field is missing and possibly abort the job if ...
by chulett
Wed Sep 16, 2009 9:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PICKNULL in UNCONFIG file
Replies: 6
Views: 2463

Realize that he said it may do so, not that it does. Hence the suggestion to check with support.
by chulett
Wed Sep 16, 2009 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage client install on Shared Environment
Replies: 3
Views: 939

I would take those questions back to IBM, if I were you. That or your official support provider.
by chulett
Wed Sep 16, 2009 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to sum the values in columns
Replies: 13
Views: 2873

Right, that would be the 'fork join' design that John Smith mentioned in the first reply here.