Search found 53125 matches

by ray.wurlod
Thu Jun 14, 2007 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event detail Warning
Replies: 13
Views: 3943

An educated guess. There's a foreign key constraint called ITEM_FOREIGN_KEY and a column in the insert statement called ITEMID.
by ray.wurlod
Thu Jun 14, 2007 7:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configuration Problem
Replies: 5
Views: 1788

There is so too! A domain user is for the IBM Information Server domain, also referred to as the deployment domain.
by ray.wurlod
Thu Jun 14, 2007 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting DSGetLogSummary in More readable format
Replies: 9
Views: 3911

Entries are probably still buffered for writing when you're executing your after-job subroutine. Add a SLEEP of at least two seconds duration. Even better, use a Routine activity after the Job activity in a job sequence; in an after-job subroutine you can never catch the "job finishing" message.
by ray.wurlod
Thu Jun 14, 2007 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: if then else issue
Replies: 18
Views: 3947

Trim() can never generate "".
by ray.wurlod
Thu Jun 14, 2007 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FULL OUTER JOIN
Replies: 4
Views: 1348

I would use one job, with the Join stage performing a left outer join (with X as the left input). Downstream of the Join stage a Filter or Transformer stage would segregate the input into two streams, one receiving all rows (unconstrained), the other receiving only rows where the key column from Y i...
by ray.wurlod
Thu Jun 14, 2007 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim() Function
Replies: 7
Views: 2383

That's why we have Code tags!

Code: Select all

Convert(" ", "", InLink.TheString)
by ray.wurlod
Thu Jun 14, 2007 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOB Setup
Replies: 4
Views: 2806

The burning question is which user ID and password do you have to give when the -domain option is used? I don't know. Experiment.
by ray.wurlod
Thu Jun 14, 2007 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Partition error on View
Replies: 7
Views: 2077

Get the end users (management) to complain about the slowness of the ETL process, and let it be known that SELECT privilege to the table(s) would be a solution.
by ray.wurlod
Thu Jun 14, 2007 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date from a timestamp data field
Replies: 2
Views: 972

date_from_timestamp() in a Modify stage, TimestampToDate() in a Transformer stage. Both are documented in the Parallel Job Developer's Guide
by ray.wurlod
Thu Jun 14, 2007 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage
Replies: 3
Views: 1323

What a wonderfully useful Subject! (Not)
:twisted:
by ray.wurlod
Thu Jun 14, 2007 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64bit hased file bad performance
Replies: 22
Views: 4848

Forget rows/sec - it is one of the most meaningless metrics ever devised. What you are doing in writing to this hashed file is random writes to 14,765,651 different disk addresses. You can't guarantee that these are contiguous, either. Striping, RAID and other high-availability technologies only exa...
by ray.wurlod
Thu Jun 14, 2007 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event detail Warning
Replies: 13
Views: 3943

ITEMID value supplied does not occur on the ITEMS table.
by ray.wurlod
Thu Jun 14, 2007 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Records question
Replies: 7
Views: 1218

Definitely use QualityStage. This is precisely the kind of thing it does, with the added benefit of configurable levels of uncertainty in the matching phase. You can use NYSIIS and/or Soundex (forward or reverse) or not, as pleases you.
by ray.wurlod
Thu Jun 14, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pull column name(s) along with the associated data
Replies: 2
Views: 829

Good luck finding a tool. Dynamic metadata is not supported in DataStage server jobs.

There are workarounds, of course, such as generating entire SQL statements into job parameters. But not on a row-by-row basis, which is what your question seems to require.
by ray.wurlod
Thu Jun 14, 2007 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I am not able to compile my job ......pls urgent
Replies: 13
Views: 5594

Administrative Note

We don't do "urgent" here. All poster are volunteers; no-one gets paid for posting, it's done in our valuable spare time. If you want "urgent" sign up with your support provider for premium service, and learn just how much elevated priority costs.