job status information for multi instance Jobs

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

I am not a huge fan of folks going after the UV repository in such a manner, but you can retrieve a list of invoation id's and that is what you want.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That (getting list of invocation IDs) can be done with the API without needing to access the repository directly. Use the DSGetJobInfo() function.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

EtlStats already will get job stats for every job if you put "ALL" in the JobName parameter of the driver job. It does need the logic added to get all the instances for each job. Should be an easy fix.
Mamu Kim
Post Reply