Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've a parent job that is calling multiple jobs. When I'm running the job I can see the progress of the parent job but not able to see how the child job is progressing. I've to wait until the parent job completes.
Is there any way to check for the progress.
Hi
You can use tStatCatcher component in child job to capture the execution statistics and log them to somewhere, or print logs messages on tJava in the end of job, eg:
System.out.println("the child job finishes successfully...");
Regards
Shong
Hi
You can use tStatCatcher component in child job to capture the execution statistics and log them to somewhere, or print logs messages on tJava in the end of job, eg:
System.out.println("the child job finishes successfully...");
Regards
Shong