Workflow Soluiton

 View Only
  • 1.  Execute Process and Wait(Run) ERRRO

    Posted Jun 30, 2011 11:01 AM

    Hey,

    I'm having such a hard time running Telnet using Execute Process and Wit(Run), im not able to capture the output result. Is there anyway that i can caputer Telnet session using Execute Process and Wait(Run)?



  • 2.  RE: Execute Process and Wait(Run) ERRRO

    Posted Jun 30, 2011 11:22 AM

    Check the "Standard Error" checkbox under Outputs and mark up the name of the output error variable. It should put the error variable on the stream in the event of an error.



  • 3.  RE: Execute Process and Wait(Run) ERRRO

    Posted Jun 30, 2011 11:25 AM

    I do have Standard Error Check and all i get back is blank page with no output both in result and error.



  • 4.  RE: Execute Process and Wait(Run) ERRRO

    Posted Jul 01, 2011 08:54 AM

    This may have something to do with telnet not writing to the ProcessInfo's StandardOutput... unsure if theres any workaround component for this.



  • 5.  RE: Execute Process and Wait(Run) ERRRO
    Best Answer

    Posted Jul 01, 2011 10:45 AM

    Not sure, i end up writting a scrip and called that scripted from workflow since i was having hard time dealing with the output. Tried doing it the simpler way but didn't work.