System.Runtime.InteropServices.COMException (0x80070569): Logon failure: the user has not been granted the requested logon type at this computer

Query :

Executor start process failed, reason System.Runtime.InteropServices.COMException (0x80070569): Logon failure: the user has not been granted the requested logon type at this computer. (Exception from HRESULT: 0x80070569)

Solution:

This error comes usually when the user which is used to run the robot doesn’t have below privileges on to the robot machine.
So, could you please check the following points and confirm if the user has these accesses:

  1. “Access this computer from the network” policy (Typically granted to Users group)
  2. “Allow log on through Remote Desktop Services” (Typically granted via RDP Users group)
  3. Logon as a batch job right
3 Likes