Dts.Events.FireInformation - Is there a way to get this to log?

  • Using FireInformation is useful when running interactively as the messages appear in the Progress window. However, when deployed to an SSIS catalog and executed from an Agent job, these messages don't appear in SSISDB.catalog.operation_messages - even if the logging level is set to Verbose.

    Is there a way to get these messages to log in the SSISDB database for later retrieval? If not, is there another method that can be used from within a C# Script Task?

    Many thanks.

  • they are within the catalog for sure as I use it as well.

    but I also change the default cleanup settings and server lvl logging

  • Try the catalog.event_messages view in the SSIS catalog. Anything originating from FireInfo or FireError will be visible there.

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

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