SSIS Package Stuck at “Created Execution” Status

前端 未结 3 1711
醉梦人生
醉梦人生 2021-01-12 06:11

I recently deployed a update to one of my SSIS projects, and ever since the project has failed it\'s scheduled runs.

The SSIS package appears to be stuck at the \"Cr

3条回答
  •  没有蜡笔的小新
    2021-01-12 06:58

    I found that this can also happen if a new version of a package no longer has, previously configured, parameters. The only solution I found is to re-create the job-step after updating the Environment Variables' configuration. Somehow the Job seems to 'remember' the no longer existing parameters, and will not actually start the package because it thinks that some parameter-configurations are missing.

提交回复
热议问题