Search found 4605 matches

by kduke
Mon Jan 21, 2008 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Parameter File
Replies: 3
Views: 885

We do exactly this. We have parameter values in 6 types of files. So if you have a parameter jpTargetUser then it can get set in these files. Assuming the job name is JobA and the instance id is Instance1. 1. JobA.Instance1_#jpTargetUser#.prm 2. JobA.Instance1.prm 3. JobA_#jpTargetUser#.prm 4. JobA....
by kduke
Tue Jan 15, 2008 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLInput stage repetition element
Replies: 4
Views: 1601

That document is on my tips page. Great doc.
by kduke
Wed Jan 09, 2008 6:05 pm
Forum: General
Topic: Getting average elapsed times
Replies: 4
Views: 1320

We ran reports looking for variations from day to day in our numbers like print any job name where it was more than one standard deviation from the average.

This allowed us to track abnormal variations.
by kduke
Tue Jan 08, 2008 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backup of the project
Replies: 4
Views: 1248

I give one away similar to Ray's on my tips page.
by kduke
Mon Dec 31, 2007 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -report
Replies: 8
Views: 7186

Vincent logic has starts with the same name DsJobReportDb. It is not in the current EtlStats.zip. I just checked. It is simple. Just aggregate on job, stage, link and sum(row_count). You cannot ignore partitions. You need to aggregate them up to the link level.
by kduke
Sun Dec 30, 2007 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -report
Replies: 8
Views: 7186

The partition level can be aggregated up to the link level. In effect the partitions are ignored. There should be a job created be Vincent which does this for PX jobs. This job should be included with EtlStats. If not then let me know. Server jobs only have one partition so this was never an issue. ...
by kduke
Sun Dec 30, 2007 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the source table in the same job?
Replies: 17
Views: 4907

Depends on your source database and stage chosen. In SQL Server you could do a (NOLOCK) with User Defined. Some stage types have this in the options. Even though you may need a no lock as well as the option.
by kduke
Thu Dec 27, 2007 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple instance invocation from a shell script
Replies: 9
Views: 2505

Usually 255 means the job needs to be reset.
by kduke
Thu Dec 27, 2007 9:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -report
Replies: 8
Views: 7186

Why not aggregate it?
by kduke
Fri Dec 21, 2007 12:04 pm
Forum: General
Topic: New Year Wishes
Replies: 15
Views: 4319

Merry Christmas and Happy New Year, Digitheads.
by kduke
Tue Dec 18, 2007 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to associate headless user to the projects
Replies: 7
Views: 1744

Not too functional, he has no head.
by kduke
Tue Dec 18, 2007 9:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Parameters
Replies: 4
Views: 1226

It is fairly easy to validate the parameter name before adding it to the list with:

dsjob -lparams

So you could build your parameter list one parameter at a time.
by kduke
Tue Dec 18, 2007 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RowProcCompareWithPreviousValue Routine not working...
Replies: 14
Views: 2908

That should work.

I agree with Ray, I have no idea what is not working.
by kduke
Sun Dec 16, 2007 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to associate headless user to the projects
Replies: 7
Views: 1744

They ride horses through the woods looking for lost souls.

I think he means a user not associated with a person or generic user like etluser.
by kduke
Sun Dec 16, 2007 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to associate headless user to the projects
Replies: 7
Views: 1744

Do the same for all the other headless users and projects.