//
you're reading...
CodePlex Projects, SSIS, SSIS Dataflow Discoverer

DFLD: How to capture/refresh Dataflow column metadata from multiple packages using Dataflow Discoverer?

Dataflow Discoverer (DFLD) is a command-line discovery utility that detects and writes the metadata of SSIS dataflow columns to a SQL Server lookup table. DFLD detects Dataflows nested within containers up to any level of nesting. For information on how to install and use DFLD utility,visit http://dfld.codeplex.com

DFLD works on one package at a time. It’s a typical ops requirement to keep the DFLMetadata of all SSIS packages up to date. This can be automated by creating a SSIS package similar to the one shown below

Screen Capture 1 - Package to automate refresh of DFLMetadata

Use for each container to fetch all your SSIS packages (*.dtsx) from the deployment folders including sub-folders. Capture the path of SSIS package in a local variable as shown in Screen Capture 2

Screen Capture 2 - For Each Container configuration

For each package found, execute the DFLD using an Execute Process Task in the control flow with parameterized command-line arguments as shown in Screen Capture 3

Screen Capture 3 - Execute Process Task Configuration

This automation package can be scheduled to run periodically or as step after every deployment

Benny Austin

Advertisement

About Benny Austin

http://bennyaustin.wordpress.com

Discussion

4 Responses to “DFLD: How to capture/refresh Dataflow column metadata from multiple packages using Dataflow Discoverer?”

  1. This is a very well written article. Thanks for the post.

    Posted by Lecia Guasp | June 9, 2011, 16:42
  2. Great tool. It gets me close to populating a source to target Metadata tool. Having a bit of difficulties with mapping input and destination columns? Trying to figure out what ID maps the two in the package file. Or is it just their order in the package file? Let me know if you have any suggestions.

    Posted by Joel Zwinger | October 11, 2011, 01:29
    • hi Joel, Thanks for your comments. The information about input to output mapping is specific to type of Dataflow component and is available as Custom Properties of that component. For e.g Derived Column component has information about the formula that makes up the new column and Pivot component has information about the source column and the pivot key. At the moment DFLD captures Common and Data Type properties. I am considering enhancing DFLD to include Custom properties as well. I’ll keep you posted. Meanwhile the UpstreamComponentName might be of some help to trace where the column originated from.

      Posted by Benny Austin | October 14, 2011, 06:29

Trackbacks/Pingbacks

  1. Pingback: SSIS Dataflow Discoverer (DFLD) « Benny Austin - February 6, 2011

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Tweets

Copyright

© Benny Austin. Unauthorized use and/or duplication of this material without express and written permission from this blog’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to blog’s author with appropriate and specific direction to the original content.
Follow

Get every new post delivered to your Inbox.