在子包中调用脚本任务的 SSIS 错误

SSIS error calling Script task in child package

我有一个子包,在单独执行时可以完美运行。当我通过执行包任务从父包调用同一个包时,出现错误:

0xC000F427 To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or higher.

父包在调用子包之前也有一个脚本任务,并且成功运行。

注意:我正在我的工作站上开发和测试。

尝试:Select 执行包任务,按 F4(属性)并将 ExecuteOutOfprocess 更改为 false。 https://docs.microsoft.com/en-us/sql/integration-services/control-flow/execute-package-task "If you set the property to True, you cannot debug the package in a tools-only install. You must install Integration Services. " 让我们知道它是否有效。