We have scheduled SSIS jobs Hosted at SSIS server which fails sometimes saying connection timeout.
What our job does is to pull data from SharePoint and insert into SQL Database . We get below error quite frequently.
Executed as user: AM\EIPSSISPPROXY. Microsoft (R) SQL Server Execute Package Utility Version 11.0.2100.60 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 12:00:00 PM Error: 2016-08-28 12:00:43.80 Code: 0xC0202009 Source: RRT_Site_Package Connection manager "IX1consql07.RRT.RRT_APP" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description: "Login timeout expired". End Error Error: 2016-08-28 12:00:43.80 Code: 0xC020801C Source: Data Flow Task OLE DB Destination 1 [212] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "IX1consql07.RRT.RRT_APP" 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-08-28 12:00:43.80 Code: 0xC0047017 Source: Data Flow Task SSIS.Pipeline Description: OLE DB Destination 1 failed validation and returned error code 0xC020801C. End Error Error: 2016-08-28 12:00:43.80 Code: 0xC004700C Source: Data Flow Task SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2016-08-28 12:00:43.80 Code: 0xC0024107 Source: Data Flow Task Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 12:00:00 PM Finished: 12:00:43 PM Elapsed: 42.947 seconds. Process Exit Code 1.
I have tried to look at the all connection timeout values for SSIS but they all are set to no timeout. Still I am getting this error on production server.