0

在我的 OnError 事件处理程序中,我尝试执行一个(子)包,但出现此错误:

Error: Error 0x80040154. Failed to create an instance of empty child package. The Distributed Component Object Model (DCOM) configuration or the installation of SQL Server Integration Services, may be corrupted on your machine.

其次是Class not registered

即使它是我调用的空包,也会发生这种情况。不能在 EventHandler 中执行包吗?还有什么可能导致此错误?

包设置为ExecuteOutOfProcess

使用安装了 Microsoft 集成服务的 Visual Studio 2019。

编辑:将 ExecuteOutOfProcess 设置为 FALSE 使空包运行。然而,另一个带有 3rdparty-components 的软件包失败了。但这是由 3party 组件造成的清晰。调查

4

1 回答 1

0

重新安装集成服务插件解决了这个问题

于 2020-11-27T11:47:04.380 回答