Hi Team,
I have API bot which running without any error. It will fetch input from the shared folder which I already got access from the IT.
Now I have changed my bot to background process.
Bot starts and shows the error that User do not have for the input folder which I got access earlier.
Background process - No issues
Foreground process - No access to the folder
Is there anything with session0 ? Kindly help me with this issue.
Regards,
Harish Gnanakumar.
@HarishGnanakumar,
If your UiPath Robot is running as a service, make sure the service account has the correct permissions. You can do this by:
- Opening the
Services application (services.msc).
- Finding the
UiPath Robot service.
- Right-clicking it and selecting
Properties.
- Going to the
Log On tab and ensuring the service is running under an account with appropriate access to the shared folder.
LLM Helped me to write this but it’s validated by me.
Thanks,
Ashok 
Thanks Ashok and Sandyarpa for your suggestions.
I have checked all the permission and given absolute path to the shared folder. But still it is not working
On checking UiPath robot service → Log on →
There is a checkbox - Allow service to interact with desktop.
If I check this option, will it work??
Regards,
Harish Gnanakumar.