I am daily running a SQL Server Agent Job, which contains a ssis-project with a loop, which tries to do a task, but max 3 times. So it happens, that the task needs 2 tries, this is totally fine. But the SQL Server Agents gives back the information, that the Joob failed, but it didn't. It only should say "fail", when the the Loop fails 3 times. Any suggestions how to do it?
Kind regards,