Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
darms21
Yak Posting Veteran
54 Posts |
Posted - 2012-04-25 : 13:01:46
|
Error: quote: Error: 0xC0202009 at LOAD ADMIN XLS, Destination - RefreshReportAll [85]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x00040EDA.Error: 0xC020901C at LOAD ADMIN XLS, Destination - RefreshReportAll [85]: There was an error with input column "Copy of INote" (2087) on input "Destination Input" (96). The column status returned was: "The value violated the schema's constraint for the column.".Error: 0xC0209029 at LOAD ADMIN XLS, Destination - RefreshReportAll [85]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (96)" failed because error code 0xC0209076 occurred, and the error row disposition on "input "Destination Input" (96)" 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.Error: 0xC0047022 at LOAD ADMIN XLS: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination - RefreshReportAll" (85) failed with error code 0xC0209029. 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.Error: 0xC0047021 at LOAD ADMIN XLS: SSIS Error Code DTS_E_THREADFAILED. Thread "WorkThread0" has exited with error code 0xC0209029. There may be error messages posted before this with more information on why the thread has exited.Error: 0xC02020C4 at LOAD ADMIN XLS, Source - Query [1]: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.Error: 0xC0047038 at LOAD ADMIN XLS: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - Query" (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.Error: 0xC0047021 at LOAD ADMIN XLS: SSIS Error Code DTS_E_THREADFAILED. Thread "SourceThread0" has exited with error code 0xC0047038. There may be error messages posted before this with more information on why the thread has exited.
The strange thing is if I unmapp that one field the pcakage executes fine...but there is nothing in the field (other than truncation) that should be causing any issue... |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-04-25 : 14:53:29
|
do you've any constraints created in destination object for this column? is it nullable?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|