Search found 6 matches

by TalT
Mon Sep 01, 2008 9:05 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: RMA Cannot Send Data ERROR?
Replies: 6
Views: 22305

The same probelm

No anti virus is installed and the windows firewall is disabled. I get the "RMA: Cannot read data. An existing connection was forcibly closed by the remote host." once in 10 runs of the test. The "Windows socket error: An existing connection was forcibly closed by the remote host (100...
by TalT
Mon Aug 18, 2008 11:06 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Email fow "warning" and SMS for "Bad"
Replies: 1
Views: 8159

Email fow "warning" and SMS for "Bad"

How can I send an Email on a "warning" status and an SMS on a "Bad" status as an action of the same test?

Best Regards,
Tal Tsimbalist
by TalT
Mon Aug 18, 2008 11:04 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: How to use Wscript.sleep() in Active Script test
Replies: 2
Views: 14694

Thank's for the help

Thank's for the help
by TalT
Wed Aug 13, 2008 4:48 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: How to use Wscript.sleep() in Active Script test
Replies: 2
Views: 14694

How to use Wscript.sleep() in Active Script test

Hi, I was trying to create a delay in my Active Script test: FUNCTION PerformTest() While not <condition> Wscript.sleep() wend END FUNCTION I get the following error: Error number :424 Source :Microsoft VBScript runtime error Description :Object required: 'Wscript' I'm not familiar with any other wa...
by TalT
Mon Aug 11, 2008 6:57 am
Forum: Other
Topic: TestA run TestB
Replies: 3
Views: 22567

In this case TestB will run with his own defined schedule. The “problem” I’m trying to solve is as followed: TestA complete with “green” statusTestB starts regardless of his schedule.
by TalT
Sun Aug 10, 2008 10:22 am
Forum: Other
Topic: TestA run TestB
Replies: 3
Views: 22567

TestA run TestB

How can I make TestB run upon TestB completion?