问题
I have created an SSIS package that loads data from a CSV file to a staging table, then archives the CSV file. When I run the package using the package execute utility with file system as a source, it runs correctly - first validating, then executing each step.
However, when I import the package into the SSIS package store and execute it from there using MSDB using right click -> run package, none of the steps actually execute. Each step is validated successfully, but never executed. The package reports as being run successfully, and doesn't throw any errors.
Is there some type of setting that causes the package to only validate and not actually execute when run from the package store vs file system?
来源:https://stackoverflow.com/questions/29499552/ssis-package-stops-running-after-validation