Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Currently my job use tftpfileexist to check the file is exist or not.
For example,
File exist at FTP folder on 15/02/2017, 9 am.
No file exist at FTP folder on 16/02/2017, 11 am.
If i schedule use task scheduler set trigger as daily, 10 pm.
15/02/2017 - true (Job will running and data will loaded at 15/02/2017, 10 pm)
16/02/2017 - false (No data loaded because no file exist)
My question is, can we run the job without waiting 15/02/2017, 10 pm. Once file is available at 9 am.
Or i need to schedule every one hour?
My question is, can we run the job without waiting 15/02/2017, 10 pm. Once file is available at 9 am.
Or i need to schedule every one hour?