sql server SSIS job failed. i get following error message. How to fix it???

xian qian 1 Reputation point
2020-09-10T00:38:04.457+00:00

Executed as user: domain\user. Microsoft (R) SQL Server Execute Package Utility Version 10.50.6000.34 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 12:00:00 AM Error: 2020-09-07 00:00:16.11 Code: 0xC0202009 Source: job1 Connection manager "SourceConnectionOLEDB" 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: "Named Pipes Provider: Timeout error [258]. ". End Error Error: 2020-09-07 00:00:16.11 Code: 0xC020801C Source: Data Flow Task 1 Source - vwUtilities [1] Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" 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: 2020-09-07 00:00:16.11 Code: 0xC0047017 Source: Data Flow Task 1 SSIS.Pipeline Description: component "Source - vwUtilities" (1) failed validation and returned error code 0xC020801C. End Error Error: 2020-09-07 00:00:16.11 Code: 0xC004700C Source: Data Flow Task 1 SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2020-09-07 00:00:16.16 Code: 0xC0024107 Source: Data Flow Task 1 Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 12:00:00 AM Finished: 12:00:16 AM Elapsed: 15.351 seconds. The package execution failed. The step failed.

SQL Server Integration Services
SQL Server | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Monalv-MSFT 5,926 Reputation points
    2020-09-10T01:49:57.453+00:00

    Hi @xian qian ,

    1.Please check if the connection manager can be tested successfully in SSDT.
    2.Please check if the connection string was configured correctly.
    3.Please create new connection manager.

    Best Regards,
    Mona


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Olaf Helper 47,586 Reputation points
    2020-09-10T07:23:13.87+00:00

    Description: "Login timeout expired"

    As the error message says; login timed out, may be because the source SQL Server is to busy to accept a login. So check the source database server.


  3. Guoxiong 8,216 Reputation points
    2020-09-10T15:04:13.26+00:00

    Dose the execution of the SSIS package itself work?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.