Search found 53125 matches

by ray.wurlod
Thu May 28, 2009 3:53 am
Forum: General
Topic: Utility HashLookup
Replies: 3
Views: 1224

Yes. What you're missing is "All the columns". A lookup on a hashed file can only use the key, the whole key, and nothing but the key. Partial lookups are not supported by READ. Partial lookups are supported by the query language but, without any indexing, each of those will require a full...
by ray.wurlod
Thu May 28, 2009 3:49 am
Forum: General
Topic: Environment evaluation
Replies: 9
Views: 1986

How do you or your client know that there are "performance problems"? What is "performance" in an ETL context? Maybe the issue is more one of expectation management.
by ray.wurlod
Thu May 28, 2009 12:09 am
Forum: General
Topic: the directory containing the library file is not on the libr
Replies: 1
Views: 3818

Search DSXchange for some small fixed part of the error message; you will find that your question has been asked and answered before.
by ray.wurlod
Thu May 28, 2009 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format Conversion
Replies: 13
Views: 4862

Good time to learn. Look at the examples that ship with the product, and get a beginners book.
by ray.wurlod
Wed May 27, 2009 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate key generator with db2 sequence
Replies: 7
Views: 3797

No, it doesn't mean that at all.
by ray.wurlod
Wed May 27, 2009 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance on HP 8.1 is slower than windows 7.5 version
Replies: 8
Views: 3950

*Topic Relocated - Content Editor* In version 8 server jobs execute in a "cocoon" that has to interface with services on the parallel execution architecture. That can make the server job, unchanged, take longer to run than on an earlier version. Even so, note Ernie's point about server job...
by ray.wurlod
Wed May 27, 2009 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert the datastage Log-warnings into the oracle tab
Replies: 4
Views: 1783

Or create a DataStage job to do it. Prefer a server job because these have inbuilt stage types for reading from hashed files.
by ray.wurlod
Wed May 27, 2009 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locks or process are not listing in Director, How to get all
Replies: 7
Views: 2071

It may be that there are no locks.

Open Administrator client Command window and execute LIST.READU command. This displays the contents of the local repository lock table.
by ray.wurlod
Wed May 27, 2009 4:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get jobs names from Datastage project.
Replies: 6
Views: 20856

In Director go to the View menu and disable display of categories/folders. The count of job names will be in the status bar, and the display will contain a list of all jobs, which you can sort based on any of the column headings. You can then use Director's report printing facilities if you wish; th...
by ray.wurlod
Wed May 27, 2009 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 9
Views: 4423

DSD.BCIPut only invokes OCONV for date and time data types, so I'd start by looking there.

And DO do something about naming stages and links meaningfully.
by ray.wurlod
Wed May 27, 2009 4:24 pm
Forum: General
Topic: Environment evaluation
Replies: 9
Views: 1986

Question: why isn't your client (or you) hiring someone who knows what they're doing?
by ray.wurlod
Wed May 27, 2009 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data issue with sequencial file
Replies: 5
Views: 2099

Then you have deprived the owners of those data of some of their data.

On whose authority were those characters declared to be "junk"? Did you get agreement from the business to delete them? Who, in the organization, is the data steward with responsibility for this item of data?
by ray.wurlod
Wed May 27, 2009 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to recount when the job runs again
Replies: 5
Views: 2082

There is also a Surrogate Key Generator, which is what I believe nagarjuna meant. But a Column Generator would do as well; either way you will need to initialize the sequence. And beware of parallel processing.
by ray.wurlod
Tue May 26, 2009 10:40 pm
Forum: General
Topic: Loop condition
Replies: 6
Views: 1521

It's probably bearable particularly if you have a short auto-purge interval. Otherwise create your own custom routine or job control code.