Hi All
I'm new to SSIS, using Terdata Attunity connector for integrating data flow between Terdata (source) to SQL Server (Target).
SSIS package is getting failed because of length mismatch between source and Target for Unicode character datatype columns.
Reason is Teradata TPT always occupies 3 times more length of actual defined in DB.
Any suggestions here
even I tried by increasing length of attribute in Source but it didn't help
I know by converting datatype from unicode -> Latin would help, but i don't want to do conversion since loosing some characters.
##################################################
Error is
[Teradata Source [263]] Error: TPT Export error encountered during Initiate phase. TPTAPI_INFRA: API306: Error: Conflicting data length for column(5) - Source column's data length is (200) Target column's data length is (300).
##################################################
Thanks
-Kishore-