Dear all,
How do i call an application, which is reside in another unix platform in my flow of execution.
I'll need to call this application after my data extraction is successfully run.
Thanks for the helps in advance.
Thanks & Best Regards,
PassionOrienter
Hi PassionOrienter,
The answer sort of depends on how you'd normally invoke this program on your UNIX machine. One idea: assuming you can invoke it from ssh, obtain a command-line ssh program for your Windows machine, make sure you can use it from a Windows command prompt to execute your UNIX process, and then integrate it into your SSIS package with the Execute Process Task in the Control flow.
Hope this helps!
-David
|||Hi David,
Thanks for the solution provided.
I just wonder whether SSIS can call the application in Unix directly without having to write extra application in doing so.
Anyway, thanks for the help.
Thanks & Best Regards,
PassionOrienter
No comments:
Post a Comment