datastage warnings

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
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

datastage warnings

Post by pavan_test »

Hi All,

I find these warnings in my job log from datastage director. Can somoene please tell me how can I fix these warnings. And what is causing these warnings.

Failed to initialize job monitoring. Monitor information will not be generated.
Failed to connect to JobMonApp on port 13401

Thanks
Mark
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

That would likely mean the jobmonapp is not running. Check by executing the following -

Code: Select all

ps -ef|grep JobMonApp
If it is not running then you can start it by navigating to $PXHOME/java and executing -

Code: Select all

sh jobmoninit start
This takes care of both the resource tracker and px job monitor app.
Post Reply