Package Connection

Overview

Package Connection Manager is SSIS Connection Manager for establishing connections to SSIS packages. It allows access to current or another package at runtime. This is important extension of the SSIS framework, which makes components like Data Flow Source possible. The configuration dialog allows connection setup to the current package or another package. Use the API to build components based on the Package Connection Manager.

Setup

Use the Package Connection Manager dialog to specify properties for connecting to SSIS package. Please check the options below, when setting connection to a package other than the current.

Package Options

Decryption Password

Specify the password to use to decrypt package.

Package location

Specify the type of package storage location. This property has the options listed in the following table.

Value Description
SQL Server Package is stored in SQL Server.

Selecting this value displays the dynamic option Server, Authentication type, Package path.

File System Package is stored on a file share.

Selecting this value displays the dynamic options Package path.

SSIS Package Store Package is stored in SSIS Package Store.

Selecting this value displays the dynamic options Server, Package path.

Server

Specify server name or select a server from the list.

Authentication type

Specify authentication type. This property has the options listed in the following table.

Value Description
Windows Authentication User is authenticated using standard Windows Authentication.
SQL Server Authentication User is authenticated with SQL Server Authentication.

Selecting this value displays the dynamic options User name, Password.

User name

Specify user name to access the SQL server.

Password

Specify password to access the SQL server.

Package path

Type the package path, or click the browse button (…) and locate the package.