Search found 53125 matches
- Fri Oct 27, 2006 1:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata Mismatch-Hash File when Opened in UV stage
- Replies: 1
- Views: 583
Everything isn't fine. Check the hashed file stage again, but this time scroll right in the columns grid. You will see that the fields are referred to by position, not by name. Therefore, when you changed the order, it wasn't happy. Import and load the UniVerse table definition from the hashed file ...
- Fri Oct 27, 2006 1:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row out of sequence error
- Replies: 12
- Views: 2767
That may have been faster as
Code: Select all
SELECT * FROM emp WHERE DEPT_NO IN (10,20) ORDER BY EMP_NO- Fri Oct 27, 2006 1:27 pm
- Forum: General
- Topic: Very Very-urgent(Mload Error)
- Replies: 7
- Views: 8165
It seems to be the usual economic supply vs demand problem. If they won't increase the supply (utility limit, whatever that is), then you need to reduce your demand (fewer concurrent tasks) or justify an increase to the supply. Probably you need to find a more intelligent strategy for scheduling you...
- Fri Oct 27, 2006 11:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SAS stage
- Replies: 4
- Views: 978
- Fri Oct 27, 2006 11:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs Not Opening Prpoerly
- Replies: 9
- Views: 2237
- Fri Oct 27, 2006 11:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data issues
- Replies: 6
- Views: 1577
- Fri Oct 27, 2006 11:15 am
- Forum: General
- Topic: Very Very-urgent(Mload Error)
- Replies: 7
- Views: 8165
- Fri Oct 27, 2006 11:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: big dimension ...if comparing with stream data
- Replies: 5
- Views: 1632
OK, misunderstood your requirement. The big table is the reference data, is that correct? It contains columns A_ID, B_ID, C_ID. What happened to data set D? Does it have a key? Your requirement really isn't clear. Let me take a guess. Lookup a row from stream B against A. Lookup a row from stream C ...
- Fri Oct 27, 2006 11:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conductor node role questions
- Replies: 3
- Views: 2099
IBM (and other vendors ) do offer "startup" and "best practices" advice. From IBM you can get a consultant armed with Parallel Framework Best Practices which was produced by the IBM Information Integration Solutions Center of Excellence in 2Q2006. Presumably the other vendors provide advice along th...
- Fri Oct 27, 2006 10:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: data issues
- Replies: 6
- Views: 1577
- Fri Oct 27, 2006 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Updated column name
- Replies: 5
- Views: 1516
- Fri Oct 27, 2006 9:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs Not Opening Prpoerly
- Replies: 9
- Views: 2237
- Fri Oct 27, 2006 8:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs Not Opening Prpoerly
- Replies: 9
- Views: 2237
What you're getting is not really a hang, it's impatience on your part. DataStage has to populate a drop-down list of all job names. At the same time it gathers information about the parameters of each, so as to be ready to load the grid when you select a job. Inefficient? Maybe, but that's how it w...
- Fri Oct 27, 2006 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Actions - Clear table, then insert rows
- Replies: 9
- Views: 9944
- Fri Oct 27, 2006 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conductor node role questions
- Replies: 3
- Views: 2099
1) Not necessarily, though it is the default behaviour. You can use node pools in the Sequential File stage to cause them to be created elsewhere. 2) You can use node pools in the Data Set stage too. If the node pool does not include the conductor node, then the control file should be created on the...