Workflow Soluiton

 View Only
  • 1.  Unix server connectivity from the Workflow solution

    Posted Mar 25, 2011 08:02 AM

     Hi..I would like to know if there is a way to connect to the UNIX server from the Workflow Solution??

    I intend to run a shell script, residing on the unix server from the Workflow.

    Please let me know.An example would be very helpful.

    -thanks

    Krithika



  • 2.  RE: Unix server connectivity from the Workflow solution
    Best Answer

    Posted Mar 28, 2011 12:20 PM

    Hi Krithika,

     

    Presumably anything you can call via plink, you can call from your Workflow process using the technique described in this video.  You should be able to run a shell script residing on the UNIX server via plink, right?  Get that working first using just plink (ignoring Workflow at first), and then once you have that working, you should be able to use that same command in your Workflow component that calls plink.

     

    Good luck,

     

    -Chris