Search found 53125 matches
- Tue Jul 31, 2007 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get 1 To Many relationship rows!! Join /Lookup Stage
- Replies: 4
- Views: 1367
How could you expect to get one-to-many if you remove duplicates on both input links to a Join? You could only ever get one-to-one. It is perfectly OK to have duplicates on the inputs to a Join - or only on one input, if that's your requirement. Try discarding the Remove Duplicates stage on the righ...
- Tue Jul 31, 2007 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting the Jobs list in the Export file
- Replies: 6
- Views: 1705
- Tue Jul 31, 2007 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looking for some advice on Preload file to memory
- Replies: 24
- Views: 7071
Depends where the "total size" figure is coming from. The physical size of the hashed file includes free space which, if the load parameters take their defaults, will be about 20% of the overall size. On this basis a 1200MB hashed file could fit its data into a 999MB cache, since 80% of 1200 is 900....
- Tue Jul 31, 2007 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deploy DataStage over Microsoft Cluster
- Replies: 4
- Views: 1114
DataStage has particular issues because of its extensive use of shared memory, for example for locks and process control semaphores. It is really tough to fail-over things that are in memory. But it's certainly possible to re-start things on the fail-over machine, provided all the required Repositor...
- Tue Jul 31, 2007 6:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need of clarification
- Replies: 3
- Views: 1480
Re: Need of clarification
Hi, Is there a possibility for a DataSet stage in Parallel jobs to take input directly from a Sequential file No. A File Set stage can be convinced to do this, but a Data Set stage no. Even if the sequential file were in correct binary format, you have no mechanism for creating a (binary) Data Set ...
- Tue Jul 31, 2007 6:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: yy
- Replies: 2
- Views: 1472
- Tue Jul 31, 2007 5:58 am
- Forum:
- Topic: could not extract medata of an XML file
- Replies: 8
- Views: 3055
- Tue Jul 31, 2007 12:14 am
- Forum:
- Topic: could not extract medata of an XML file
- Replies: 8
- Views: 3055
- Tue Jul 31, 2007 12:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do i import table definitions from DB2
- Replies: 3
- Views: 1404
Or (and maybe better) in Manager choose Import > Table Definitions > Orchestrate then choose the third of the three options offered, the one that allows you to use orchdbutil to import the table definition. This will open extra fields in which you can supply the connectivity and authentication infor...
- Tue Jul 31, 2007 12:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to find row count of a link and store it is as a data
- Replies: 7
- Views: 4001
- Tue Jul 31, 2007 12:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Field function question
- Replies: 2
- Views: 994
- Tue Jul 31, 2007 12:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS client error
- Replies: 5
- Views: 1493
- Tue Jul 31, 2007 12:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Target Load strategy
- Replies: 12
- Views: 5160
- Tue Jul 31, 2007 12:00 am
- Forum:
- Topic: could not extract medata of an XML file
- Replies: 8
- Views: 3055
- Mon Jul 30, 2007 5:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UNIX command output not captured using RoutineActivityStage
- Replies: 10
- Views: 4455
What is returned through SystemReturnCode argument? This is the exit status of the UNIX command. Also, try leaving off the <1> from the output argument when logging the value; the command's first output character may have been a line feed. Instead of output<1> use just output in DSLogInfo() or Conve...