How do I find my SSIS package logs?
Table of Contents
View SSIS Catalog Execution Log
- Open SSMS (SQL Server Management Studio).
- Navigate to following node (Your Server> Integration Services Catalog > SSISDB > YourFolder > YourProject > YourPackage).
- Right click on Package > Reports > Standard Reports > All executions like below.
How do I log errors in SSIS?
It’s very easy to log errors in SSIS. Go to Event Handlers tab, select OnError from dropdown. Now here you can send email on any error or you can develop your own custom logic to log error into DB or write to text file. Also, you can choose from existing logging mechanism available in SSIS.
Where is SSIS package execution history?

The easiest way to view the reports for a package is to right-click on the package and select Reports ⇒ Standard Reports ⇒ All Executions (see below screenshot). The All Executions report shows the package execution history.
How do I set SSIS logs?
To configure logging using the Configure SSIS Logs dialog box

- Enable the package and its tasks for logging.
- Select a log provider and add a log for the package.
- Select the events and the log schema information about each event you want to capture in the log.
Where are SSIS logs stored?
SSISDB database
When using the project deployment model in SSIS, the SSIS catalog handles logging for you. The logging data is stored inside the SSISDB database.
Where SSIS packages are stored?
The default folder is the Packages folder, located in %Program Files%\Microsoft SQL Server\100\DTS. The MSDB folder lists the Integration Services packages that have been saved to the SQL Server msdb database on the server.
How do I manually fail an SSIS package?
You need to make property FailPackageOnFailure true.. try to retrieve the property FailPackageOnFailure of the particular task and assign the value true. so that package will be failed.
How do I troubleshoot SSIS packages?
The main techniques for troubleshooting deployed packages are as follows:
- Catch and handle package errors by using event handlers.
- Capture bad data by using error outputs.
- Track the steps of package execution by using logging.
Where are the SSIS logs stored?
How do I deploy an Ispac file?
To deploy a project deployment file that you created, select Project deployment file and enter the path to the . ispac file. To deploy a project that resides in the Integration Services catalog, select Integration Services catalog, and then enter the server name and the path to the project in the catalog.
What is SSIS custom logging?
Custom logging levels are specific to each catalog. Each level is created once in the SSIS catalog and can be used for any package execution in that catalog. Behind the scenes, custom logging levels are stored in the table [internal].