Page 1 of 1

How to avoid the error 'Server execution failed'?

Posted: Sun May 24, 2015 1:06 am
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

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

Posted: Mon May 25, 2015 9:31 am
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