Invoke a remote Unix system through command line process ? ? | Community
Skip to main content
18Harry
Level 2
October 16, 2015
Solved

Invoke a remote Unix system through command line process ? ?

  • October 16, 2015
  • 2 replies
  • 804 views

Hi Guys,

Please tell me how to invoke a remote password protected unix system using WF.

My requirement is to push some content (Payload) from my local system(Windows Machine) to a remote server (Unix Machine) . I tried using the commandLine process step of OOTB WF , but i was getting errors.

Please tell me the command to be keyed in in-order to fulfil my requirement.

 

Regards

Harish 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

CommandLineProcess should work as long as system variable path is correct.    if the command is correct what is the error you are getting?  Looking into your use case create a static replication agent and in workflow replicate using static agent should be alternative.

2 replies

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

CommandLineProcess should work as long as system variable path is correct.    if the command is correct what is the error you are getting?  Looking into your use case create a static replication agent and in workflow replicate using static agent should be alternative.

smacdonald2008
Level 10
October 16, 2015

If there is no out of the box workflow step - write a custom workflow step using the Workflow APIs and Java.