If FileUnzip fails it will cause an error in the script which will trigger job error. You can setup job notification action on error as "create semaphore file". Create another "fix it" job that has schedule type "file watch" and monitors that semaphore file. Anoher thing: if you use 24x7 to download your ZIP file, the download error will be catched before the Unzip error. : I need to know how to trap 24x7 errors that occur when a : "fileunzip" command fails due to an incomplete or corrupt zip : file. If I can trap the error then I can trigger a retransmission of the : file. Anyone have any idea how to do this? Thanks in advance for any : assistance!
|