![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Error at Data Flow Task [SQL Server Destination [546944]]: Since this is happening at the destination, sounds like a Data Conversion |
|
Hi, I've been trying to use an SSIS project to acquire XML data and load it into a table within SQLServer 2008. The project is returning an error whenever I attempt to import a value defined as DT_UI8 or DT_UI2 into the table. The specific error is: Error at Data Flow Task [SQL Server Destination [546944]]: The column "id" can't be inserted because the conversion between types DT_UI2 and DT_I4 is not supported. Error at Data Flow Task [SQL Server Destination [546944]]: The column "Attribute_Id" can't be inserted because the conversion between types DT_UI8 and DT_NUMERIC is not supported. I've seen several mentions of this type of error posted various places, but I haven't found anything that leads to a solution. Any ideas of how to handle this? Thanks, Jim |
#3
| |||
| |||
|
|
Jim: Do you have a traditional Data Flow task with XML Source and data pipeline? Are you using a Data Conversion task that explicitly converts from one type to another? Error at Data Flow Task [SQL Server Destination [546944]]: Since this is happening at the destination, sounds like a Data Conversion can solve this. If not. try switching to an OLE Db Destination instead of a SQL Destination. As strange as it might sound, the OLE Db is a little better than the proprietary SQL Destination. HTH -- Todd C [If this response was helpful, please indicate by clicking the appropriate answer at the bottom] "Jim Owen" wrote: Hi, I've been trying to use an SSIS project to acquire XML data and load it into a table within SQLServer 2008. The project is returning an error whenever I attempt to import a value defined as DT_UI8 or DT_UI2 into the table. The specific error is: Error at Data Flow Task [SQL Server Destination [546944]]: The column "id" can't be inserted because the conversion between types DT_UI2 and DT_I4 is not supported. Error at Data Flow Task [SQL Server Destination [546944]]: The column "Attribute_Id" can't be inserted because the conversion between types DT_UI8 and DT_NUMERIC is not supported. I've seen several mentions of this type of error posted various places, but I haven't found anything that leads to a solution. Any ideas of how to handle this? Thanks, Jim |
![]() |
| Thread Tools | |
| Display Modes | |
| |