Page 1 of 1

datastage warnings

Posted: Wed Nov 10, 2010 4:23 pm
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

Posted: Wed Nov 10, 2010 4:45 pm
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.