Hi All,
I have created a package,which is internally calling a stored procedure. I have created a table with 4000 customers phone Number and took the extract into .csv file,it returns 200000 records,lly i entered 90000 customers information(Phone Numbers) into Table took the extract working fine(returns 2100000 records) but when i entered 120000 customer information into table ,SP returning 2700000 records but package failed. I am getting following error:
Message
Executed as user: VMT\r9-pt-svc-sql. Microsoft (R) SQL Server Execute Package Utility Version 10.0.2531.0 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 14:04:34 Error: 2012-12-31 14:45:37.79
Code: 0xC0202053 Source: Data Flow Task Flat File Destination [251] Description: Cannot write to the data file. End Error Error: 2012-12-31 14:45:37.80 Code: 0xC02020A0
Source: Data Flow Task Flat File Destination [251] Description: Cannot copy or convert flat file data for column "Statement Entry". End Error Error: 2012-12-31 14:45:37.80 Code: 0xC0047022
Source: Data Flow Task SSIS.Pipeline Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Flat File Destination" (251) failed with error code 0xC02020A0 while processing input "Flat File
Destination Input" (252). 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. End Error Error: 2012-12-31 14:45:37.81 Code: 0xC02020C4 Source: Data Flow Task OLE DB Source [1] Description: The attempt to
add a row to the Data Flow task buffer failed with error code 0xC0047020. End Error Error: 2012-12-31 14:45:37.81 Code: 0xC0047038 Source: Data Flow Task SSIS.Pipeline Description:
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. End Error Error: 2012-12-31 14:45:37.96
Code: 0xC0202053 Source: Data Flow Task Flat File Destination [251] Description: Cannot write to the data file. End Error DTExec: The package execution returned DTSER_FAILURE (1).
Can anyone help on this?
Thanks in advance,
Visu
Started: 14:04:34 Finished: 14:45:37 Elapsed: 2463.47 seconds. The package execution failed. The step failed.