hope you can help me with this one,
i have an app that takes internet message Id from outlook and put its information to Queue.
in the development tenant it works well, but it has an error in production tenant, to which i currently don’t understand.
your inputs are well appreciated, thanks!
@JomarieBancolo In this case, the production robot being newer shouldn’t be the issue. The error is specifically about the connected machine not meeting the minimum required version (21.10 for cross-platform).
So I’d suggest checking a couple of things:
Whether the machine/template linked in Orchestrator is actually using that updated robot
If there are multiple machines/runtimes, maybe the job is picking an older one
Also double-check the runtime type (Unattended / Serverless / etc.)
Sometimes even if one machine is updated, the job might still run on a different connected machine with an older versio
Please verify the hostname where the job initially failed and check the robot version on that machine. Also, confirm which machine is picking up the job during resume (for safety, please verify all the robot versions assigned in the folder).
Since this is a HITL scenario, the job goes into a suspended state, and upon resumption it may be picked up by a different available robot. If that robot is running on a machine with an older version (below 21.10), it can cause this error.