Hi,
I need to add new column for object type variable.for that column i have to pass guid datatype.Because destination mapping column datatype is Guid.From the object type variable i am getting full result set in execute sql task.Through the variable i am getting more than 1000 rows in one column. so that i was mentioned full resultset.and i need to loop the variable for passing row by row for all 1000 rows .
For These requirement i have created package i am getting following errors.
Can any one help with ur own language.
[DATATYPE_CHANGING [464]] Error: Data conversion failed while converting column "NEWPRODNEWMAKE" (1882) to column "Copy of NEWPRODNEWMAKE" (2063). The conversion returned status value 2 and status text "The value could not be converted because of a
potential loss of data.".
[DATATYPE_CHANGING [464]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "output column "Copy of *********" (2063)" failed because error code 0xC020907F occurred, and the error row disposition on "output column "Copy of **********" (2063)"
specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "DATATYPE_CHANGING" (464) failed with error code 0xC0209029 while processing input "Data Conversion Input" (465). The identified component returned an
error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
[TABLENAME [1431]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "TABLENAME" (1431) returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning
of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
Thanks in advance,