SSIS Error : Cannot Convert between unicode and non-unicode string datatypes

SSIS Error : Column '%s' Cannot Convert between unicode and non-unicode string datatypes.

We will get this error when the destination Table column datatype is Nvarchar and  OutPut Column Data Type  in SSIS Transformation  is String[DT_STR] then you will get this error .


We can solve this error by giving Correct datatype in this case ie  Unicode String [DT_WSTR]

you can set the value as shown in below fig .







Comments

Popular posts from this blog

SSAS : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient). + Solution

SSIS Error : Unable to infer the XSD from the XML file. The XML contains multiple namespaces