Hi All,
I am importing all data from visual foxpro tables using IS.
Source connection is ole db foxpro driver.
My destination connection as sql server 2012.
Set the transformations, when I ran the pkg I have this error:
TITLE: Package Validation Error
------------------------------
Package Validation Error
------------------------------
ADDITIONAL INFORMATION:
Error at Data Flow Task [OLE DB Destination [53]]: Columns "number" and "BankAccountNumber" cannot convert between unicode and non-unicode string data types.
Error at Data Flow Task [OLE DB Destination [53]]: Columns "descrip" and "BankAccountName" cannot convert between unicode and non-unicode string data types.
Error at Data Flow Task [OLE DB Destination [53]]: Columns "code" and "BankAccountCode" cannot convert between unicode and non-unicode string data types.
Error at Data Flow Task [SSIS.Pipeline]: "OLE DB Destination" failed validation and returned validation status "VS_ISBROKEN".
Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
Error at Data Flow Task: There were errors during task validation.
(Microsoft.DataTransformationServices.VsIntegration)
------------------------------
I am using nvarchar for destination column. I cannot see the column type from the source table.
Anybody can help with this issue?
Thanks!