SSISDB is in recovery

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • I believe you have two issues:

    (1) Your SSIS package(s) are probaly logging a tremendous amount of event detail.

    (2) The above has caused your SSISDB database to swell and then the transaction log fills during daily scheduled retention cleanup.

    If you have a recent backup of SSISDB:

    - Temporarily suspend your SSISDB maintenance job

    - Stop SQL Server

    - Delete or move the mdf and ldf files for SSISDB (this will prevent resumption of rollack on next start)

    - Re-start SQL Server

    - Restore SSISDB from backup

    - Confirm your SSISDB maintenance is scheduled to run daily rather than weekly. This will will reduce the volume of data deletion occurring for any given run.

    Also, refer to this guide to confirm the logging level of each SSIS package is adequate for you needs while not logging to much detail. For example, if all you are interested in is logging errors and performance metrics, then choose 'Performance' instead of 'Basic'.

    https://www.mattmasson.com/2011/12/what-events-are-included-in-the-ssis-catalog-log-levels/

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

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

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