May 19, 2023 at 10:33 am
Hi,
I am using ODBC connection manager to fetch data from EAP source in SSIS
It is throwing DTS_E_INDUCEDTRANSFORMFAILUREONERROR on 1 of the columns PipelineOwnerName which is varchar(121) in EAP table.
I have tried these approaches:
select cast(PipelineOwnerName as varchar(121)) from Sales where Period = '2021' -- Failed
Explicitly set the advance editor I/O property to DT_STR(length 121) for PipelineOwnerName -- Failed.
Package is failing while reading data from ODBC itself.
Any pointers to try will be helpful.
Thanks
May 20, 2023 at 8:55 am
Excuse my ignorance, but what is an EAP source?
May 20, 2023 at 10:48 am
We are connecting to a hadoop cluster
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy