Search found 53125 matches
- Fri Dec 02, 2005 8:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk loader
- Replies: 10
- Views: 1728
Generate the data file locally on your DataStage machine. Transfer it to your database server machine, using any appropriate command (depending on share protocols you may be able to use cp , rcp , ftp , and so on). Presumably you have the bulk loader control file already on that machine, so you can ...
- Fri Dec 02, 2005 8:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Problem
- Replies: 1
- Views: 627
While it is possible to tune hashed files, I would like to see your proof that it is the hashed files that are to blame. Hashed files are a very efficient mechanism for performing lookups - probably the most efficient. So, please post your proof, then we'll see about your assertion. I suspect it's s...
- Fri Dec 02, 2005 8:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limitations on Hash File
- Replies: 3
- Views: 1111
An attempt to write beyond the 2GB boundary of a 32-bit hashed file will result in its being corrupted. You will get backward link (BLINK) errors when trying to access the illegal address. Presumably an attempt to write beyond the 19 million TB boundary of a 64-bit hashed file will result in the sam...
- Fri Dec 02, 2005 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ATTN: Ken & Arnd : Subtracting date/time to convert into
- Replies: 4
- Views: 1066
- Fri Dec 02, 2005 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: accesing data without importing table definition in DS
- Replies: 10
- Views: 2776
- Fri Dec 02, 2005 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job appears not to have started after 60 secs
- Replies: 15
- Views: 7678
Upper limit on T30FILE
There is no upper limit on T30FILE explicitly. All of the structures sized within uvconfig must fit into a shared memory segment (sized by shmmax kernel parameter). T30FILE sets the maximum number of slots (rows) in a table of open dynamic hashed file information in memory. This table can be viewed ...
- Fri Dec 02, 2005 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to migrate data from unidata to oracle
- Replies: 20
- Views: 5254
Please post all settings you have used in your UniData stage. When you refer to "repository", I trust you don't mean DataStage repository (which is not based on UniData). Can you create a completely new job that consists only of a UniData stage and a Sequential File stage? This will allow you to nar...
- Fri Dec 02, 2005 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rebuilding DataStage repository indices.
- Replies: 6
- Views: 2370
That message has nothing whatsoever to do with indexes. It relates to the fact that the design-time information is missing. This can come about, for example, by exporting only the job executable - not the job design. It can also result from partial deletion of the job design. You need to establish w...
- Fri Dec 02, 2005 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage scheduling
- Replies: 9
- Views: 3791
- Fri Dec 02, 2005 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference parallel extender
- Replies: 2
- Views: 983
- Fri Dec 02, 2005 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameters between jobs
- Replies: 7
- Views: 3156
- Fri Dec 02, 2005 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SMP, MPP
- Replies: 5
- Views: 7572
SMP is "share everything" - all CPUs in the one machine share access to the same memory resources, the same disk resources, the same drivers, and so on. In DataStage EE, inter-process communication takes place via shared memory. MPP is "share nothing" - a number of independent machines each having i...
- Fri Dec 02, 2005 3:27 pm
- Forum: IBM QualityStage
- Topic: QS Deduplication Job taking 2jrs for 34000 records
- Replies: 13
- Views: 7405
- Thu Dec 01, 2005 11:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rebuilding DataStage repository indices.
- Replies: 6
- Views: 2370
- Thu Dec 01, 2005 11:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using C++ custom applications in DataStage: Tips needed
- Replies: 19
- Views: 8679
On an offnote, I love using "CustomOPS" and "BuildOPS", and watch everyone else sputter and stumble on the difference between the two. Co-worker: "So you can compile the CustomOPS in DataStage?" Me: "No, but you can generate BuildOPS." Co-worker: "But you have the source code for BuildOPS outside D...