How to avoid the error 'Server execution failed'?

Discuss RoboTask here
Post Reply
ntesla22
Posts: 4
Joined: Wed Oct 22, 2014 11:04 pm

How to avoid the error 'Server execution failed'?

Post by ntesla22 »

Hello

There's an error that I've started getting in a RoboTask task. In a text loop I use a BASIC 'Evaluate' function, which is:
Expression to Evaluate: {VARIABLE} + 1
Assign Result to Variable: {VARIABLE}

This was worked successfully over many months in the past. However, over the last three weeks a few times the following error has occurred: E: ... AM: Server execution failed, ClassID: ...

Do you know what this means and how I can avoid it in the future?

Any help would be fantastic.

Thank you in advance
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: How to avoid the error 'Server execution failed'?

Post by Oleg »

You can use Increment Variable action, if your variable contains an integer value.

Also you can use JS Evaluate or VB evaluate actions.
It seems these actions more stable because they use system native script engine
Oleg Yershov
Post Reply