Skip to content

initionsAG/ssis-log-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initions SSIS Component "LOG"

"LOG" is a custom component for SQL Server Integration Services. It can be added to the Control Flow of an SSIS-package to write messages to the log-output (Execution Results) or activate an Event Handler with a custom message.

Requirements for development

  • Microsoft VisualStudio 2012 or greater

Requirements for usage

  • Microsoft SSIS 2008R2 / 2012 / 2014

How to use

  1. open SSIS Package
  2. find LOG component in SSIS Toolbox
  3. SSIS Toolbox
  4. add "LOG" component to Control Flow and connect to any other component (i.e draw a connection from "LOG" to "Data Flow Task")
  5. Control Flow
  6. open and configure "LOG" component:
    • choose "Component Type" (initialize, information, item begin,...)
    • add "Message Text" (like "My Logging: DFT Start")
    • add any "Variable" you like to the message text (i.e. ContainerStartTime)
    • LOG_02
  7. result is written to
    • SSIS Output
      • Output
    • Exectuion Results
      • Execution Results

Bugs

If you find a bug, please contact us on GitHub

Changelog

2015-12-12 First Release

License

MIT License

About

Custom logging component for Sql Server Integration Services (SSIS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages