SSIS package fails on file.delete of script task
问题 I have an SSIS package , zip.dtsx. This package successfully runs on serverA. I copied this package in serverB. However, when I try to run zip.dtsx on serverB, it fails. zip.dtsx just reads a file in a source folder, compresses it, saves the compressed file to a different folder, then deletes the original file in the source folder. After some investigation, I figured out that if I comment out the part in the C# script task that deletes the file in the source folder. The package runs