Search found 4605 matches

by kduke
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

You could do this lookup in a routine. You can easily count the multivalues and do the lookup in one read.
by kduke
Thu Aug 25, 2005 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control life cycle
Replies: 7
Views: 1865

I does.

_________________
Craig Hulett


You does. You promote all jobs as a release from test to prod?
by kduke
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

No you can include these types of files in Version Control. These files have nothing to do with compiling.
by kduke
Thu Aug 25, 2005 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control life cycle
Replies: 7
Views: 1865

I don't anyone promotes all jobs as a release. I don't trust VC that much. Everything is just done as a version to a single job. VC is limited in how much it can do.

Also VC needs its own project. Do not use Dev as your VC project.
by kduke
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 ...
by kduke
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 ...
by kduke
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.
by kduke
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...
by kduke
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...
by kduke
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

The only other thing I can think of is are your copying from a server job to a server job? Are the jobs the same type? I doubt if you can copy from a server job to a sequence or to a PX job.
by kduke
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

Should work. Are these in one Designer and not two different connections?
by kduke
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

I think Ray is correct. Do full loads or normal loads. The row counts should match. Sample data is much harder to create and does not prove much.
by kduke
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

That is not an aggregator solution. It does aggregate. Cool huh?
by kduke
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...
by kduke
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

MCM also switches the registry entries.