When we run a package in production we are getting intermittent errors. When we run the package it will fail but not in the same place. Below are some of the errors we receive. We also will rerun the package and it will complete successfully......
The package is pulling data from SQL Server 2005 and dumping the data into an excel template.
Errors we get......
Execute SQL Task Failure
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.
SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (5585) returned error code 0xC0209017. 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.
Setting the end of rowset for the buffer failed with error code 0xC0047020.
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.
SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Report Destination" (889) 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.
SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Excel Destination Input" (900)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Excel Destination Input" (900)" 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 Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft JET Database Engine" Hresult: 0x80004005 Description: "Operation must use an updateable query.".
DBA Developer