efin
New member
We use Control-M (a scheduling program) to run various jobs on our servers. One in particular is a Java process that runs a SQL query on a Unix box. Most of the time everything's fine, but the huge ones that take longer than 45 minutes or so never return 0 and end up executing forever until we manually have to kill them.
Is there any way to update a long-running process without killing it to see if it's finished from either the Java or Unix side?
Is there any way to update a long-running process without killing it to see if it's finished from either the Java or Unix side?