SSIS Package stops running after validation

谁说我不能喝 提交于 2020-12-12 12:12:52

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!