I am seeing the following message if I try to run the tasks synchronously. However, I am able to run individual tasks separately through job details page.
The firewall is turned off in both master and slave machines, and the verification is also successful. Please find the attached file for more details.
TestComplete Version: 14.50.976.7 x64
I have also tried to run the tasks through script but I got same error.
Script:
function Test()
{
var JobName = "CRUD_Operations";
var Job = NetworkSuite.Jobs.ItemByName(JobName)
var Tasks = Job.Tasks
var Num = Tasks.Count
for (var i = 0; i < Num; i++)
{
//Tasks.Items(i).Run(true)
Tasks.Items(i).Run(false)
}
}
Appreciate your help on the same.
Thank you for posting your question here! Let's ask the Community.
@tristaanogre @Wamboo @cunderw @anupamchampati , could you check this thread and let us know if you could suggest something? Thank you🙂
Hi, sorry Sonya, but I'm not using the Network Suite project right now. I can't help you here.
May I know why this question of mine is not answered yet?
Fyi, there is also a support ticket which I have created (Ref: Case #00444800: Distributed testing issue) since I was not getting any suggestions/solutions from this community on this issue.
Kindly let me know if you need more information.
Thanks!
Hi @pcprakash ! I just replied to your private message. Please keep working with our Support Team, since it looks like this requires deeper investigation. Thank you.
Hi,
I am also facing same issue with Windows server 2016 setup. Any solutions?
Subject | Author | Latest Post |
---|---|---|