I've got an SSIS package which have multiple OLE DB Sources in a Data Flow Task. When one of the source is down, I get a connection error and the task fails. What I want to happen is if one OLE DB Source is down, the data flow task should continue with the logic and ignore the failed connection. I have set the MaximumErrorCount of Data Flow Task to a big number thinking that it will solve the issue but it didn't.