[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-30 Thread Alister Scott
Željko I am actually running a separate script every minute that opens and closes urls. So the probably isn't using the ie object in a script, but using the same ie object across one script that runs every minute. Cheers, Alister On Mar 27, 6:31 pm, Željko Filipin zeljko.fili...@wa-research.ch

[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Željko Filipin
On Thu, Mar 26, 2009 at 06:36, Alister Scott alister.sc...@gmail.com wrote: The RPC server is unavailable. If my memory servers me, I think there is an old problem that would cause such error message when opening and closing IE a lot. Are you using the same browser every time, or are you

[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Alister Scott
I am opening and closing IE all the time. Probably about 8 times a minute. Cheers, Alister On Mar 26, 7:49 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, Mar 26, 2009 at 06:36, Alister Scott alister.sc...@gmail.com wrote:      The RPC server is unavailable. If my memory

[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Bret Pettichord
So to answer your original question. Opening and closing the browser all the time is what you are doing wrong. If you must do this, you should use the Watir::IE.new_process to open the new browsers. This will avoid the error you are seeing. Bret Alister Scott wrote: I am opening and closing

[wtr-general] Re: unknown property or method `navigate' HRESULT error code:0x800706ba The RPC server is unavailable.

2009-03-26 Thread Alister Scott
Thanks Bret. I guess the alternative is to use the same browser but I would need to use Watir::IE.find which might be as troublesome. Cheers, Alister On Mar 27, 8:17 am, Bret Pettichord b...@pettichord.com wrote: So to answer your original question. Opening and closing the browser all the