I've got an Execute Process Task that is failing. I'm capturing the output in StandardOutputVariable. Right now when the package fails it just says it failed at Execute Process Task with no helpful information. The StandardOutputVariable holds the exact failure message. I'd like that message to be in stdout. How do I do that?
Asked
Active
Viewed 67 times
0
-
does this help https://stackoverflow.com/a/57613202/10376537 – Tim Mylott Mar 01 '23 at 16:11
-
@TimMylott Yes, that does! Thanks very much! – Rich Uchytil Mar 01 '23 at 18:14
1 Answers
1
You can add a TaskFailed event handler to your "Execute Process Task" with a "Script Task" that fires a DTS event (Information, Warning or Error) with the content of the StandardOutputVariable as the event message.

Paolo de Sinno
- 61
- 4