We have a visual cron jobs that runs every three minutes to copy and
transfer files from location A to location B. There is another process
that places the file in location A.
The problem we have is that the other process that places the file in
location A sometimes takes longer to update and place the file in the
location. So, what ends up happening is visual cron sends 2 incomplete
files to the client.
Is there a way to prevent this from happening? Is there a way we can do
a search for a key word (i.e.: End Time) in a log file; if the key word
is present than transfer the file to location B.
Thank you.
ap