Restarting The Unresponsive Adaptive Job Service Using A Script
Restarting The Unresponsive Adaptive Job Service Using A Script
#Auditing database credentials $dataSource = "Auditing Database Server" $user = "Auditing database user" $pwd = 'Auditing
238 Views Tags: biplatform41
4.1 is much stabler and our job servers do not fail often, I hope 4.2 makes it even more better.
Sivakumar Chandrasekaran in response to Mohanraj Periyasamy on page 2
May 23, 2016 8:43 AM
if 5 jobs are running then 5 job server child process will be there so :-)
Our BO environment got 4 job server and each can run 5 jobs at a time so we were struggling with this issue
for some time :-)
Mohanraj Periyasamy in response to Sivakumar Chandrasekaran on page 2
May 23, 2016 8:26 AM
With the job server, it is one of the JobServerChild process that seems to be hanging.
Sivakumar Chandrasekaran
May 23, 2016 8:15 AM
yes Mohanraj, it's bit tricky to find hung service. we can find easily if the service is failed but it's not easy to find
the service working properly or not.
we also used another mechanism to find the service is responding or not. we were using a perl script :-). I was
thinking another option like checking the process is moving or not.. never got change to try this..