Job monitor

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
vasubabu
Participant
Posts: 153
Joined: Wed Jan 25, 2006 2:38 am

Job monitor

Post by vasubabu »

Hi all,

i am unable to see the performance statistics and job monitor for all the links the job monitor showing the zero records even after disable the APT_NO_JOB_MON at job level.
could any one suggest me ,how can i enable job monitor to see the record count in the links
VASU..
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Are you sayning APT_NO_JOB_MON is set to false?
if yes then are you getting any warning (even handled warnings).
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
vasubabu
Participant
Posts: 153
Joined: Wed Jan 25, 2006 2:38 am

Post by vasubabu »

priyadarshikunal wrote:Are you sayning APT_NO_JOB_MON is set to false?
if yes then are you getting any warning (even handled warnings).
Yes.
I am getting the warning as "Failed to initialize job monitoring. Monitor information will not be generated"

what will be the solution to enable the job monitor for record count?
VASU..
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

restart the job monitor.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
vasubabu
Participant
Posts: 153
Joined: Wed Jan 25, 2006 2:38 am

Post by vasubabu »

priyadarshikunal wrote:restart the job monitor.
i dont know how to restart the job monitor means?
Can you please?
VASU..
suneelchallagali
Participant
Posts: 251
Joined: Tue Dec 02, 2008 3:09 pm

Post by suneelchallagali »

Hi VASU,

Actually i am facing same problem please help me out.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

For Windows I would assume it's a service so you'd need to verify that it is running. For UNIX, a process started via the PXEngine/java/jobmoninit script.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

I faced the same problem last week. What i did was a restart of datastage and it worked. (although i did not like this approach)

Regards
Sreeni
JPalatianos
Premium Member
Premium Member
Posts: 306
Joined: Wed Jun 21, 2006 11:41 am

Post by JPalatianos »

This works on windows....I do it ocassionally on our servers when we run into the same issue:

Log into the Windows server with admin rights then...
Open a command prompt and cd to D:\IBM\InformationServer\Server\PXEngine\java then execute the following:

D:\IBM\InformationServer\Server\PXEngine\java>sh (HIT ENTER)
$ APT_ORCHHOME="D:/IBM/InformationServer/Server/PXEngine" (HIT ENTER)
$ export APT_ORCHHOME (HIT ENTER)
$ ./jobmoninit start (HIT ENTER) You will be notified that Job Monitoring has beenn statrted
Post Reply