Search found 42189 matches

by chulett
Sat Mar 27, 2010 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read delimited: required Column missing - Urgent
Replies: 11
Views: 7390

It's set by the Quote Character on the Format tab. Make sure it is set to an acceptable 'quote' character (like ") rather than "000" which means "no quotes". That or strip the pipes from the data if that's allowed / acceptable.
by chulett
Sat Mar 27, 2010 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read delimited: required Column missing - Urgent
Replies: 11
Views: 7390

Then you''ve got a delimiter issue. For example, your file is comma delimited, there are commas in your data and you are not quoting strings. That or you're wrong about the metadata.
by chulett
Sat Mar 27, 2010 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read delimited: required Column missing - Urgent
Replies: 11
Views: 7390

OK. Clarify for us what "improper and junk data" means. Post examples of what you think you are writing out and what "junk" you are finding. Also check from UNIX rather than DataStage, how does it look there?
by chulett
Sat Mar 27, 2010 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read multiple stages in datastage one by one
Replies: 14
Views: 5123

Assuming you can. We still don't know the reasoning behind 'needing' three separate stages or the serial processing.
by chulett
Sat Mar 27, 2010 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion when using Oracle Enterprise stage as Target
Replies: 9
Views: 3219

Two problems with your "conversion". First, no "toDate", leave it as a string to play this game. That or use a StringToTimestamp() with the proper mask after adding the zeroes. Second, just cat on the " 00:00:00" in once piece, no need for everything to be separate like...
by chulett
Sat Mar 27, 2010 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read delimited: required Column missing - Urgent
Replies: 11
Views: 7390

So... you have this error reading the file you just wrote? First triple-check and make sure your file pathnames, options and column metadata match. And undo your 'Incomplete Column' attribute change, it doesn't work that way.

:!: ps. It's not urgent.
by chulett
Fri Mar 26, 2010 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read multiple stages in datastage one by one
Replies: 14
Views: 5123

No, they will always run in parallel. Again, why three separate stages? Is the metadata different? Can you not read all three in a single stage using a File Pattern?
by chulett
Fri Mar 26, 2010 8:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to read multiple stages in datastage one by one
Replies: 14
Views: 5123

No. It might help to know what's in these three input stages, however, to determine a best course of action for you.
by chulett
Fri Mar 26, 2010 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STP - Stored_Procedure error
Replies: 1
Views: 1283

And... you've tripled-checked the 'connect identifier specified' and are positive that all is good there?
by chulett
Fri Mar 26, 2010 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Running Unusually long time after large load
Replies: 10
Views: 2787

Sure, you never know what people have or haven't seen before, so it's always worth a shot. :wink:
by chulett
Fri Mar 26, 2010 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting only the first character of a string as SP output
Replies: 5
Views: 2419

Thanks Andy, I had to get out the door and have zero internet access during the day, so figured someone would have my back. 8)
by chulett
Fri Mar 26, 2010 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Script Inside transformer
Replies: 5
Views: 2614

Terrible requirement. What exactly is this script doing that it needs to run for every row?
by chulett
Fri Mar 26, 2010 5:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rare Error
Replies: 6
Views: 2495

This is old enough I don't really remember what I was thinking of when I said I've "seen this". :? Regardless, please start your own post. This lets us know your version of the product and your O/S and gives you the ability to proclaim the issue 'Resolved' if we get that far. When you do, ...
by chulett
Fri Mar 26, 2010 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs Running Unusually long time after large load
Replies: 10
Views: 2787

OK, with that I would suggest taking it to your official support provider. Perhaps this is a known change in behaviour with a known resolution or patch.
by chulett
Fri Mar 26, 2010 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting only the first character of a string as SP output
Replies: 5
Views: 2419

... and yet you need to get output? Hmmm...