SSIS - Event Handler - Email Error Code and Description -


i trying create ssis package consumes text file , places contents in table. have main flow working correctly looking @ error handling. created event handler "onerror" event. put mail task in there , configured send text , worked properly. want configure send variable. changed message source type variable , created string variable. variable expression this:

 "the process load data failed.  please see logs:   error code: " +  (dt_wstr, 20) @[system::errorcode] 

but when handler grabs error sits there processing , never finishes.

can please give me advice on how configure this?

thanks in advance,

craig


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -