Search found 3045 matches
- Tue Jan 10, 2006 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need workaround - No error codes being returned from DB2
- Replies: 12
- Views: 5391
So you are talking about a server job with the DB2 API stage right? Have you tried the same with a parallel job and the enterprise DB2 stage? It creates reject codes in a different way by propogating the SQL Code so it may be more reliable, I have found it handles larger commit sizes more effectivel...
- Tue Jan 10, 2006 5:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenation of Rows
- Replies: 15
- Views: 10198
- Sun Jan 08, 2006 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "lookuptable" when using lookup stage
- Replies: 3
- Views: 1070
My tests of 2000 lookup rows or less with a dataset or sequential file as the lookup source did not create a lookuptable, my tests of large lookup volumes did create lookuptables. The smaller lookups are fitting in RAM memory making them much faster and efficient. This is why the manuals advise usin...
- Sun Jan 08, 2006 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hawk Beta Program
- Replies: 2
- Views: 743
There are a couple people coordinating it in Australia and they have already emailed and phoned me a couple times, but I expect them to trail the US by a couple weeks in terms of getting software and getting it to people. You should ring your nearest Ascential office and try to find out who the loca...
- Thu Jan 05, 2006 11:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "lookuptable" when using lookup stage
- Replies: 3
- Views: 1070
It is an interesting question, what are lookup tables? How are the native dataset and lookup filesets treated by the lookup stage? I put a long answer together in my latest blog. There are some benefits from using the lookup fileset over the other types.
- Thu Jan 05, 2006 7:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issue - identity column??
- Replies: 3
- Views: 1185
- Thu Jan 05, 2006 7:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: create column with null value in modify stage
- Replies: 4
- Views: 3870
- Wed Jan 04, 2006 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting Job Parameter in Before Job Subroutine
- Replies: 9
- Views: 2801
You should keep retrieving your surrogate key start value back at the sequence job level via a routine. It can be difficult getting the maximum key value used from within a parallel job as you have multiple instances of transformers and surrogate key generators in action and no easy way to get the l...
- Wed Jan 04, 2006 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: split file based on condition
- Replies: 5
- Views: 1376
Doing it in a job will only work if you have a known number of output files and you can define an output link for each one. If you are talking about a dynamic number of output files then you should stick with a looping routine. If you are using a parallel job be aware that unless you force it to ret...
- Wed Jan 04, 2006 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transpose a row Question in Parallel jobs
- Replies: 18
- Views: 7576
It might be faster with the vertical pivot, but with the horizontal pivot (even in parallel), awk is still 20 times faster. I have a case open with Ascential on the terrible performance of this stage. But this is a different issue. horizontal vs. vertical. Or, maybe it isn't. Since the stage is cal...
- Wed Jan 04, 2006 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with DB2 lookup
- Replies: 4
- Views: 1674
You need to perform a DB2 remote server configuration. Ring Ascential/IBM support and ask for the latest DB2 Remote Configuration Guide or get the old version I uploaded to Ascential devnet. You will need to add the client option to your DB2 stage which will let you define the remote user login and ...
- Wed Jan 04, 2006 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: change capture
- Replies: 6
- Views: 1397
- Tue Jan 03, 2006 5:13 pm
- Forum:
- Topic: Metadata Repository
- Replies: 2
- Views: 1586
- Tue Jan 03, 2006 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transpose a row Question in Parallel jobs
- Replies: 18
- Views: 7576
With parallel processing DataStage should be faster then an awk script. If you have a static vertical pivot, where you know how many rows belong to each key, then it is easy to do in a parallel job. If you have a dynamic number of rows for each key it becomes quite difficult. In the example link pro...
- Tue Jan 03, 2006 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying null value attributes through column properties?
- Replies: 5
- Views: 5149