Reputation: 414
I have python script saved in server1 which returns code 0 on success and 1 on failure. And I'm calling this python script from server2 via SSIS execute process task.
How will I capture that return code of 0 or 1 from the python script in the execute process task for further processing of the pipeline?
Upvotes: 0
Views: 11