I'm looking for the steps to take to debug when a job is hung in Lawson 10, how to view the queues, how to get the status, etc.
In Lawson 9 we used to be able to use the ps -ef command to isolate a job running and use other UNIX commands to get information/handle a rogue process.
I'm not sure how to accomplish this in Lawson 10.
Thank you!
Allen
Why can't you still grep the PID and kill it? Or jobschd ?
Is that still the correct way to do it?
When we do a command like ps -ef it doesn't show any jobs it only shows our own process
Can you provide me a couple examples of how to debug/kill a job in Lawson 10? Lets say a user is running a GL290, how do I see this and how do I see this if I don't know the user running the GL290 just that a GL290 is running?