I have server A with SSIS running and an executable file in server B. I need to run this executable file from SSIS.
I tried with PsExec and managed to run the executable from server A. But, I need to execute this from SSIS and have no idea how to do it from SSIS or incorporate PsExec with SSIS.