Hi,
Source
As per requirement I should like below mentioned: It means Pivot the Records 1,2 into 1,2 as filds with Records of ALINSP
--------- -------- ----- -------
ALACCT ALCYC# 1 2
-------- --------- ----- --------
8581887 001 ALINSP ALINSP
(1Recrord) (2 Record)
--------- ------- -------- ------------
So I used pivot in SSIS-Dataflow
Still error :
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Pivot" (16) failed with error code 0xC0202090 while processing input "Pivot Default Input" (17). 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.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (1) 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.
Please help me..
Thanks
MADHU