Error when running from Control room - access denied to temp folder
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-21 10:53 AM
Hi all,
Our process has been working fine for a while on our runtime resource but today when running the process we get this issue when trying to run the process on the runtime resource.
Has anyone seen this before? I'm not sure what could be causing this issue. Our user is local admins on the runtime resource. At the start of the process we are reading from a file, this is the object where the error is beign thrown.
Thanks
Nick
------------------------------
Nicholas Hobbs
Automation Developer
milia.io
------------------------------
Our process has been working fine for a while on our runtime resource but today when running the process we get this issue when trying to run the process on the runtime resource.
ERROR: Internal: Access to the path "C:\Users\local_BPUser\Temp\2o2kponj.tmp" was denied.
Has anyone seen this before? I'm not sure what could be causing this issue. Our user is local admins on the runtime resource. At the start of the process we are reading from a file, this is the object where the error is beign thrown.
Thanks
Nick
------------------------------
Nicholas Hobbs
Automation Developer
milia.io
------------------------------
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-21 11:43 AM
Hi Nicholas I don't have an answer but the basic questions (which you've probably already considered) would be
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Is the process definitely running as that user?
- Does the user have access to that folder/file?
- Is the file path valid?
- Does the file exist when the process tries to access it?
- Could anything else be using the file?
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-21 01:41 PM
Hi NIcholas
Have you tried changing the file location to removing the drive letter? If you try it with \\Users\local_BPUser\Temp\2o2kponj.tmp this should hopefully fix your issue.
Regards
Michael ONeil
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
Have you tried changing the file location to removing the drive letter? If you try it with \\Users\local_BPUser\Temp\2o2kponj.tmp this should hopefully fix your issue.
Regards
Michael ONeil
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-21 02:12 PM
The file we are reading isn't in the temp folder. It is somewhere else on the C drive. But this error happens. I don't know why it is trying to read from the Temp folder
------------------------------
Nicholas Hobbs
Automation Developer
milia.io
------------------------------
------------------------------
Nicholas Hobbs
Automation Developer
milia.io
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-21 03:07 PM
Hi Nicholas
I was just using the example folder you provided but the principle is the same for any folder. Try removing the drive letter from the folder address, remove the C:\ and replace it with \\
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
I was just using the example folder you provided but the principle is the same for any folder. Try removing the drive letter from the folder address, remove the C:\ and replace it with \\
------------------------------
Michael ONeil
Technical Lead developer
Everis Consultancy
Europe/London
------------------------------
