Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Error handling

$
0
0

I am new to SSIS. I would like to create a package that imports an excel file into a SQL Server table. Our plan is to create a web page where the user inputs the excel button into our server and then presses a button to import the excel file. When the user submits the form, a java program will execute a T-SQL stored procedure which executes the package. My problem is I am not capturing all the errors I would like to capture.  How do I capture the errors I see when I excute the package file directly? Is there a better way of doing this outside of using VBA or C#? We are not a Microsoft shop and are trying to design this system without using another programming language outside of Java.

I am enclosing a picture of some of the errors I would like to capture. I am also enclosing the stored procedure and the errors I am captures within the Catch block.


Viewing all articles
Browse latest Browse all 24688

Trending Articles