Page 1 of 1

Performance Statistics shows 0 rows

Posted: Wed Feb 08, 2012 10:11 pm
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.

Posted: Wed Feb 08, 2012 10:12 pm
by chulett
Do an exact search for "jobmonapp".

Posted: Wed Feb 08, 2012 10:31 pm
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

Posted: Wed Feb 08, 2012 10:51 pm
by ray.wurlod
Check that your shared library search path (for example LD_LIBRARY_PATH) is correct.

Posted: Wed Feb 08, 2012 11:12 pm
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 ;)

Posted: Thu Feb 09, 2012 5:14 am
by iskapalli
Is it multiple instance job?

Posted: Wed May 07, 2014 5:32 pm
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.

Posted: Thu May 08, 2014 9:06 am
by sridinesh2009
If it is a multi instance job. you will not see the performance statistics.

Posted: Thu May 08, 2014 4:27 pm
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.

Posted: Tue May 13, 2014 9:55 am
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.

Posted: Tue May 13, 2014 10:03 am
by chulett
Should be in each project directory, I would imagine.

Posted: Fri May 16, 2014 7:07 am
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?