Hi Experts,
I need your help on below scenario.
I am running one batch on one server say y server.
I have prod runtime on x server.
Now, I want to perform below steps
1: trigger that batch from x server.
2: on success / failure of that batch I want to perform different actions in my process.
What I have done.
I have created one process in stambia with operating system Command.
I used below command to run batch on y server from x server.
wmic /node:<y server ip> /user:admin /password:password process call create 'cmd.exe /c call "D:\devl\1029_glb_elogs.bat"' 2>&1
Now I stuck at 2nd step that
How stambia get to know is that batch executed successfully or not?
Or
I can use scripting action to achieve above.
I am out of idea to achieve it.
Please help me to achieve it. I need it on urgent basis. I have one solution but it is lengthy.
Let me know if required any details from me.
Thanks and Regards,
Prashant Sangle