Error at oled destination

Siqi Zhao 0 Reputation points
2024-10-23T17:40:08.2066667+00:00

TITLE: Package Validation Error


Package Validation Error


ADDITIONAL INFORMATION:

Error at Package: The connection "{ED0A6B78-CF34-429E-86CF-4E157EE8CD5E}" is not found. This error is thrown by Connections collection when the specific connection element is not found.

Error at Data Flow Task 1 [SSIS.Pipeline]: Cannot find the connection manager with ID "{ED0A6B78-CF34-429E-86CF-4E157EE8CD5E}" in the connection manager collection due to error code 0xC0010009. That connection manager is needed by "OLE DB Source.Connections[OleDbConnection]" in the connection manager collection of "OLE DB Source". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.

Error at Data Flow Task 1 [SSIS.Pipeline]: OLE DB Source failed validation and returned error code 0xC004800B.

Error at Data Flow Task 1 [SSIS.Pipeline]: One or more component failed validation.

Error at Data Flow Task 1: There were errors during task validation.

(Microsoft.DataTransformationServices.VsIntegration)


BUTTONS:

OK


SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,601 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
540 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,041 Reputation points
    2024-10-23T20:28:52.6966667+00:00

    Hi @Siqi Zhao ,

    Every SSIS package has multiple Adapters, Tasks, Connections, etc. Internally they have a unique identifier as a GUID. It seems that GUIDs in your package are out of sync.

    Please try to follow the following steps:

    1. Edit you connection, and test it by clicking "Test Connection". And make sure it is connecting successfully.
    2. Go to the Data Flow Task (DFT), edit Source and/or Destination Adapters. and refresh connections in them.

    That should resolve the issue.

    0 comments No comments

  2. ZoeHui-MSFT 38,066 Reputation points
    2024-10-24T01:55:00.1966667+00:00

    Hi @Siqi Zhao,

    Cannot find the connection manager with ID "{ED0A6B78-CF34-429E-86CF-4E157EE8CD5E}" in the connection manager collection due to error code 0xC0010009

    Please check your source connection manager and make sure you could connect to it successfully.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

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