Hi,
we are upgrading the company's SSIS packages from 2008 to 2016 using Visual Studio. One package I upgraded executes correctly except for a "Rename" step intended to rename a file. It is the last step inside a foreach loop which iterates through all .ERR files it finds. The rename step actually performs a mysterious Delete step, as seen from the package output. This appears to happen immediately before an actual rename action, which fails, because the file is no longer there.
Hope that makes sense.
Dave