I'm getting this below error in SQL Agent job, The job has a parent & Child package , the parent package runs locally and child package is executing its tasks on another server . Parent package has no issues but this error is triggered for child package . Both servers can be connected via SSMS,RDC. Any help appreciated.
Microsoft (R) SQL Server Execute Package Utility Version 12.0.5000.0 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 1:35:05 PM Error: 2019-09-16 13:35:50.17 Code: 0xC0202009
Source: ChildPackage Connection manager "TestConn" 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 11.0" Hresult: 0x80004005 Description: "Login timeout expired". An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005
Description: "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.". An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Named Pipes Provider: Could not open a connection to SQL Server [53]. ". End Error Error: 2019-09-16 13:35:50.17 Code: 0xC020801C Source: ProcessChildPackage Changed Dimension ChildPackage [2] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "TestConn" 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: 2019-09-16 13:35:50.17 Code: 0xC0047017 Source: Process ChildPackage SSIS.TestConn Description: Changed DimensionChildPackage failed validation and returned error code 0xC020801C. End Error Error: 2019-09-16 13:35:50.18 Code: 0xC004700C Source: ProcessChildPackage SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2019-09-16 13:35:50.18 Code: 0xC0024107 Source: ProcessChildPackage Description: There were errors during task validation. End Error Error: 2019-09-16 13:35:50.19 Code: 0xC00220E4 Source: ExecuteChildPackage package Description: Error 0xC0012050 while preparing to load the package. Package failed validation from the ExecutePackage task. The package cannot run. . End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 1:35:05 PM Finished: 1:35:50 PM Elapsed: 45.11 seconds. The package execution failed. The step failed.
SANTHOSH KUMAR