Search found 53125 matches
- Tue Sep 30, 2008 4:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Set of values from a data base table to Sequence Job
- Replies: 7
- Views: 1552
Lots of ways. My preferred way is as follows. Create a server job to catch all four in a single string and load that into the job's user status area, and read that from the Job activity's $UserStatus variable and parse with Field functions. SELECT v1 || ';' || v2 || ';' || v3 || ';' || v4 FROM table...
- Tue Sep 30, 2008 3:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ROWID in oracle not working
- Replies: 6
- Views: 1955
When you use a Code tag to open, don't use a Quote tag to close - use a Code tag to close. Please go back and edit your post. Not sure about the legality of using different column names in the SELECT and GROUP BY clauses - are they defined as synonyms? You certainly have not specified aliases. I als...
- Tue Sep 30, 2008 3:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset data recover
- Replies: 6
- Views: 1536
- Tue Sep 30, 2008 3:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset does not shows the columns
- Replies: 6
- Views: 1627
- Tue Sep 30, 2008 3:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning a job which process 4 million records a day
- Replies: 15
- Views: 5105
I usually prefer 0 rows per transaction (= commit after all rows loaded) when using OCI. That makes it "all or nothing" and easier to recover. Beware with the ORABULK stage - it is woefully inefficient (has been around since version 1.0). Use it to write the CTL file but use a Sequential File stage ...
- Tue Sep 30, 2008 2:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset does not shows the columns
- Replies: 6
- Views: 1627
Prefer
Now tell us which one is generating the problem.
Code: Select all
dataset1
|
|
|
|
dataset0------lookup--------dataset2Now tell us which one is generating the problem.
- Tue Sep 30, 2008 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset does not shows the columns
- Replies: 6
- Views: 1627
Re: Dataset does not shows the columns
(I dont know to put the diagram exactly, dataset is looked up with another dataset)lem Surround your diagram with Code tags and use Preview until you get it right. ##E TOPK 000000 12:25:57(027) <_PEEK_IDENT_> Input dataset does not have field: "AR_PRIM_PYMT_TP_DT"....." I tried to look the columns ...
- Tue Sep 30, 2008 2:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ROWID in oracle not working
- Replies: 6
- Views: 1955
- Tue Sep 30, 2008 2:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Pipe read failed
- Replies: 2
- Views: 3765
The first thing you have to do is the read the error message carefully. It tells you precisely what's wrong. Second thing is Search DSXchange - maybe someone has solved this particular problem in the past. Indeed, I'm fairly certain they have. If you do both of these things the remedy will be obvious.
- Tue Sep 30, 2008 2:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to generate Meta data at runtime in Server editon
- Replies: 6
- Views: 1850
Re-read my post then start building jobs. You may be aware of common processing requirements, which mean you can create re-usable components. But, without moving to Enterprise Edition (parallel jobs) you have no easy strategy for dynamic metadata. You could, of course, do the parsing using routines ...
- Mon Sep 29, 2008 11:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Main sequencer throwing error when running multiple hash
- Replies: 3
- Views: 1951
- Mon Sep 29, 2008 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning a job which process 4 million records a day
- Replies: 15
- Views: 5105
- Mon Sep 29, 2008 8:15 pm
- Forum: General
- Topic: Migrating DataStage resources...a sort of poll
- Replies: 20
- Views: 6344
- Mon Sep 29, 2008 8:14 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Information Analyzer
- Replies: 5
- Views: 3405
- Mon Sep 29, 2008 6:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence gone haywire
- Replies: 19
- Views: 5987
Help yourself. Search