0 rows transferred

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
kavuri
Premium Member
Premium Member
Posts: 161
Joined: Mon Apr 16, 2007 2:56 pm

0 rows transferred

Post by kavuri »

Hi I run a simple job Its showing that 0 rows, 0rows/sec on the link from transformer. But I got the output file showing the data. What might be the problem?


Thanks
Kavuri
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This can happen for a number of reasons. First of all, I've found the monitor to be unreliable (well, I sometimes use the term "Flakey") for PX jobs. If the stage you are looking at has been optimized out of the run then it will also show a 0 value. What stages are you using? Do the source stage and the the target stage show any rows processed? Have you changed your project settings for monitoring in any way?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Don't rely on the GUI, for a whole heap of reasons.
Use the job log or monitor for a definitive row count.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Is your job multi instance job? Multi instance jobs always show 0 rows as job statistics.
jwilliams
Participant
Posts: 10
Joined: Wed Aug 15, 2007 6:53 am
Location: Tennessee, USA

Post by jwilliams »

It's also possible that an earlier, working version of the program wrote data to the destination file that was valid. Changing the program stages in a way that won't produce data means that the program may not work, but using the "View Data" function in the destination (I think of a seq. file at the moment) will show what data is in that file, regardless of the failure of the last run.

As is said above, don't trust the GUI, especially the View Data option. Check the data on its own.
ccatania
Premium Member
Premium Member
Posts: 68
Joined: Thu Sep 08, 2005 5:42 am
Location: Raleigh
Contact:

Post by ccatania »

a few questions first:
How many rows are in the input files

Are there any constraints present

What is your taget file environment
Post Reply