I am running an SSIS package using SQL Server 2008 Job. The packet failed at some point during operation. I created my own mechanism to capture the error and write it to the table. Therefore, I see that there is an error with a specific task, but could not find what the error is.
When I run the same package from BIDS, it works fine. no error.
What I want to do, I need to write this error line to my own table, which is shown on the tab "Result of execution".
So the question is which system variable contains the error string in SSIS.
source share