Search found 4605 matches
- Thu Aug 25, 2005 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: one field from multirow lookup to multivalue field
- Replies: 30
- Views: 6194
- Thu Aug 25, 2005 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control life cycle
- Replies: 7
- Views: 1865
- Thu Aug 25, 2005 8:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compiling in DS 7.5
- Replies: 11
- Views: 2962
- Thu Aug 25, 2005 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control life cycle
- Replies: 7
- Views: 1865
- Thu Aug 25, 2005 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: one field from multirow lookup to multivalue field
- Replies: 30
- Views: 6194
I cannot help you if you do not give me more information. This link does work. When you build your lookup hash file then you have to write immediately because you are going to lookup on the same hash file. I would also sort the incoming data. Lets say you are looking up a primary care physician for ...
- Thu Aug 25, 2005 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Flattening UV multivalues
- Replies: 4
- Views: 1233
You either have to know the data or write something like ProfileStage for hash files. If you count how any fields have multivalues and build a list then you can figure out the groupings. Now a field maybe part of a group if it is null. A group should all have the same number of multivalues. So lets ...
- Thu Aug 25, 2005 7:51 am
- Forum: Enhancement Wish List
- Topic: Purging Invocation IDs from the director view
- Replies: 1
- Views: 1347
I have done this but it does not immediately show up in the Director. I am not sure why. But clearing right records in RT_STATUSnnn is fairly easy. The RT_LOGnnn is little more compilcated. I am not sure but I think they write something into DS_AUDIT as well to force Director to reread the RT_LOGnnn.
- Thu Aug 25, 2005 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: one field from multirow lookup to multivalue field
- Replies: 30
- Views: 6194
You need to explain your need in greater detail because the solution pointed to will create a multivalue field by updating the a hash file with the new value added as a multivalue to the same field y doing a lookup on the hash file. You need some logic to pick the correct multivalue but it works. So...
- Thu Aug 25, 2005 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing Logs
- Replies: 6
- Views: 2727
The instance ids are stored in 2 places in RT_LOGnnn and RT_STATUSnnn. You could hack these and delete these directly as Roy stated but I would not recommend that rither. You can setup autopurge and delete anything over 2 days old. I think autopurge with reusing the same instance ids is the best ide...
- Thu Aug 25, 2005 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot Copy Stage from One Job to other
- Replies: 6
- Views: 1229
- Wed Aug 24, 2005 11:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot Copy Stage from One Job to other
- Replies: 6
- Views: 1229
- Wed Aug 24, 2005 11:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Test Cases for DS Jobs
- Replies: 3
- Views: 1192
- Wed Aug 24, 2005 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: one field from multirow lookup to multivalue field
- Replies: 30
- Views: 6194
- Wed Aug 24, 2005 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call Table Metadata columns in a routine??
- Replies: 5
- Views: 1216
If you want to try to put something to together then KgdDsJobView routine can pull out the metadata from a job defintion. The routine is here m You need to change it quit a bit to use it as a routine. The SELECT needs to have "TO 9" on the end. It may not let you open DS_JOBS or DS_JOBOBECTS directl...
- Wed Aug 24, 2005 2:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: installing two different version of DS client
- Replies: 9
- Views: 1919