Hello Kanika Well Done it s ok now my jobs finished without ERROR. THANKS You VERY Much for your help. best regards
hello Andreas ; thank you for your answer. Below my script shell , it s simple test shell , testing file test.txt, it s present? So i create file test.txt my shell exit 0 but my Scheduler job exit with error: while [ ls /dz-temenos-test2/product/exploit/log/test.txt | wc -l -ne 1 ] do sleep 5 i=$(expr $i - 1) echo " TEST toujours en cours " >> ../Check.log if [ $i -eq 0 ] then echo "CHECK TEST TIME ERROR , job a depasse $DECOMPTE " >> ../Check.log fi done echo " check TEST OK" >> ../Check-TEST.log...
hello -Jobscheduler : 1.13.3 -Redhat linux 7.3 -Mariadb 5.5.52 i have a problem with my jobs : Launch commands or executable files by SSH Below my error in log job : 2020-06-05 11:15:08.240+0200 [info] [stdout] 05 11:15:03.451 [INFO ] (SOSSSHJobJSch.java:161) - executing remote command: './sos-sshscript4409247580475077631.sh '. 2020-06-05 11:15:34.760+0200 [ERROR] Z-JAVA-105 Java exception com.sos.JSHelper.Exceptions.JobSchedulerException: SOS-SSH-E-120: error occurred processing ssh command: "./sos-sshscript4409247580475077631.sh...
Hello , i work with JobScheduler engine 1.10.5 i need execute a shell command if the Job exceeds a limited time . thank you for your help
I installed Jobscheduler on a Linux Redhat 6.5 server. After configuring the mail notification in the factory.ini file , i receive email when a job is in error. I'm looking for how I can do same thing but when a job is in error jobscheduler run a script shell . thank's