i'm trying to make my notifications more useful, so I'm putting the Output(stderr) in the notification message.
In testing, I noticed the error message is outputting both the SQL error message as well as the Exception in Task message.
Any ideas?
Here's the text output:
Error in SQL query: Terminating this procedure. The User name 'cwan' is absent or invalid.
Terminating this procedure. The User name 'pthompson' is absent or invalid.
Terminating this procedure. The User name 'stwigg' is absent or invalid.
Exception in Task: Terminating this procedure. The User name 'cwan' is absent or invalid.
Terminating this procedure. The User name 'pthompson' is absent or invalid.
Terminating this procedure. The User name 'stwigg' is absent or invalid.
thanks!
Mike