Search found 53125 matches

by ray.wurlod
Sun Sep 07, 2008 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2536

Maybe no-one else is silly enough to work weekends.
by ray.wurlod
Sun Sep 07, 2008 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage - Issue
Replies: 5
Views: 1146

It appears that the Search facility in DSXchange isn't working for you either.
by ray.wurlod
Sun Sep 07, 2008 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2536

Premium membership is not expensive at less than 30c per day. Don't borrow one, buy one. It will be worth it.
by ray.wurlod
Sun Sep 07, 2008 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: runLocally did not return AP error in PX job
Replies: 9
Views: 4817

Have you done the things we have already suggested? Somewhere sqlldr has reported an error. There will be a log file from this.
by ray.wurlod
Sat Sep 06, 2008 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update DS job hanging
Replies: 2
Views: 1404

This status code means that the job is not in a runnable state. Aborted, stopped by operator or "unknown" (underlying process killed without DataStage being able to record the status) are some of these states. In this case you must reset the job before it is once again runnable. Recompiling is sligh...
by ray.wurlod
Sat Sep 06, 2008 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2536

RefDS | | V ----> insert source ----> Lookup ----> Transformer ----> update Loaded in an earlier job, RefDS contains keys and those columns from the target that you wish to compare. The Lookup stage "lookup failed" rule is Continue. The Transformer stage directs failed lookups to the insert link an...
by ray.wurlod
Sat Sep 06, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2536

What I was getting at in the first question is what happens if the same key arrives twice in the stream of input data? How do you need to play this?
You can only insert the first of them.
by ray.wurlod
Sat Sep 06, 2008 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Don't want to abort job due to integrity constraints or any
Replies: 4
Views: 1004

There's no such thing as "collect in Peek stage".

Your ETL stream should (must) check that RI will not be violated. End of story. What you do with those rows is immaterial, so long as you don't send them to the target table.
by ray.wurlod
Sat Sep 06, 2008 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Don't want to abort job due to integrity constraints or any
Replies: 4
Views: 1004

Prevention is better than cure. Rows that would cause a referential integrity violation should never reach Oracle.
by ray.wurlod
Sat Sep 06, 2008 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and updates
Replies: 12
Views: 2536

Two questions:

1. Does the input data contain duplicate key values?

2. What alternative do you plan for detecting change when the row already exists in the target table?
by ray.wurlod
Sat Sep 06, 2008 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint accepted logic in transformer
Replies: 7
Views: 1425

It doesn't matter that it's not null. In a server job, if the lookup fails, NULL is returned. It's a left outer join.
by ray.wurlod
Sat Sep 06, 2008 1:13 am
Forum: General
Topic: Read 4.5 GB data
Replies: 2
Views: 1212

Hashed file can be resized to use 64-bit addressing, then it will accept 4GB data, indeed up to 0.19 PB of data if the O/S permits.
by ray.wurlod
Fri Sep 05, 2008 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load option in Oracle Enterprise stage gives trouble
Replies: 5
Views: 2336

If you can't find the log anywhere else, look on the scratch disk directory for the node that reported the error.
by ray.wurlod
Fri Sep 05, 2008 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint accepted logic in transformer
Replies: 7
Views: 1425

Please answer all the questions. Is the lookup always successful? (Where is it not NULL is returned, which will always fail constraint logic.)
by ray.wurlod
Fri Sep 05, 2008 10:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint accepted logic in transformer
Replies: 7
Views: 1425

A lookup to a Hashed File can only be equality. So how are you looking up latest_date? Is the lookup always successful?

Are both dates in the same format, and is this a comparable format for a "greater than" comparison? For example YYYY-MM-DD is always comparable, but MM/DD/YYYY is not.