Director job monitoring warning message

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
lfong
Premium Member
Premium Member
Posts: 42
Joined: Fri Sep 09, 2005 7:48 am

Director job monitoring warning message

Post by lfong »

When running a parellel job, I am getting the following warning message:
Failed to initialize job monitoring. Monitor information will not be generated. [osh.C:754].

I have set APT_NO_JOBMON to false.

What would cause this error and how do I fix the problem.

Thanks
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Did you recently stop and start the DS Engine? If yes then you need to explicity start the JobMon by issueing "./jobmoninit" command. Thats how it works on unix. I am assuming the same is true for windows.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search the forum. It might be the case, for example, that the job monitor has run out of space for its log files.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
csrazdan
Participant
Posts: 127
Joined: Wed May 12, 2004 6:03 pm
Location: Chicago IL

Post by csrazdan »

Job Monitor is know to have problems. Set APT_MONITOR_SIZE = 10000
and APT_MONITOR_TIME = 5. It might resolve the problem

Hope it helps........
Assume everything I say or do is positive
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Do you get any error if you disable APT_NO_JOBMON by setting it TRUE?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply