I have created a new robot in Operations Console and the robot is "Online". When I am trying to open this robot, it is throwing error as "ArrayIndexOutOfBoundException". And the Robotic task also cannot execute and says "Robot_Not_Allowed". Why this is happening?
Discussion posts and replies are publicly visible
It’s usually because your robot isn’t properly assigned to a Robot Pool, or the permission tags don’t match between the robot and the robotic task. To resolve this, add your robot to a Robot Pool, assign that pool to your Robotic Task, and make sure the permission tags are the same on both the robot and the task.Robot PoolsCreate a Robot PoolBuild in Appian RPA
Hi, I have given same set of permissions to Robot, Robot Pool & Robotic Task. Still the issue persists.
If you've already matched the permission tags on the Robot, Robot Pool, and Robotic Task, the issue may be due to the robot not being explicitly added to the Robot Pool, or the Robotic Task not linked properly to that pool. Also, ensure the service account running the robot has the required permissions and is part of the correct user group. Matching tags alone aren’t enough - the robot must be assigned to the pool, and the task must target that pool. Try removing and re-adding the robot to the pool, and reassociating the task.