Search found 53125 matches

by ray.wurlod
Wed Apr 04, 2012 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SurrogateKey
Replies: 5
Views: 1693

True, but those are correctness issues, not performance issues! :wink:
by ray.wurlod
Wed Apr 04, 2012 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem of data trunction
Replies: 11
Views: 3674

So you are telling us that there are commas in the (quoted) data in a comma-delimited file?

Parallel Sequential File stage is notoriously poor at handling these. Try using a server Sequential File stage, either in a server job or in a server Shared Container in a parallel job.
by ray.wurlod
Wed Apr 04, 2012 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting a job with warnings
Replies: 14
Views: 4962

Re: Exporting a job with warnings

BASU wrote: I cannot evade these warnings
You're not trying hard enough.
by ray.wurlod
Wed Apr 04, 2012 3:11 pm
Forum: General
Topic: Fact vs Dimension
Replies: 10
Views: 3300

Which will be loaded first? Whichever one you choose to load first.

However, there is a right way and a wrong way. And the wrong way is highly likely to throw errors, for example if referential integrity is enforced in the database (which it should be).
by ray.wurlod
Wed Apr 04, 2012 3:09 pm
Forum: General
Topic: matrics
Replies: 2
Views: 932

Matrics isn't anything in DataStage.
by ray.wurlod
Tue Apr 03, 2012 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC SQL Server Driver Timeout expired error
Replies: 4
Views: 2641

Sounds like you need one or more of the following:
(a) less load on the machine
(b) less load on the connection(s) to SQL Server
(c) a more powerful server (or two)
(d) faster network
(e) more or dedicated network channels
by ray.wurlod
Tue Apr 03, 2012 9:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SurrogateKey
Replies: 5
Views: 1693

Define "performance" in an ETL context. Rows/sec is not a good metric, due to the huge number of variables, not least row size, buffering, and the like. NextSurrogateKey() function and Surrogate Key Generator stage are functionally identical - they get the next key value from a set maintai...
by ray.wurlod
Tue Apr 03, 2012 9:29 pm
Forum: General
Topic: Period or dot in Invocation ID
Replies: 3
Views: 1424

Dots are not and never will be accepted, for the same reason that (in most databases anyway) they're not permitted in identifier names such as schema, table and column names.
by ray.wurlod
Tue Apr 03, 2012 9:27 pm
Forum: Site/Forum
Topic: DSXchange renewal email???
Replies: 4
Views: 8099

Your expiry date appears on the home page.
by ray.wurlod
Tue Apr 03, 2012 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error in Aggregator
Replies: 5
Views: 1249

I don't see any IPC stages in the job design you posted. Of course to be able to use Link Partitioner stage you have to have inter-process row buffering enabled, and this will preclude using intra-process buffering. I'd be looking at trying to improve the performance of the Aggregator stages by sort...
by ray.wurlod
Tue Apr 03, 2012 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key issue
Replies: 2
Views: 1548

How are you partitioning these data? Is each partition processing exactly the same number of rows? If not, expect gaps.
by ray.wurlod
Tue Apr 03, 2012 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Vs Transformer..
Replies: 11
Views: 3851

Re: Copy Vs Transformer..

i have a .ds file with 2.6billion records. No you don't. The .ds file contains no records whatsoever. It's a descriptor file that describes locations of physical files that do contain your data. Another way to make a copy of a data set is to use the orchadmin cp command. This does not generate any ...
by ray.wurlod
Tue Apr 03, 2012 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SurrogateKey
Replies: 5
Views: 1693

"Best" in what sense?
by ray.wurlod
Tue Apr 03, 2012 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error in Aggregator
Replies: 5
Views: 1249

What's changed since it "used to run fine"?

Hint: "Nothing" is not the correct answer.
by ray.wurlod
Tue Apr 03, 2012 5:06 pm
Forum: General
Topic: Command utility in datastage administrator grayed out
Replies: 5
Views: 1763

In version 8 it's not controlled by user ID but by membership of the Information Server product role DataStage and QualityStage Administrator. That's what you have to check.