Search found 53125 matches
- Sun Feb 13, 2005 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer
- Replies: 9
- Views: 3577
- Sun Feb 13, 2005 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copying table spaces uisng DataStage
- Replies: 3
- Views: 1195
- Sat Feb 12, 2005 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Enable Selection tab in Hash Stage for Remote Hash File
- Replies: 10
- Views: 4069
The Selection tab is never enabled if you are using the hashed file on a reference input link. Being local or remote is irrelevant. There is no reason that the Selection tab would be disabled on a stream input just because the hashed file is not in an account. At my current site we have the same rul...
- Sat Feb 12, 2005 4:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple instances
- Replies: 2
- Views: 608
The different instances you see in Director are like views. All instances share the same physical log (and there is another reason for creating jobs that don't generate millions of warnings!); that the job was run with an invocation ID means that there is a separate log view for that instance. Recom...
- Sat Feb 12, 2005 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: populating data??
- Replies: 3
- Views: 546
You can use the three lots of identical column definitions in an OCI stage, or a DRS, or any other stage that accesses the database. Here's how. Load qualified table definition for the first table. If the column names are not qualified in the Repository, edit the Derivations column and make them qua...
- Sat Feb 12, 2005 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer
- Replies: 9
- Views: 3577
- Fri Feb 11, 2005 8:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do I count distinct rows in the aggregator?
- Replies: 6
- Views: 10867
- Fri Feb 11, 2005 6:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Enable Selection tab in Hash Stage for Remote Hash File
- Replies: 10
- Views: 4069
No, mkdbfile does create the dictionary component, and SETFILE includes a pointer to it. You can prove this with a command such as LIST.DICT hashedfilename The thing that doesn't happen when you use mkdbfile is the creation of column definitions within the file dictionary (after all, it's got nowher...
- Fri Feb 11, 2005 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot Access Jobs in a single Project
- Replies: 3
- Views: 726
- Fri Feb 11, 2005 5:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: instance
- Replies: 3
- Views: 787
But wait, there's more! All design objects are exactly that. When you put a design object (a stage or a link) onto a design canvas, you are instantiating an object of that class. So, when you look at the stage types division of the Repository, you see names like CTransformerStage, which means "the c...
- Fri Feb 11, 2005 5:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unidata OBDC driver
- Replies: 3
- Views: 1232
- Fri Feb 11, 2005 5:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASH FILE MANAGEMENT
- Replies: 11
- Views: 3288
Of course, theoretically, you can. Unfortunately, to do so you would require knowledge about where in the DS_JOBOBJECTS record the collection of column definitions resides, and this information is not in the public domain. And Ascential reserves the right to change this location at any time: actual ...
- Fri Feb 11, 2005 5:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: inputs required on the design...
- Replies: 8
- Views: 2927
Whenever possible apply constraints as early as possible; in this case when selecting from source. It will help if the constrained columns are indexed. By eliminating rows as early as possible you are minimizing the total volume of data to be processed and therefore minimizing the total time for com...
- Fri Feb 11, 2005 5:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To Learn more about DS.Tools
- Replies: 2
- Views: 1066
- Fri Feb 11, 2005 5:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access Seq files over http
- Replies: 4
- Views: 1900
I don't believe the XMLReader or XMLWriter have any ability to acces URLs. We use them in converting XML documents that are received from and sent to .NET applications via RTI. RTIInput ---> XMLReader ---> DataStagePieces ---> XMLWriter ---> RTIOutput The DataStagePieces include some QualityStage st...