error logging in SSIS

  • I am using SSIS 2005. I am already using in built logging like on error, on warning,on task failure etc into my package. I want to write some custom log info to the log text file (which package creates at run time using SSIS log provider).

    Suppose my package executes 5 task one by one so i need to write log like

    "Before executing task1"

    "End executing task1"

    "Package running for date" '+(any varaible value)+'

    "Before executing task2"

    "End executing task2"

    .......................

    ...... and so on. please help.

  • Why not use the pre execute and post execute events already present in SSIS ?

    Jayanth Kurup[/url]

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply