How to get Success(0) or Failure(1) from Executable in Execute Process Task

  • I have one SSIS Package where I need to execute one JS File by passing Arguments. I have succeeded to do that.

    Here, I need to know if it was executed successfully and need to return 0 esle 1 from that JS file to SSIS Package so that SSIS Package can know if that was executed successfully then go ahead.

    I tried adding "Execute Process Task" but could not understand how to return Value from that JS file to SSIS either failure /success. I could not find how to read success or failure value from that executable(JS).

    Appreciate your help!!!

    Regards,

    rmudigonda

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply