Filter out SSIS errors -


The way SSIS generates errors, it is a bit weird, error details include too many unnecessary data such as "executed pipeline Has been stopped ... "," Error is fatal. "," User requested shutdown ... "and ... This is not very user-friendly for the end user. So I was wondering if there is no way where we can only log / send specific errors? In my case where I upload the data from the CSV file to the data conversion error in the SQL table, SSIS sends me an error log of 20 lines and I need to remove all the unnecessary stuff. any suggestion?

Since SSIS produces a huge amount since standard logging, then you rely on using Report in SSRs that filter some of the data If you know that you do not care about messages containing specific phrases, you can press them with no statement in their query. Alternatively, you can set up a process to purify records from the sysdtslog table if you certainly know that you do not want them in your database anymore, there are neither great solutions, but without writing custom logging solutions Their implementation is easy.

REVISION

You can log in with custom errors, here's an article that applies to how the original article actually takes. And one step comes forward. Both are useful for understanding how you can control how error messages are logged and the content of the message.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -