We have an 2008 SSIS Package running against a sql 2008 database that occasionally get these messages. It runs a very very long time. You can see the elapsed seconds below. I have done some searching but haven't found anything that has resolved this. There are no errors or warnings in the Windows event logs or SQL Server error log. SSIS does run on a different machine and connects to the database on another machine. Both are 2008.
Here a couple of links I keep finding myself navigating to but they haven't helped the situation. So, does anyone have any other thoughts or is there anywhere else I should be looking to see if any thing has been logged?
Executed as user: xxxxx\xxxxxxxxx. Microsoft (R) SQL Server Execute Package Utility Version xxxxxxxxxxxxxxx for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 6:46:52 AM Error: 2016-04-26 18:12:06.07 Code: 0xC002F210 Source: SSISOpsEhObj_Task_OnPostExecute Execute SQL Task Description: Executing the query "exec dbo.usp_SSISOps_Audit_OnPostExecute @Scope='T..." failed with the following error:"Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. End Error Error: 2016-04-26 20:01:34.27 Code: 0xC002F210 Source: SSISOpsEhObj_Task_OnPostExecute Execute SQL Task Description: Executing the query "exec dbo.usp_SSISOps_Audit_OnPostExecute @Scope='T..." failed with the following error: "Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. End Error Error: 2016-04-26 21:59:52.49 Code: 0xC002F210 Source: SSISOpsEhObj_Task_OnPostExecute Execute SQL Task Description: Executing the query "exec dbo.usp_SSISOps_Audit_OnPostExecute @Scope='T..." failed with the following error: "Transaction (Process ID 53) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. End Error Error: 2016-04-27 16:13:12.98 Code: 0xC0202009 Source: DWH_Populate_Dimensions Connection manager "Staging" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Login timeout expired". An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Unable to complete login process due to delay in login response". An OLE DB record is available. Source:"Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "TCP Provider: Timeout error [258]. ". End Error Error: 2016-04-27 16:13:13.00 Code: 0xC020801C Source: 02 helper table for policy OLE DB Source [1] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Staging" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed. End Error Error: 2016-04-27 16:13:13.03 Code: 0xC0047017 Source: 02 helper table for policy SSIS.Pipeline Description: component "OLE DB Source" (1) failed validation and returned error code 0xC020801C. End Error Error: 2016-04-27 16:13:13.06 Code: 0xC004700C Source: 02 helper table for policy SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2016-04-27 16:13:13.09 Code: 0xC0024107 Source: 02 helper table for policy Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 6:46:52 AM Finished: 4:13:14 PM Elapsed: 465978 seconds. The package execution failed. The step failed.
BSC