Control-M-Java process that runs SQL query on UNIX box
Asked By
30 points
N/A
Posted on - 02/02/2013
Hello,
Â
We use Control-M (a scheduling program) to run various jobs on our servers. One in mainly is Java process that runs a SQL query on a UNIX box.
Most of the time everything's is perfect, but the huge application that takes longer than 45 minutes or so and never return 0 and will end up in executing forever until we manually kill them.
Is there any way to run a long-running process without killing the process to see that it's finished from either from the Java or UNIX side?
Thanks for the solutions.