Changing machine I'm working from

Hi,

Recently I received a new PC to work from, and I’m trying to run my old test set from the orchestrator on my new PC but looks like I can’t.

Error in test execution logs on all of the tests in the test set:
Job stopped with an unexpected exit code: 0x80131702
RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0x80131702

I’ll add that I can run a single test through orchestrator, when I do so I configure manually the machine I need it to work on and it works.

Is it because all of my tests configured to run on my old PC? If so, is there a way to change all of the configurations to all of the tests in a single operation instead of going through each one of the tests? What am I missing?

This is probably a .Net error. Make sure .Net is correctly installed on the new machine.

Hello @DianaC

Does that mean the old system is not at all in use?? If yes, then you can activate the license to the new machine and delete theold machine in orchestrator. Then select yhe new machine to execute your test suite.

Thanks

There is no option to select a machine in test set settings, atleast not one that I can find… Only account to run from.

On the other hand, when I run a specific test case, settings does have both account selection and machine selection to choose from for that specific run, therefore I can run test cases by themselves without a problem.

Seems like it is installed correctly, I’ll also add that I discovered something else.
I have 12 tests in a test set, one of the tests is actually running, the other 11 instantly fail with the error mentioned above.

In execution details of each test I can also see that the 1 test that runs it picks my new machine, but the rest 11 tests picks the old machine while all of them are in the same test set.

I’ll remind that on my old PC the test set worked perfectly alright.