Hello,
I'm trying to find a way to detect the corrupt file (like PDF or ZIP) in my flows.
I often have jobs that are catched in my flows before the complete copy on the disk.
All of this jobs are send to problem jobs and I receive many fail messages just because of that.
Is it possible to detect and ignore this files with an app or with variables ?
Thanks for the help !
Detect corrupt file in the flow
Re: Detect corrupt file in the flow
It is possible to add an outgoing connection to Problem jobs and there are the variables [Job.FailElement], [Job.FailFlow], [Job.FailMessage] and [Job.FailModule] that are interesting for routing different error situations.
Re: Detect corrupt file in the flow
Fine ! I stopped the automatic email alert on the Problem Jobs Folder.
Then I routed the problem jobs to another "Send Mail" and could exclude the recurrent messages I don't want to receive.
Thanks for the advice !
Then I routed the problem jobs to another "Send Mail" and could exclude the recurrent messages I don't want to receive.
Thanks for the advice !