Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remote server machine does not exist
#1
Solved: 10 Years, 9 Months ago
Hi

I am using this .vbs file to start QTR test.

Code:
Dim qtpApp    
Dim qtpTest      
Set qtpApp = CreateObject("QuickTest.Application")
qtpApp.Visible = true
qtpApp.Open "C:\Documents and Settings\me\Desktop\bin\TestData", true  
Set qtpTest = qtpApp.Test  
qtpTest.Run
qtpTest.Close
qtpApp.quit
Set qtTest = Nothing
Set qtApp = Nothing

First time it works well but sometimes it gives this error

Code:
The remote server machine does not exist or is unavailable;'visible'

(This gave after i close the QTP manually. )

Thanks
Reply


Messages In This Thread
Remote server machine does not exist - by eroshan - 10-14-2009, 11:59 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  General run error when Exist fails msacks 1 1,667 02-08-2019, 02:12 AM
Last Post: Ankur
  Need script to connect remote machine stalinvanama 1 1,478 09-27-2018, 08:12 PM
Last Post: stalinvanama
  [UFT 12.52/VBScript] Test object exist, is visible and enabled before take an action sparkwanted 0 3,451 02-07-2017, 12:28 AM
Last Post: sparkwanted
  how to find Excel file exist or not in vbscript code sree.85 3 10,804 08-22-2013, 11:42 AM
Last Post: akhandesh
  executing qtp on a remote machine sujaravi123 4 4,507 08-02-2013, 01:22 PM
Last Post: sujaravi123

Forum Jump:


Users browsing this thread: 1 Guest(s)