Hi All,
I have an SSIS Package where I have Execute Process Task where I am invoking C# exe.Now I need to send an value to SSIS say Success or Failure .
How to do that.
I have created a variable in SSIS User::OutputMessage.Now I need to assign value for the same.
Please help me out.