Search found 3045 matches
- Wed Jan 24, 2007 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Sparse Lookup
- Replies: 3
- Views: 1197
Sparse lookups should be used when you have a very large number of lookup rows and a small number of input rows. If you had less than 100,000 input rows per day a sparse lookup may be faster than a normal lookup as it saves you from having to pull the 28 million rows into a lookup table (enormous di...
- Tue Jan 23, 2007 5:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: One DataStage Server is going to die
- Replies: 18
- Views: 6779
Your main consideration is how the system will perform if you try and run the load of both servers on one server at the same time. For parallel jobs this means a lot of extra disk I/O, especially on the scratch space and temp space, do you have enough disk space allocated? Even if you run both sets ...
- Mon Jan 22, 2007 8:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file different number of fields every row
- Replies: 7
- Views: 1832
- Mon Jan 22, 2007 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to know what all ETL jobs used the Oracle Tables
- Replies: 14
- Views: 4108
The usage analysis function in version 7.x doesn't really work that well. It is better in version 8. You would hope that the table names in your Oracle stages are accurate even though they are superseded by the user-defined SQL. You could extract all your jobs to an XML output file and view it using...
- Thu Jan 18, 2007 12:10 am
- Forum: IBM QualityStage
- Topic: Web Services on Quality Stage
- Replies: 6
- Views: 2546
You can upgrade to version 8 for QualityStage and it should be free if you are under a maintenance contract, but you will need to pay for the SOA license which the software catalog has at US$75,000 for a 2 CPU license. The good news is you wont need a DataStage license as QualityStage 8 gives you ac...
- Tue Jan 16, 2007 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NULL. Record dropped
- Replies: 7
- Views: 2278
It is probably happening where you have a lookup stage followed by a transformer stage. They are being combined into a single operator, the lookup is producing a null value where a lookup is not found, the transformer is trying to run a derivation function on that field and this is causing the row t...
- Tue Jan 16, 2007 4:50 pm
- Forum: IBM QualityStage
- Topic: Web Services on Quality Stage
- Replies: 6
- Views: 2546
- Fri Jan 12, 2007 4:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: server job and paarallel job
- Replies: 1
- Views: 671
I wrote about choosing the right job type or configuration file for small jobs in my blog entry DataStage tip: What do you mean I need to optimise small jobs? If you are doing any sorting or aggregation on large volumes a parallel job is a must, see DataStage server v enterprise: some performance st...
- Thu Jan 11, 2007 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: catching rejected records - parallel job
- Replies: 15
- Views: 6912
I wrote in some detail about trapping rejected rows from the Enterprise database stage in this blog post . The easiest way to work out what is going on in your reject link is to point it to a Peek stage and run the job. You should be able to see the database message fields and values in the Director...
- Wed Jan 10, 2007 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parrallel extender on windows 2000
- Replies: 6
- Views: 2586
- Wed Jan 10, 2007 5:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: $ENV issue
- Replies: 9
- Views: 3022
I agree, $PROJDEF tends to be more reliable than $ENV as it is all centralised in one place (the Administrator and the DSPARAMS file) and it can use DataStage encryption for passwords. One of the first Director log messages is a list of environment variables for that instance of the job and it is us...
- Wed Jan 10, 2007 4:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unique Sequence Number Generation In DataStage
- Replies: 11
- Views: 12843
If you wanted just an integer ID (1 to 999999) you could use the surrogate key generator, but since you want varchar keys with leading 0s you are better off with the Transformer ID generator in the FAQ linked by DSguru2B. With multiple partitions you will probably get a small number of gaps in the s...
- Tue Jan 09, 2007 6:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage PX training materail
- Replies: 11
- Views: 4832
- Tue Jan 09, 2007 4:48 pm
- Forum: General
- Topic: DataStage Client Encounter a problem, then quit
- Replies: 9
- Views: 4649
- Mon Jan 08, 2007 6:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SEETING UP PROJECT DEFAULTS
- Replies: 10
- Views: 4127