ETLStats - how to obtain correct link counts for PX 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
hiteshm
Participant
Posts: 20
Joined: Tue May 10, 2005 5:32 am

ETLStats - how to obtain correct link counts for PX jobs

Post by hiteshm »

I trying to run the job DSJobReportDb within the ETLStats suite.

I'm trying to obtain the row count for a parallel job.

But since the parallel job has been run on 4 nodes and I'm finding that the row counts in the table ETL_ROW_HIST contains the values for only 1 partition instead of the complete load.

Is this something that anyone has expereinced?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read the help for DSGetLinkInfo(). It can obtain single node count or total count. You can adapt ETLStats routines to suit a particular need. That said, I am surprised at your assertion, and await Kim's response to it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply