Page 1 of 1

Check Existence of file

Posted: Fri Nov 12, 2010 6:49 am
by dr.murthy
How to check the Existence of file in sequence jobs,'

if file exist then sequencer should run other wise ends successfully

Posted: Fri Nov 12, 2010 6:56 am
by arvind_ds
Create a shell script to check the existence of the file. Call that script in your job sequence using execute command stage. Use triggers accordingly to take further action. HTH

Posted: Fri Nov 12, 2010 7:09 am
by dr.murthy
I used Wait for activity stage to check existence of file, its working fine.


Thanks for respond.