Page 1 of 1

remote machine test execution fail

Posted: Tue Aug 02, 2016 5:28 pm
by mander95
Tests set up for remote machines aren't executing

Attached to is a screenshot of the failed log

Re: remote machine test execution fail

Posted: Wed Aug 03, 2016 1:50 pm
by afleitas
Hello Mander,

I suggest contacting Ranorex Support ([email protected]). This appears to be an issue with locating the zipped rxtst prior to sending to the remote agents.

Additionally, what version of ranorex are you using? 6.0 or 6.0.1?

Thanks,

Andy

Re: remote machine test execution fail

Posted: Fri Aug 05, 2016 8:30 am
by bpdyna
Hi Mander,

I ran into the same issue and looking at the error your are getting I see you have a space in your project's name. Spaces in your project's name is no longer supported since v6.0 since the Remote Agent came out, because the Remote Agent can't handle spaces in the names. Unfortunately Ranorex does not correct this itself when you first upgrade from an earlier version to v6.0.

What I did to resolve this myself is the following: (took me only 15-30 min)
I created a new solution, imported all my .rxrec and related .cs/UserCode.cs files into the new solution and copied the repository into my new solution. I imported my Library folder. I set up the TestSuite with all the test cases again (thank god for that auto-create function now, that’s a big timesaver) and finally I changed all the repository references to the new namespace.

Hope this helps you

Re: remote machine test execution fail

Posted: Thu Oct 13, 2016 5:36 pm
by mander95
fixed it, thank you :D :D :D :D :D