Thanks for you response. They are related to API Employee Download process and Career File download process related to PeopleSoft Payroll module.
Main Topics
Browse All TopicsJobs Fail without error in PeopleSoft Job Scheduler. It is not consistently failing on one particular job, but different jobs at different times. I dont see any error in the alert log or jobs related log. Last time, when we rebooted the server, it was fine for 3 days and again the issue is re-surfacing. Any help is greatly appreciated.
-Praveen
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
any chances of zombie process getting created due to memory issues , memory leaks in the code etc...
because we had similar issues and then we decided to restart the services once everyweek to ensure no zombie, etc are there and the unix system can run its process in a healthy way though no one could not figure it out why first of all zombie processes got created only on certain occassions and not every time...
I have the exact same problem but with sqr jobs. We are running Peopletools 8.49 pia on Windows 2003 on VMWare with DB2 Connect Client. Can you explain "starting the daemon on the server". Would starting the Process Scheduler as a Windows service help?
Can you please explain what zombie means? Does rebooting the physical server help?
Thank you
Paulette
zombie means an unkilled/uncompleted/hung process whose parent process is not found may be because it got completed or finished by the child process invoked/created by it is still found in the process command output in unix.
though restarting a server may or may not help for your issue but i think restarting a server is not accepted as a fix and it might take a while to do that. in our case, restarting unix services helped and we did not try restarting the whole unix server bacause that will have a lot of zones/virtual servers.
Business Accounts
Answer for Membership
by: nav_kum_vPosted on 2009-03-12 at 07:53:00ID: 23869001
may be something to do with memory in the host ? process getting hung / killed etc ?
by the way what kind of jobs are they ? they run pl/sql code or what ? are they memory intensive etc ?