06-22-2013, 04:55 PM
Hi
I'm trying to execute a QTP Script on a remote machine. Following is the code :-
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
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