【发布时间】:2020-06-09 08:16:46
【问题描述】:
我有一个在 Visual Studio 2013 上运行良好的 SSIS 包,但是当我将包部署到 SQL Server 代理并在那里执行它时,我收到以下错误:
Description: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "Lookup" failed because error code 0xC020901E occurred, and the error row disposition on "Lookup.Outputs[Lookup Match Output]" specifies failure on error. An error occurred on the specified object of the specified component.
包在 Sql Server 2014 上运行。
【问题讨论】:
-
错误告诉你有一个查找错误。我假设您已经配置了那些无法转到其他地方的行,因此请查看这些行。 SSISDB 日志中还会有更多日志,可能会为您提供更详细的信息。但是,我们无法帮助您解决此错误,因为它确实会告诉您问题所在,并且我们无权访问您的实例。
-
@Larnu 谢谢。我自己解决了这个问题。
标签: sql-server ssis sql-server-agent