Hi,
I have SSIS Package which holds the below flow of the tasks
1.ExecuteProcess Task--Calls Bat file(this is for Stop request) and returns the MessageID into SSIS variable(MessageID)
2.ExecuteProcess Task--calls bat file(To get the Status of which i sent stop request in the first step) using input variable as MessageID(from first step) and returns the Statusmessage into SSIS Varible(Status).
now, i want to loop the second task if Status is not equal to "STOPPED'(Status<>STOPPED). How can i do this.can anyone help me in this regard.
Thanks in Advance!
Thanks & Regards, Anil