【发布时间】:2016-07-12 05:44:44
【问题描述】:
我在尝试传输数据时收到此错误。我是 SSIS 的新人,但如果您能提供帮助,那就太好了。
[OLE DB Destination 1 [2]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E21.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E21 Description: "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.".
[OLE DB Destination 1 [2]] Error: An error occurred while setting up a binding for the "Comments" column. The binding status was "DT_NTEXT". The data flow column type is "DBBINDSTATUS_UNSUPPORTEDCONVERSION". The conversion from the OLE DB type of "DBTYPE_IUNKNOWN" to the destination column type of "DBTYPE_WVARCHAR" might not be supported by this provider.
[OLE DB Destination 1 [2]] Error: Cannot create an OLE DB accessor. Verify that the column metadata is valid.
[SSIS.Pipeline] Error: OLE DB Destination 1 failed the pre-execute phase and returned error code 0xC0202025.
Task Get Merchant Data failed
【问题讨论】:
-
你能告诉我们源列是什么吗?
-
是的 SureSELECT [ID] ,[Status] ,[Store_No (LinkTitle)] ,[Merchant_No] ,[Comments] ,[Created] ,[Third_Party_Introduced_Customer] FROM [dbo].[tmp_Merchant GO跨度>
标签: sql sql-server sharepoint ssis oledb