Hello
My scheduled package which used to run fine has started to fail... Seems like each time its a different error code. We are using this package to move data from SQL Server to Netezza database. When we run it manually, it always finishes successfully without any errors - only when it is scheduled it fails , and not every single time. I am not able to pinpoint the root cause. Any insight will be helpful
FROM one of the runs:
-------------------------------------------
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: 5:05:00 PM
Error: 2012-08-30 17:10:31.37 Code: 0xC0202009 Source: Vehicle Type Region Vehicle Type Region Netezza [651] Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred.
Error code: 0x80004005. An OLE DB record is available. Source: "Netezza Performance Server" Hresult: 0x80004005 Description: "ERROR: Query was cancelled.". End Error
Error: 2012-08-30 17:10:31.79 Code: 0xC0209029 Source: Vehicle Type Region Vehicle Type Region Netezza [651] Description: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "OLE DB Destination Input" (664)" failed because error code 0xC020907B occurred, and the error row disposition on "input "OLE DB Destination Input" (664)" 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. End Error
Error: 2012-08-30 17:10:32.14 Code: 0xC0047022 Source: Vehicle Type Region SSIS.Pipeline Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Vehicle Type Region Netezza" (651) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (664). 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
DTExec: The package execution returned DTSER_FAILURE (1). Started: 5:05:00 PM Finished: 5:10:32 PM Elapsed: 331.643 seconds. The package execution failed. The step failed.
From a different run:
-----------------------------------
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: 6:00:00 AM
Error: 2012-08-23 06:02:01.73 Code: 0xC0202009 Source: Specification Type Specification Type Netezza [46] Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Netezza Performance Server" Hresult: 0x80004005 Description: "ERROR: Query was cancelled.". End Error
Error: 2012-08-23 06:02:02.06 Code: 0xC0209029 Source: Specification Type Specification Type Netezza [46] Description: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "OLE DB Destination Input" (59)" failed because error code 0xC020907B occurred, and the error row disposition on "input "OLE DB Destination Input" (59)" 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. End Error
Error: 2012-08-23 06:02:02.41 Code: 0xC0047022 Source: Specification Type SSIS.Pipeline Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Specification Type Netezza"
(46) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (59). 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 DTExec: The package execution returned DTSER_FAILURE (1). Started: 6:00:00 AM Finished: 6:02:02 AM Elapsed:
122.023 seconds. The package execution failed. The step failed.