Audit Counts

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
reddy
Premium Member
Premium Member
Posts: 168
Joined: Tue Dec 07, 2004 12:54 pm

Audit Counts

Post by reddy »

Hello Guys,

We have almost 300 jobs which was in 10 job sequences.I have to get jobname,start date,start time,end time,elapsed time,input count,output counts,jo status data from all these jobs and load data into audit summary table.

Can you please help me how to design to get audit counts at runtime at job sequence level.

I will appreciate your help.

Thanks in advance
Reddy
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

Do an exact search on ETLStats.
It is very good bunch of tools for the things that you are looking for, posted by our own ETL stat guru Kim Duke.
Success consists of getting up just one more time than you fall.
reddy
Premium Member
Premium Member
Posts: 168
Joined: Tue Dec 07, 2004 12:54 pm

Post by reddy »

Thanks for reply.I went through Kim's etlstats but when i used DSJobReportDb for getting rowcounts i am getting mulitple rows.
suppose if i have

source---IN---->transf-----OUT--->target

i need job name,IN Count,Out Count,elapsed Date and Time in one row.

Can you please help me on how to get a single row.

Thanks in advance
Reddy
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You have one row per link. A job can have multiple links.
Mamu Kim
Post Reply