Search found 42189 matches

by chulett
Tue May 30, 2006 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDC with single stage
Replies: 19
Views: 4263

Indubitably! :wink:
by chulett
Tue May 30, 2006 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SDC with single stage
Replies: 19
Views: 4263

Pellucid, eh? Had to go look that one up. :lol:
by chulett
Tue May 30, 2006 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: natural key
Replies: 3
Views: 1082

Google. Wikipedia. Ralph Kimball books.
by chulett
Tue May 30, 2006 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key concept
Replies: 3
Views: 991

Why not just look this stuff up on your own? We're not really here to educate you on basic database or warehousing topics. Google is your friend. Or check Wikipedia.

A live example? 23478390662
by chulett
Tue May 30, 2006 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: end of character
Replies: 3
Views: 1415

The Sequential File stage has a 'Contains Terminators' option on the Columns tab that you'll need to scroll over to see. Setting it to 'Yes' for the columns where the terminator character is in the data will allow the stage to read the file correctly.
by chulett
Tue May 30, 2006 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Flat file to be used which has NEWLINE entry problem
Replies: 1
Views: 1110

One possible solution would be to scroll your Sequential File stage's Column tab over to the left so you can see the 'hidden' goodies on the right-hand side. One is 'Contains terminators' and when set to yes for a particular column will allow you to read terminators in that column as data.
by chulett
Tue May 30, 2006 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Storing Each Failed Lookup Column as a Output Row
Replies: 6
Views: 1550

One suggestion would be to leverage the Sequential File stage to create them for you as documented in this FAQ posting.
by chulett
Tue May 30, 2006 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File cleanup
Replies: 7
Views: 1691

The answer will depend on if they were created 'pathed' or in an account...
by chulett
Tue May 30, 2006 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot edit any stages within a Job Sequence
Replies: 11
Views: 3491

Any chance Windows Service Pack 2 was just installed on your pc? There is a patch available for that, if so.

First, though, I'd simply try reinstalling the client. It's painless and will fix any odd registration or ddl problems that may have cropped up.
by chulett
Tue May 30, 2006 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create flat file without repetation of one column with simil
Replies: 1
Views: 947

Write to a hashed file keyed to 'name' with 'marks' as varchar data. Reference lookup to same hashed file - not cached. Lookup miss = write new record, lookup hit = append new mark (and pipe) to existing data.

Source from hashed file when complete...
by chulett
Tue May 30, 2006 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i define metadata of file columns at run time.
Replies: 10
Views: 2131

So now suddenly we are giving PX solutions to Server problems? :?
by chulett
Tue May 30, 2006 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting Data into single comma seperated row
Replies: 7
Views: 2469

Then it sounds like you'll need to write a custom routine and take an iterative approach.
by chulett
Tue May 30, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Polish Charecter Nls Support
Replies: 15
Views: 4615

Re: Polish Charecters

Why are we quoting entire messages? Are people not aware there is a simple Reply button at the bottom of the post? If you really need to quote someone, at least only quote the specific parts you are replying to, trim out all the other noise. This isn't usenet or someplace where we may not have acce...
by chulett
Tue May 30, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to extend temp segment by 128 in tablespace TEMP2
Replies: 9
Views: 4059

Can you please advise some tuning tips? I have already created index on the table on which view is created. Thanks. No, not really, other than extremely generic stuff. Include the topic in your conversation with your DBA. Run an explain plan. Look for Bad Things that would cause operations to spill...
by chulett
Tue May 30, 2006 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding SortStage
Replies: 7
Views: 1644

Do you have something against Transformer stages? What happens in approach number one when you add two of them into the job stream?