Re: Websphere Connection Timing Out (General questions)
Hi David,
What is the prompt that you are expecting after connect to that server?
You can try with regular expression $ #>] that accepts any of those chars $, ,#,> if they appear at the end of the line.
This includes 99.9 of most UNIX command prompts (including root account).
Here is example in VB6:
Ssh1.WaitFor( regex:[$ #>] $ )
Hope this helps.
Regards,
Drazen
Complete thread:
- Websphere Connection Timing Out - ddeloveh, 2006-05-19, 20:30
- Re: Websphere Connection Timing Out - wodDrazen, 2006-05-19, 20:45
- Re: Websphere Connection Timing Out - ddeloveh, 2006-05-19, 21:38
- Re: Websphere Connection Timing Out - wodDrazen, 2006-05-19, 22:10
- Re: Websphere Connection Timing Out - ddeloveh, 2006-05-19, 22:24
- Re: Websphere Connection Timing Out - wodDrazen, 2006-05-19, 22:10
- Re: Websphere Connection Timing Out - ddeloveh, 2006-05-19, 21:38
- Re: Websphere Connection Timing Out - wodDrazen, 2006-05-19, 20:45