SSIS:相同的脚本不同的包:错误:无法在此版本的集成服务上运行。在进程外执行?
我有一个包调用另外两个子包。所有三个包的顶部都有完全相同的脚本任务。脚本任务在父包和第一个子包中执行,但是最后一个子包在脚本任务上中断,并显示错误
任务“脚本任务”无法在此版本的 Integration Services 上运行。它需要更高级别的版本。
如果我禁用最后一个包中的脚本任务,它会正常执行该任务。
我还没有尝试单独运行这个包,因为设置起来很麻烦,如果我禁用这个脚本任务,它运行得很好,尽管我可能需要尝试看看它是否有效。
我想它与进程外执行有关?为什么这会导致脚本任务出现问题?这是非常基本的。
I have one package that calls two other child packages. All three packages have the exact same script task at the top. The script task executes in the parent package and the first child package, however the last child package breaks on the script task with the error
The task "script task" cannot run on this edition of Integration Services. It requires a higher level edition.
If I disable the script task in the last package, it executes the task fine.
I haven't tried running this package by itself because it would be a pain to setup, and it runs fine if I disable this script task, though I may need to try and see if that works.
I imagine it is related to Execute Out of Process? Why would this cause an issue for the script task? It is very basic.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参考以下链接。希望他们可以帮助您解决您面临的问题。
进程外执行 = True 的 SSIS 执行包会导致 ProductLevelToLow 错误
SSIS:应该在进程内还是进程外执行子包-过程?
Please refer the following links. Hopefully, they might help you with the issue that you are facing.
SSIS Execute Package with Execute out of Process = True causes ProductLevelToLow error
SSIS: Should you execute child packages in-process or out-of-process?