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
    • Go Programs
    • Python Programs
    • Java Programs

SSIS Package Configuration using XML Configuration File

by suresh

How to apply SSIS Package Configuration using XML Configuration File 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.

SSIS Package Configuration using XML Configuration File Example

Before we start SSIS package configuration using XML Configuration File, let me execute the package and see what is it returning.

SSIS Package Configuration using XML Configuration FIle 1

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

SSIS Package Configuration using XML Configuration FIle 2

Once you choose the Package Configurations.., a new Package Configurations Organizer window opened. Please checkmark the Enable Package Configurations to enable the configurations. Next, click on the Add button to add a new SSIS Package Configuration using XML Configuration File.

SSIS Package Configuration using XML Configuration FIle 3

Clicking the Add button will open a wizard. The first page is the welcome wizard page. Checkmark Don’t show this page again option to avoid this page.

SSIS Package Configuration using XML Configuration FIle 4

Select Configuration type: Here, we have to select the configuration type by default, XML configuration file chosen by the SSIS.

  • Specify Configuration settings directly: By selecting this option, you have to specify the configuration settings directly. It means you have to select the file that contains the configuration settings (connection manager, or variable value etc.). In this example, we will explain about this property. So, click on the Browse button to select the existing configuration file, or to create a configuration file.
  • Configuration location is stored in an environment variable: This is an indirect approach. Please refer to SSIS Package Configuration using XML Configuration File Part 2 to understand this option.
SSIS Package Configuration using XML Configuration FIle 5

As you can from the below screenshot, we are creating ExecutepackageConfigFile of type dtsConfig inside our project.

SSIS Package Configuration using XML Configuration FIle 6

Click the Next button

SSIS Package Configuration using XML Configuration File 7

Select Properties to Export: You have to specify the target value here. It may be a variable value or connection manager settings.

SSIS Package Configuration using XML Configuration File 8

Here we want to replace the connection manager settings inside the package with the XML configuration file. So, let me select the ConnectionString property. It means, default connection string inside the package replaced with this config file at run time.

SSIS Package Configuration using XML Configuration File 9

Let me rename the Configuration name as Connection String Configuration, and click the Finish button to close the wizard.

SSIS Package Configuration using XML Configuration File 10

Now you can see our newly created Connection String configuration that holds the connection string information inside the .dtsConfigfile.

SSIS Package Configuration using XML Configuration File 11

Let me open my file system to show the ExcutepackageConfigFile.dtsConfig

SSIS Package Configuration using XML Configuration File 12

and the XML data inside that file is:

SSIS Package Configuration using XML Configuration File 13

You can also edit the config file using the notepad

SSIS Package Configuration using XML Configuration File 14

Here we are changing the Database name from SQL Tutorial to Adventure Works DW 2014

SSIS Package Configuration using XML Configuration File 15

While running the package, it failed because Adventure Works DW 2014 doesn’t have Duplicate Employee table.

SSIS Package Configuration using XML Configuration File 16

Let me change it to SQL Tutorial. Next, run the SSIS Package Configuration using XML Configuration File package

SSIS Package Configuration using XML Configuration File 17

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

Copyright © 2021· All Rights Reserved.
About | Contact | Privacy Policy