Performance Statistics shows 0 rows

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
tech_savvy
Participant
Posts: 48
Joined: Mon Oct 08, 2007 7:12 pm
Location: Sydney

Performance Statistics shows 0 rows

Post by tech_savvy »

i have created a ds job . the job is running fine but i am not able to see the performance statistics. the performance statistics are showing 0'S
It is not displaying the no of rows.
Regards
Naveen Kandukuri
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Do an exact search for "jobmonapp".
-craig

"You can never have too many knives" -- Logan Nine Fingers
tech_savvy
Participant
Posts: 48
Joined: Mon Oct 08, 2007 7:12 pm
Location: Sydney

Post by tech_savvy »

Thanks Craig.

I tried following solutions

a)Right-clicked and clicked Show Performance Statistics.

b)Confirmed that ports 13400 and 13401 were being used by the job monitor by doing "sh ps -ef | grep 13400" and they are.

c)Checked DSParams and confirmed that the APT_NO_JOBMON parameter is False

d)Went through pretty much all posts here.

e)Looked in the file JobMonApp.log. I see the following line:
Fatal Parsing Error Occurred : XML document structures must start and end within the same entity

Can you please let me know how to fix the above error. Thanks
Regards
Naveen Kandukuri
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check that your shared library search path (for example LD_LIBRARY_PATH) is correct.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Naveen, did you check the monitor window to see if any record is actually processed? Job runs fine does not mean that it processed some records ;)
Kandy
_________________
Try and Try again…You will succeed atlast!!
iskapalli
Participant
Posts: 76
Joined: Wed Jul 25, 2007 12:36 am

Post by iskapalli »

Is it multiple instance job?
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

Post by abc123 »

Ray, does the path ../PXEngine/java need to be in LD_LIBRARY_PATH for this XML error not to happen and job monitor not to stop every time?

I am getting this error but the job has nothing to do with XML in any way.

Thanks.
sridinesh2009
Participant
Posts: 14
Joined: Wed Nov 11, 2009 4:52 am
Location: New York

Post by sridinesh2009 »

If it is a multi instance job. you will not see the performance statistics.
Dinesh.D
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Process metadata for the perfomance analysis tool are collected into XML files (in the XMLFiles directory). This might have something to do with the error that you are seeing. But I really believe that its more likely to be an issue with the Job Monitor.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
abc123
Premium Member
Premium Member
Posts: 605
Joined: Fri Aug 25, 2006 8:24 am

Post by abc123 »

Can you tell me where I can find this XMLFiles directory? I searched using find under DSEngine. There is no folder named XMLFiles or a file with .xml extension in this folder or any of the sub-folders.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Should be in each project directory, I would imagine.
-craig

"You can never have too many knives" -- Logan Nine Fingers
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Is the date timestamp same as the job run time or server start time?

Are you getting any warning in the logs or is it a multi-instance job?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply