Micro Focus QTP (UFT) Forums
Getting error - "The remote server machine does not exist or is unavailable" - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Getting error - "The remote server machine does not exist or is unavailable" (/Thread-Getting-error-The-remote-server-machine-does-not-exist-or-is-unavailable)



Getting error - "The remote server machine does not exist or is unavailable" - harshit_kohli - 06-22-2013

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