Hi,
I am trying to transform sql table data to excel file using SSIS. But it gives me package validation error.
I googled this problem but as a solution many persons has written “convert between unicode and non-unicode string data types”. In the sql table all columns are varchar type so how we can they that data is Unicode. Unicode data always resides in nvarchar data type.
Below is the actual problem which I am facing. I am new to SSIS so kindly give the described solution.
TITLE: Package Validation Error
------------------------------
Package Validation Error
------------------------------
ADDITIONAL INFORMATION:
Error at Data Flow Task [Excel Destination [76]]: Column "centername" cannot convert between unicode and non-unicode string data types.
Error at Data Flow Task [SSIS.Pipeline]: "component "Excel Destination" (76)" 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)
------------------------------
BUTTONS:
OK
Any help is highly appreciated.
Thanks in advance.
Best Regards, vivek