Could not start executor. Could not find part of path 'C:\WINDOWS\TEMP\UiPath\CredProvider

We are seeing intermittent faulting of unattended jobs with failed result System Exception: Could not start executor. Could not find part of path ‘C:\WINDOWS\TEMP\UiPath\CredProvider’. Most of the time the job executes as expected, but we sometimes get this error. Any ideas how we can troubleshoot this?

Hi @phauck

try this

Regards,
Gowtham K

@phauck The next versions of Robot 23.4.10, 23.10.9 and 24.10.5 will have a fix for this issue.

Thanks, @Andrei_Vintila. Is there a workaround we can perform while we wait for the next version?

Try creating the missing “\UiPath\CredProvider” directory under the Temp folder and give Full Control for Everyone.

Try also to change the robot credentials in Orchestrator and use the Orchestrator Database Credential Store until the release of the new patches.

Try to downgrade the robot to 22.10.15 until the release of the new patches.

Note: In the new robot patches

“Previously, the Robot stored Credential Provider logs under a temp folder (‘C:\WINDOWS\TEMP\UiPath\CredProvider’), risking being cleaned up and possibly interrupting execution. Now, these logs are securely stored in the %programdata% directory, minimizing external impact.”