Search found 42189 matches

by chulett
Mon Mar 01, 2010 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Null handling and reject link
Replies: 8
Views: 3334

Ray does tend to be a pretty good guesser, though. :wink:
by chulett
Mon Mar 01, 2010 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Null handling and reject link
Replies: 8
Views: 3334

Is a warning or other message being logged? Do you have constraints on the output link? What exactly do you mean by "rejected"? :?

No-one can know the why unless you provide more information on what you are doing or seeing, right now we'd only be guessing.
by chulett
Mon Mar 01, 2010 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job sequnece re running aborted job only
Replies: 12
Views: 6638

vinsashi wrote:reset and rerunning.
Re-read what I posted. Only reset it if you want it to restart from the beginning.
by chulett
Mon Mar 01, 2010 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: round funtionliaty in parallel jobs
Replies: 6
Views: 1978

What is the scale on your target field?
by chulett
Mon Mar 01, 2010 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML parsing, zero records in o/p file
Replies: 20
Views: 6805

Interesting... two inline stages is a very cool idea for that situation, not sure I would have thunked of that. 8)
by chulett
Mon Mar 01, 2010 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to connect to server
Replies: 1
Views: 968

The message is pretty clear. Have you attempted to "ensure" what it asked you to ensure?
by chulett
Mon Mar 01, 2010 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: round funtionliaty in parallel jobs
Replies: 6
Views: 1978

The appropriate rtype would handle that, up or down. Use that in the right function for the job, DecimalToDecimal() perhaps. Check the Parallel Job Developer's Guide for Type Conversions.
by chulett
Mon Mar 01, 2010 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating a fixed width file with different header size
Replies: 1
Views: 1150

Build them separately and then concatenate them together afterwards in the proper order. You may also be able to build the records manually as one varchar field and make sure they write out in the proper size and format.
by chulett
Mon Mar 01, 2010 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading files using file pattern -Is there a max limit?
Replies: 14
Views: 11213

Well, "too many" is a bit of a red herring as it is all about how much space their names take up rather than strictly the number of files.

We're not privy to the inner workings of the stage, hence the suggestion to take this to support.
by chulett
Mon Mar 01, 2010 2:44 pm
Forum: General
Topic: Information on the files in &PH&
Replies: 4
Views: 1720

Communication area for the "PHantom" (background) processes all jobs run as. They're just text files, poke around and see for yourself what's in them.
by chulett
Mon Mar 01, 2010 2:42 pm
Forum: General
Topic: Mistaking Warning Message
Replies: 9
Views: 2678

Well... we're be here when you come back. I sincerely doubt that would be all the fix you need but time will tell. :wink:
by chulett
Mon Mar 01, 2010 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with order of primary keys
Replies: 4
Views: 1499

Right, in a RDBMS table it makes absolutely no difference where indexed fields are in the table, including the PK fields. As noted, the only thing that seems to care is the wetware, the people.
by chulett
Mon Mar 01, 2010 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with order of primary keys
Replies: 4
Views: 1499

No, there's no rule as to where or in what order they need to be declared in the table. That's a people thing.
by chulett
Mon Mar 01, 2010 8:17 am
Forum: General
Topic: Performance
Replies: 11
Views: 3410

So, one job running on 6 nodes brought your server to its knees? And 2 hours to process half a billion records is 'poor performance'? Me, I would be happy with the 2 hours, especially considering the amount of hardware you (apparently) have to throw at the problem. :wink: