Jim Owen
2009-01-11 05:40:00 UTC
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
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