Search found 53125 matches
- Tue Nov 28, 2006 2:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create a USER
- Replies: 10
- Views: 3520
- Tue Nov 28, 2006 2:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Oracle Stage
- Replies: 1
- Views: 804
Welcome aboard. :D This behaviour suggests that the index on DS_STAGETYPES needs to be rebuilt. You need to find a time when no client connection exists into DataStage in that project, and issue the command DS.REINDEX DS_STAGETYPES You may as well make sure they're all intact: prefer DS.REINDEX ALL ...
- Tue Nov 28, 2006 2:39 am
- Forum: Data Integration
- Topic: IBM Information Server release date November 30
- Replies: 1
- Views: 9092
- Mon Nov 27, 2006 6:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge stage
- Replies: 9
- Views: 2922
Introduction to the Orchestra
When a parallel job starts the Conductor process reads the generated osh and the configuration file, and from that composes the "score". The score is what all nodes "play" (execute). The score is then distributed to the Section Leader processes; that this occurs can be verified by enabling the APT_S...
- Mon Nov 27, 2006 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenation of 2 files (Funnel operator in PX) in Server
- Replies: 3
- Views: 870
- Mon Nov 27, 2006 5:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job Run
- Replies: 9
- Views: 3235
- Mon Nov 27, 2006 5:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JOB Aborted
- Replies: 2
- Views: 931
- Mon Nov 27, 2006 5:44 pm
- Forum: General
- Topic: Unix vs Sql Severs
- Replies: 2
- Views: 2008
You are seeking to compare apples and oranges. UNIX is an operating system, SQL Server is a database server that runs on Windows operating system. There IS a scaling strategy with SQL Server. If you have a competent SQL Server DBA, there may be value in leveraging that skill set. It will require add...
- Mon Nov 27, 2006 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Stage
- Replies: 6
- Views: 3094
- Mon Nov 27, 2006 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to comment a derivation
- Replies: 3
- Views: 1373
That's precisely what the Description fields are for. To get to them in a Transformer stage you need to open the link properties. The leftmost tool in the toolbar opens stage properties, from which tabs can get you to the link properties, or you can right-click on the title bar in the link represent...
- Mon Nov 27, 2006 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Db2 sparse lookup and DPF
- Replies: 4
- Views: 1722
Another thing to keep in mind before considering indexes (only ) is the fact that the indexes are only used if the number of qualifying rows for a query are a small percentage (i think 20%) of the total cardinality of the table. Otherwise DB2 ends up doing a table scan any ways. So please take into...
- Mon Nov 27, 2006 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Limitations
- Replies: 3
- Views: 1708
Even if your operating system limits file sizes to 2GB there is no effective limit. Data Sets' data will be stored in multiple files per partition. So, if you had 10000 files per partition and 1000 partitions, that's 2.0E9 GB of data. And you're allowed more than that; I only chose those numbers for...
- Mon Nov 27, 2006 2:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Statistics
- Replies: 5
- Views: 1878
Some stage types do not show row counts. For example the output link from a Modify stage does not. If you have JobMonApp disabled no row counts will be displayed. If you have toggled off the display of performance statistics (Diagram menu) the row counts will not be shown. One of these three is prob...
- Mon Nov 27, 2006 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: osh executer problem and solution ?
- Replies: 1
- Views: 2158
- Mon Nov 27, 2006 2:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge stage
- Replies: 9
- Views: 2922
Inspect the score. If you choose Auto as the partitioning algorithm the composed score will have inserted tsort operators on each input link, and will report the chosen partitioning algorithm. This *should* be one of the key-based algorithms, but why rely on that? Propose a specific algorithm (usual...