Any script gives an error : Acces Denied

Hello,

Yesterday i tried to run a script from Windows scheduler, it failed to run.
After that i coudln’t run any other script from UiPath (even a simple project with a messagebox"Hello")
The error returned is :

Convert To xls has thrown an exception

Message: Executor start process failed, reason Accès refusé. (Exception de HRESULT : 0x80070005 (E_ACCESSDENIED))

Exception Type: Exception

System.Exception: Executor start process failed, reason Accès refusé. (Exception de HRESULT : 0x80070005 (E_ACCESSDENIED))

Hello,

This looks like a firewall permission.

can you tell us what SO are you running this and if you have admin privileges?

if this a local security policies issue try this:

Start → Control Panel → Administrative Tools → Local Security Policy
Navigate to Security\Local Policies\Security Option
DCOM: Machine Access Restrictions - Add Anonymous, Everyone, Interactive, Network, System with full rights options set.
Network Access: Let everyone permissions apply to anonymous users - Set to Enabled
Network Access: Sharing security model for local accounts - Set to Classic

let us know.