Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting error - "The remote server machine does not exist or is unavailable"
#1
Not Solved
Hi

I'm trying to execute a QTP Script on a remote machine. Following is the code :-

Code:
Set qtApp = CreateObject("QuickTest.Application","QAAUTOXFL-745")

If qtApp.launched <> True Then
  qtApp.Launch
End If

qtApp.Visible = True
qtApp.Open "C:\Data Feeds Script"
Set qtTest = qtApp.Test
qtTest.Run , False

I'm getting the following error :-

The remote server machine does not exist or is unavailable: "CreateObject"
Code: 800A01CE

Things I tried to resolve this :-

1. Configured DCOM Settings
2. Allowed Windows firewall to Run scripts (from Cmd->gpedit.msc)

I'm not sure what I'm missing here ! This script is running fine on another system. The only difference being that
this system (QAAUTOXFL-745) is on a different domain.

Any help is highly appreciated
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to execute Remote Agent witout ALM? CharlieMadrid 0 1,057 05-12-2020, 01:26 PM
Last Post: CharlieMadrid
  Scripting API Server not enabled error Ansh123 4 10,668 12-26-2017, 02:21 PM
Last Post: xiaziya
  Running UFT scripts on a remote machine with no UFT installed on the Remote machine anupam4j 0 2,796 01-21-2016, 06:48 PM
Last Post: anupam4j
  QC Test not found error or not executing remote tests zaira_p 5 9,435 08-04-2015, 10:22 PM
Last Post: mitsuy
  QTP - VMWare execution from Local machine JoshiCM 0 2,972 04-18-2014, 08:32 AM
Last Post: JoshiCM

Forum Jump:


Users browsing this thread: 1 Guest(s)