-
Re: DTSTaskExecResult_Failure = not working
"CSharpcoder" wrote in message
news:efUSSfotIHA.1220@TK2MSFTNGP04.phx.gbl...
> That got it to fail, but now its not calling my email task. I've created a
> failure constraint to my email task, but its never being called. What am I
> missing on that?
>
>
Hi
I suspect this is to do with the failure counts making the package fail.
Look on the information tab to see what that says.
John
-
Re: DTSTaskExecResult_Failure = not working
I got it working in another way, but I'm going to research the failure
constraint not working.
The email process is called if anything else in the flow fails, just the
Script Task and the Active X task (the only other ones I've used so far)
didn't call it if it failed.
"John Bell" wrote in message
news:0CF7091A-6A2D-42E3-A975-FEF48430B5CD@microsoft.com...
>
> "CSharpcoder" wrote in message
> news:efUSSfotIHA.1220@TK2MSFTNGP04.phx.gbl...
>> That got it to fail, but now its not calling my email task. I've created
>> a failure constraint to my email task, but its never being called. What
>> am I missing on that?
>>
>>
> Hi
>
> I suspect this is to do with the failure counts making the package fail.
> Look on the information tab to see what that says.
>
> John
-
Re: DTSTaskExecResult_Failure = not working
"CSharpcoder" wrote in message
news:u73e1%23otIHA.4528@TK2MSFTNGP03.phx.gbl...
>I got it working in another way, but I'm going to research the failure
>constraint not working.
> The email process is called if anything else in the flow fails, just the
> Script Task and the Active X task (the only other ones I've used so far)
> didn't call it if it failed.
>
Hi
I am not sure what is happening either. If you write a script task or active
X task to display a message box, one for failure one for success you should
be able to get it working.
John