Hi,
I have an informatica which is installed on server A. While I have batch script on server B. How can I run a workflow on server A and call batch scripts from Server B.
Thanks in advance.
If you want to invoke the script on server B from the workflow running on server A, you will need some remote invocation mechanism. Under Unix/Linux rsh or ssh would be appropriate tools, for Windows I can't tell (maybe a PowerShell script would help here).
Regards,
Nico