Search found 53125 matches

by ray.wurlod
Thu Dec 04, 2008 6:57 pm
Forum: Site/Forum
Topic: Where did the QualityStage forum go?
Replies: 5
Views: 3614

And now they're back, and a couple of new ones too.
by ray.wurlod
Thu Dec 04, 2008 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data cleansing functionality
Replies: 3
Views: 1259

There's nothing "out there" of which I'm aware as a parallel routine. It may be best to create a Build stage, since you're going to have to discover the metadata as well as to process the data records. One tip (from IOD2008): unless you have reason not to, always write BuildOps as combinab...
by ray.wurlod
Thu Dec 04, 2008 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issuewith OracleEnterpriseStage-fast Oracleloader technology
Replies: 7
Views: 2159

OK, is there anything interesting in /dsdata/Scratch/Files/ora.680136.208331.0.log ?
by ray.wurlod
Thu Dec 04, 2008 3:49 pm
Forum: Site/Forum
Topic: Where did the QualityStage forum go?
Replies: 5
Views: 3614

"They" probably lost it when the added the Editor's BLOG. I'm sure "they" will put it back shortly. Indeed, there's a whole category of forums that have vanished - all of what used to the the "peripheral tools" like ProfileStage/Information Analyzer and MetaStage.
by ray.wurlod
Thu Dec 04, 2008 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unknown argument error
Replies: 10
Views: 1545

Oracle bin Larry
:twisted:
by ray.wurlod
Thu Dec 04, 2008 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe Tapes to Unix
Replies: 7
Views: 2145

You could, but you might need to allow for blocking factor. Probably the Complex Flat File stage can manage this.

At worst you could write a DataStage BASIC routine and use its low level READT statement.
by ray.wurlod
Thu Dec 04, 2008 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CSV column to different columns
Replies: 14
Views: 3576

Or even easier a server job loading a multi-valued field and reading it normalized.
by ray.wurlod
Thu Dec 04, 2008 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot read kernel parameter
Replies: 6
Views: 1364

Are you certain that you have a Solaris version of DataStage server?
by ray.wurlod
Thu Dec 04, 2008 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open descriptor file to createNo such file or dir
Replies: 9
Views: 5502

Also the generated pathname contains a double slash. Not all UNIXes can manage this.
by ray.wurlod
Thu Dec 04, 2008 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restart variable in Sequence
Replies: 4
Views: 2004

I can still only suggest creating a server routine (and invoke it from a Routine activity) to read the job sequence's log.
by ray.wurlod
Thu Dec 04, 2008 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ecom_order_proj_dtl_SRC_SEL,0: Fatal Error: Virtual data set
Replies: 4
Views: 1939

Sure. Find out what's wrong with the data. It's something DataStage does not know how to handle. Check that the metadata in your job design precisely matches what you imported from Teradata.
by ray.wurlod
Thu Dec 04, 2008 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates using Transformer
Replies: 8
Views: 4256

Only that there was no mention of a Sort stage in the original question. Without a Sort stage you don't get a KeyChange column. But it would be a viable solution.
by ray.wurlod
Thu Dec 04, 2008 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unknown argument error
Replies: 10
Views: 1545

It is NEVER true. Oracle is wrong.
by ray.wurlod
Wed Dec 03, 2008 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Metadata error for Red BRick
Replies: 5
Views: 1217

You will need an ODBC trace to verify this, but I suspect that DataStage is not properly invoking the SQLForeignKeys() function (through the BCI). You will need to involve your official support provider with this one. Meanwhile you could try importing the table definition without importing its relat...