Tutorial Gateway

  • C
  • C#
  • Java
  • Python
  • SQL
  • MySQL
  • Js
  • BI Tools
    • Informatica
    • Talend
    • Tableau
    • Power BI
    • SSIS
    • SSRS
    • SSAS
    • MDX
    • R Tutorial
    • Alteryx
    • QlikView
  • More
    • C Programs
    • C++ Programs
    • Python Programs
    • Java Programs

SSIS Package Configuration using Registry Entry

by suresh

In this article, we will show you how to apply SSIS Package Configuration using Registry Entry with example. We already explained the list of Package Configurations in our previous article. So, please refer to the SSIS Package Configuration to understand the same.

Before we start the SSIS Package Configuration using Registry Entry, You have to add a new entry to the registry. So that you can access it while configuring the package. To open a system registry, Go to the Search Bar and Type Run. Remember, it is dangerous to edit Registry entries. So, I suggest you back up the registry file before you start proceeding.

SSIS Package Configuration using Registry Entry 1

Type Regedit (Short form of Registry edit) and click OK

SSIS Package Configuration using Registry Entry 2

Right-click on the HKEY_CURRENT_USER will open the context menu. Please select New and then Key

SSIS Package Configuration using Registry Entry 3

Assign the key name as per your requirements. Here we assigned SSIS Variables as the key name.

SSIS Package Configuration using Registry Entry 4

Right-click on the SSIS Variables key-> New -> String value to add value to the Key

SSIS Package Configuration using Registry Entry 5

Assign Value as the name of the new string value

SSIS Package Configuration using Registry Entry 6

Double click on the Value will open a new pop up window. Assign data as Bachelors.

SSIS Package Configuration using Registry Entry 7

SSIS Package Configuration using Registry Entry

Before we start SSIS Package Configuration using Registry Entry, let me execute the package and see what is it returning.

SSIS Package Configuration using Registry Entry 8

To configure the package, right-click on the control flow region will open the context menu. Please select the Package Configurations.. option from it

SSIS Package Configuration using Registry Entry 9

Once you select the Package Configurations.., a new window called Package Configurations Organizer is opened. Please checkmark the Enable Package Configurations to enable the configurations. Next, click on the Add button to add a new Package Configuration using Registry Entry in SSIS.

SSIS Package Configuration using Registry Entry 10

Clicking the Add button will open a package configuration wizard. The first page is the welcome wizard, and please checkmark Don’t show this page again to avoid this page.

SSIS Package Configuration using Registry Entry 11

Select Configuration type: This is the page that we have to use to select the configuration type. By default, SSIS selects an XML configuration file. In this example, we are explaining about SSIS package configuration using registry entry. So, let me choose the Registry Entry as the configuration type.

SSIS Package Configuration using Registry Entry 12

Next, we are specifying the registry key that we created earlier.

SSIS Package Configuration using Registry Entry 13

Select Target Property: You have to specify the target value here. Here we want to assign this Registry value to package variable (InputEducation) value. It means the default value of InputEducation, i.e., Masters Degree, will replace with the Bachelors at run time.

SSIS Package Configuration using Registry Entry 14

Let me rename the SSIS package Configuration name as Registry Entry Configuration. And click the Finish button to close the wizard.

SSIS Package Configuration using Registry Entry 15

Now you can see our newly created Environment variable configuration that holds the Education value.

SSIS Package Configuration using Registry Entry 16

Let us Run the package to see the result.

SSIS Package Configuration using Registry Entry 17

From the above screenshot, you can see that it is displaying the records whose Education is Bachelors, and yearly Income is 90000. It means, package variable value (InputEducation) replaced by the Registry key value.

Placed Under: SSIS

  • What is SSIS
  • Install SQL Server Data Tools
  • Learn SSIS in 28 Days
  • Create a SSIS Project
  • Create SSIS Package
  • SSIS Connection Manager
  • OLE DB Connection Manager
  • SSIS ADO Connection Manager
  • ADO.NET Connection Manager
  • SSIS Cache Connection Manager
  • SSIS Excel Connection Manager
  • SSIS File Connection Manager
  • SSIS FTP Connection Manager
  • SSIS SMO Connection Manager
  • Source Assistance in SSIS
  • Flat File Source in SSIS
  • OLE DB Source in SSIS
  • Excel Source in SSIS
  • ADO.NET Source in SSIS
  • SSIS FLAT FILE Destination
  • SSIS OLE DB Destination
  • SSIS ADO.NET Destination
  • SSIS Transformations
  • SSIS Audit Transformation
  • SSIS Aggregate Transformation
  • SSIS Aggregate Advanced Mode
  • SSIS Cache Transformation
  • SSIS Character Map
  • SSIS Conditional Split
  • SSIS Copy Column
  • SSIS Data Conversion
  • SSIS Derived Column
  • SSIS Export Column
  • SSIS Fuzzy Grouping
  • SSIS Fuzzy Lookup
  • SSIS Import Column
  • SSIS Lookup Introduction
  • Lookup – OLE DB Connection
  • SSIS Lookup in Full Cache Mode
  • SSIS Lookup – Case Sensitivity
  • SSIS Merge Transformation
  • SSIS Merge Join Transformation
  • SSIS Merge Join – Left Outer Join
  • SSIS Merge – Right Outer Join
  • SSIS Merge Join – Full Outer Join
  • SSIS Multicast Transformation
  • SSIS OLEDB Command
  • OLEDB Command – Delete Data
  • OLEDB Command-Update Data
  • SSIS Percentage Sampling
  • SSIS Pivot Transformation 2008
  • SSIS Pivot Transformation
  • SSIS Row Count Transformation
  • SSIS Row Sampling
  • Script Component as Source
  • Script Component as Destination
  • SSIS Script as Transformation
  • SSIS Sort Transformation
  • SSIS SCD Type 0
  • SSIS SCD Type 1
  • SSIS SCD Type 2
  • SSIS Term Lookup
  • SSIS Term Extraction Intro
  • Term Extraction – Extract Nouns
  • SSIS Extract Noun Phrases
  • Extract Nouns & Noun Phrases
  • Term Extraction – Exclusion Tab
  • SSIS Unpivot Transformation
  • SSIS Union All Transformation
  • SSIS For Loop Container
  • SSIS ForEach File Enumerator
  • SSIS ForEach SMO Enumerator
  • SSIS ForEach Variable
  • SSIS Foreach NodeList
  • Foreach ADO.NET Schema Rowset Enumerator
  • SSIS Bulk Insert Task
  • SSIS Data Profiling Task
  • Execute T-SQL Statement Task
  • SSIS Execute SQL Task Intro
  • SSIS Execute SQL Task Example
  • Execute SQL Task- Single Rowset
  • Execute SQL Task – Full Row Set
  • SSIS Execute Package Task
  • Execute Packages in SQL Server
  • Execute Packages in File System
  • SSIS Execute Package Project Reference
  • SSIS File System Task
  • SSIS File System Task- Copy Files
  • File System Task-Copy Directory
  • File System Task – Delete Files
  • File System Task – Delete Folder
  • File System Task -Move Directory
  • SSIS File System Task -Move File
  • File System – Move Multiple files
  • File System Task – Rename File
  • File System Task – Set Attributes
  • SSIS FTP TASK
  • SSIS Create Local Directory
  • SSIS Create Remote Directory
  • SSIS FTP Task Send Files
  • SSIS FTP – Send Multiple Files
  • SSIS FTP Task Delete Local Files
  • FTP TASK Delete Local Directory
  • FTP Task Delete Remote files
  • SSIS Delete Remote Directory
  • SSIS FTP Task Receive Files
  • SSIS FTP Receive Multiple Files
  • SSIS Script Task
  • Transfer SQL Server Objects Task
  • Transfer SQL Table Structures
  • Transfer SQL Tables with Data
  • Transfer SQL Stored Procedures
  • Transfer User Defined Functions
  • Transfer SQL Views in SSIS
  • SSIS Web Service Task
  • SSIS XML Task-Validate XML File
  • Transform XML File using XSLT
  • XML Task-XML files Differences
  • Create SSIS Catalog
  • Package Deployment using BIDS
  • Deploy Package Using SQL
  • Deploy using SQL Server Wizard
  • SSIS Breakpoints
  • SSIS Checkpoints
  • SSIS Error Handling
  • SSIS Event Handlers
  • SSIS Transactions
  • SSIS Logging
  • SSIS Parameters
  • SSIS Package Configuration
  • Configure using SQL Server
  • Config using Registry Entry
  • Conf with Environment Variable
  • SSIS XML Configuration File
  • XML Configuration File Part 2
  • SSIS Package Protection Level
  • SSIS Incremental Load
  • Incremental Load Example 2
  • SSIS Remove Double Quotes
  • C Tutorial
  • C# Tutorial
  • Java Tutorial
  • JavaScript Tutorial
  • Python Tutorial
  • MySQL Tutorial
  • SQL Server Tutorial
  • R Tutorial
  • Power BI Tutorial
  • Tableau Tutorial
  • SSIS Tutorial
  • SSRS Tutorial
  • Informatica Tutorial
  • Talend Tutorial
  • C Programs
  • C++ Programs
  • Java Programs
  • Python Programs
  • MDX Tutorial
  • SSAS Tutorial
  • QlikView Tutorial

Copyright © 2021 | Tutorial Gateway· All Rights Reserved by Suresh

Home | About Us | Contact Us | Privacy Policy