【发布时间】:2024-01-23 22:31:01
【问题描述】:
我正在将数据传输到格式化的 excel 表中。当我尝试执行数据流任务时,我在数据流任务中的目标是 excel,我遇到了以下错误,我试图将设置 64 位更改为 false。 有人可以帮忙解决我哪里出错了。
[Excel Destination [301]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
[Excel Destination [301]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Excel Destination Input" (312)"
failed because error code 0xC020907B occurred, and the error row disposition on "input "Excel Destination Input" (312)"
specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages
posted before this with more information about the failure.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Excel Destination"
(301) failed with error code 0xC0209029 while processing input "Excel Destination Input" (312). The identified component returned
an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.
There may be error messages posted before this with more information about the failure.
【问题讨论】:
-
您确定来自 Excel 的数据类型与 SSIS 期望的相同吗?
-
源是 OLE 提供者吗?
标签: sql-server excel sql-server-2008-r2 ssis