Search found 15603 matches
- Tue Mar 21, 2006 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SMPs and process distribution
- Replies: 15
- Views: 4259
Allowing multiple instances means you can run any number of copies of the same job at the same time. Let's assume you are reading from a database table into a hashed file and that your key is a numeric field in both files. If you have a single instance of a job you would have your source stage do a ...
- Tue Mar 21, 2006 9:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Image data migration and transformation
- Replies: 20
- Views: 4735
Binary image data is usually already very well compressed. A normal compression algorithm will never achieve 20-30% on image data (assuming a common format such as .bmp, .gif, .jpeg). You might be able to use an external .JPG converter that does lossy compression, but your picture will not be recogn...
- Tue Mar 21, 2006 8:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel routines
- Replies: 3
- Views: 927
From your reply i assumed that for PX job Before/After subroutine are Server routine. That is correct. I have found out that Server routine with External function option is for only server Transformer stage and Before/After subroutine for PX JOB level. I don't understand what you are saying. I don'...
- Tue Mar 21, 2006 8:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Image data migration and transformation
- Replies: 20
- Views: 4735
- Tue Mar 21, 2006 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to create a Project with deleted name
- Replies: 21
- Views: 6875
Kumar, same general topic as before - you've got a messed up system; playing with the UV_SCHEMA file might concievably ruin your whole installation, not just one project. You may issue a "DROP SCHEMA {schemaname};" command at TCL. I would prefer that you created an entry in UV.ACCOUNT that points to...
- Tue Mar 21, 2006 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create Indices
- Replies: 8
- Views: 2153
If an index exists on a file then DS will try to use it; if the index is corrupt the results from a SELECT will be wrong - so an export might not work and this is why the DS.REINDEX exists. If you actually delete the indexes then the DS engine will do a full table scan - it will be much slower but a...
- Tue Mar 21, 2006 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Image data migration and transformation
- Replies: 20
- Views: 4735
- Tue Mar 21, 2006 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance using DRS stage
- Replies: 6
- Views: 1223
- Tue Mar 21, 2006 8:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance using DRS stage
- Replies: 6
- Views: 1223
In car terms, your question is "my car won't go more than 80 km/H. Can you make it go faster?". There are hundreds of possible answers to the question and you haven't really specified enough information for anyone to do more than give random suggestions. By using DRS instead of the Oracle loader sta...
- Tue Mar 21, 2006 8:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: Cannot open file BP_11
- Replies: 9
- Views: 3580
- Tue Mar 21, 2006 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create Indices
- Replies: 8
- Views: 2153
Kumar, the INDEX information in hashed files is stored in the files themselves and are absolute paths - so by copying your hashed files from somewhere else you have broken the indices to all these files in both projects. It is for reasons and side effects like this that nodoby recommends doing anyth...
- Tue Mar 21, 2006 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: Cannot open file BP_11
- Replies: 9
- Views: 3580
- Tue Mar 21, 2006 5:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create Indices
- Replies: 8
- Views: 2153
Kumar, the list of indices isn't that long or difficult; but I've never seen anyone deleting them and if you don't know how it happened then most likely there is even more wrong with the project than originally surmised. You can create a new project and do a LIST.INDEX on these files to found out wh...
- Tue Mar 21, 2006 5:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel routines
- Replies: 3
- Views: 927
- Tue Mar 21, 2006 5:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: seqfile output without seqencer job
- Replies: 12
- Views: 1664