I have may SSI packages running on multiple sources and recently we have been experiencing thisLogin timeout expired problem. This is not consistent it happens very randomly. The error message is
. 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: 2011-02-16 02:35:55.83 Code: 0xC020801C Source: Data Flow Task OLE DB Source [319] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "JDE" failed with error code 0xC0202009.
is it something to to do with multiple open connections that are not closed after the package executions complete? if yes is there a property or any work around to close the connection as and when all the package tasks are complete.
Thanks