Failed to initialize job monitoring

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
BillB
Premium Member
Premium Member
Posts: 48
Joined: Tue Nov 13, 2007 6:44 pm

Failed to initialize job monitoring

Post by BillB »

Hi All,

All of sudden we came across this warning in production(nightly batch run)

Code: Select all

" main_program: Failed to initialize job monitoring. Monitor information will not be generated."



because of which our daily extraction is incomplete.

And search did not fetch any meaningful result for Windows as server.

Shall appreciate the inputs leading to resolution.

Thanks
BillB
Premium Member
Premium Member
Posts: 48
Joined: Tue Nov 13, 2007 6:44 pm

Post by BillB »

As a temporary work around disabled APT_NO_JOBMON from administrator, but still looking for resolution

Cheers
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

BillB wrote:As a temporary work around disabled APT_NO_JOBMON from administrator, but still looking for resolution

Cheers
Restarted the production server?

If it goes then no problem

I think its a temporary problem.

restart the server. if it comes again then reply with the following settings

APT_NO_JOBMON
APT_MONITOR_SIZE
APT_MONITOR_TIME


regards,
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Restart the production server? Are you working in 1 employee only company?

BillB,
You need to go your ../DataStage/PXEngine.751/java directory to re-start the jobmoninit by issuing the follwong command:
sh jobmoninit start $APT_ORCHHOME
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

lstsaur wrote:Restart the production server? Are you working in 1 employee only company?

BillB,
You need to go your ../DataStage/PXEngine.751/java directory to re-start the jobmoninit by issuing the follwong command:
sh jobmoninit start $APT_ORCHHOME

Sorry for the earlier reply

My Intention was to restart the job monitor.

Dont know why i have written that. :roll:

Sorry once again.

lstsaur, Thanks for the correction.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
BillB
Premium Member
Premium Member
Posts: 48
Joined: Tue Nov 13, 2007 6:44 pm

Post by BillB »

lstsaur wrote:
Restart the production server? Are you working in 1 employee only company?

BillB,
You need to go your ../DataStage/PXEngine.751/java directory to re-start the jobmoninit by issuing the follwong command:
sh jobmoninit start $APT_ORCHHOME

Istsaur, Its windows OS not Unix.....What is equivalent in Windows?...
JPalatianos
Premium Member
Premium Member
Posts: 306
Joined: Wed Jun 21, 2006 11:41 am

Post by JPalatianos »

I do this every so often on our Windows servers.
Log into your windows server with admin right 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 been enabled.

- - John
Post Reply