Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CE 10 - Jobserverchild still running on DB2 connection

Status
Not open for further replies.

bballjunky

Programmer
Apr 11, 2005
2
US
No jobs show as running, yet there are currently 3 jobserverchild.exe process running in task manager using up CPU. DB@ admin sees the threads, but they are not running anything, but still have locks on tables. Why are these processes not closing when the report is finished?
 
This usually happens because the report was stopped prematurly before it completes to success. I have seen this often on big reports that have been running for one or two hours and then the user stops or deletes the job in the CMC. Sometimes these get cleaned up by CE, but many times they do not. We have a perl script utility we wrote which compares number of jobs actually running in CE and the number of jobserverchild process that are running on the system. The script then sends out a page saying the jobserverchilds are out of sync and then we must terminal service into the CE server and kill the orphaned jobserverchild processes. I would recommend appling the latest service pack for CE10, which is SP2 and this may clear up some of these orphaned processes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top