Search found 5168 matches
- Wed May 31, 2006 10:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs suddenly become un-runable
- Replies: 9
- Views: 2391
- Wed May 31, 2006 10:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data type from varchar2 to decimal
- Replies: 7
- Views: 2299
- Wed May 31, 2006 10:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing with Unique Index after abort
- Replies: 7
- Views: 1687
- Wed May 31, 2006 10:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I do a dynamic select?
- Replies: 13
- Views: 7306
- Wed May 31, 2006 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing with Unique Index after abort
- Replies: 7
- Views: 1687
Are you generating your own surrogate keys or the database is generating the keys? If the answer is yes then you could have the max(key) saved in a hashed file and then in the transformer, you could have the constraint in.key > max.key Or take a similar approach, but use @INROWNUM in the constraint...
- Wed May 31, 2006 10:05 pm
- Forum: Site/Forum
- Topic: Its time again!!!!
- Replies: 5
- Views: 2389
- Wed May 31, 2006 10:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge Stage yeilding 'holes' in the output data
- Replies: 8
- Views: 1793
Yes you can check in DUMP SCORE. But if select the hash partition on the key on which you merge to the all of the links it should work. By selecting Auto it is not gaurented the right partition is selected. You can find some complaints in some earliar versions. And in most cases Roundrobin wont help...
- Wed May 31, 2006 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Where exaclty i have to use IPC in my job?
- Replies: 3
- Views: 1183
IPC stage usually goes between two active stages to run them as two seperate processes. If you have multiple cpu's, then you will be benefited with the use of IPC stage. Try this post. Its relating to your issue. DSguru2B - I guess the link has some ...t=... thing in it which redirects back to logi...
- Wed May 31, 2006 6:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle datatype warning
- Replies: 1
- Views: 835
- Wed May 31, 2006 6:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file
- Replies: 2
- Views: 977
- Wed May 31, 2006 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDC with single stage
- Replies: 19
- Views: 4263
As mentioned earliar, if you are doing lookup it is not needed to use change capture stage. The function of ChangeCapture stage is to do a lookup internallya and do change detection and give you the result with a ChangeCode. So based on the chagne code using transformer, you can acheive the logic of...
- Wed May 31, 2006 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: data stage shudular
- Replies: 2
- Views: 793
- Wed May 31, 2006 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failed to open job
- Replies: 4
- Views: 1419
- Wed May 31, 2006 6:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ds repository tables in Basic routines
- Replies: 8
- Views: 2050
- Tue May 30, 2006 11:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non Nullable to Nullable using Modify stage
- Replies: 8
- Views: 3442