Search found 53125 matches
- Sat Jul 19, 2008 3:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Huge Lookup Design Issue
- Replies: 5
- Views: 1290
- Fri Jul 18, 2008 11:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Callingstor edprocedure in the datastage
- Replies: 4
- Views: 982
- Fri Jul 18, 2008 11:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage implementation
- Replies: 1
- Views: 870
You create the state file (assuming that's the key generate mechanism you propose to use) with a job that has the Surrogate Key Generator stage with no links. You initialize the state file in a job that has the Surrogate Key Generator stage with an input link, that presumably receives the result of ...
- Fri Jul 18, 2008 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: strange compiling problem in transformer
- Replies: 8
- Views: 4744
- Fri Jul 18, 2008 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort a job
- Replies: 7
- Views: 1913
- Fri Jul 18, 2008 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: return error code with deffun fucntion ?
- Replies: 8
- Views: 2496
You can test whether the catalog entry exists with a query such as executed from the Administrator client.
Code: Select all
SELECT COUNT(*) FROM VOC WHERE F0 = 'DSU.FWKCommunLectureParam';- Fri Jul 18, 2008 3:07 pm
- Forum: General
- Topic: Error code and Description
- Replies: 1
- Views: 841
- Fri Jul 18, 2008 6:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential run
- Replies: 14
- Views: 3323
- Fri Jul 18, 2008 3:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential run
- Replies: 14
- Views: 3323
Because sequential processing is what you get on one node; a stage (operator) can create only one process on one processing node (unless it's a composite operator, which possibility was not canvassed in the question). Pipeline parallelism is between stages (operators), not within one stage, therefor...
- Fri Jul 18, 2008 3:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NOT CONNECTING TO PROJECT
- Replies: 6
- Views: 2655
- Fri Jul 18, 2008 3:22 am
- Forum: General
- Topic: IBM INFORMATION SERVER 8.0.1 INSTALLATION ON WINDOWS XP
- Replies: 1
- Views: 958
- Fri Jul 18, 2008 1:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential run
- Replies: 14
- Views: 3323
- Thu Jul 17, 2008 10:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Huge Lookup Design Issue
- Replies: 5
- Views: 1290
- Thu Jul 17, 2008 8:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: location of project directory/hashed files
- Replies: 4
- Views: 1174
If you have a UNIX emulator (such as MKS Toolkit) you can use the find utility, executing the DataStage UVfile command, to identify hashed files. If you prefer a more "pure" Windows approach, you can use the DataStage uvwalk utility to traverse your tree structure (and perform a UVfile command). You...
- Thu Jul 17, 2008 7:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job sequence issue need help
- Replies: 7
- Views: 2416