Not able to delete folder through Blue Prism

Taki

New Member
I am trying to delete a folder in Blue Prism and go the message "The caller does not have the required permission to delete this directory or sub directories" even though my ID have permission and I can delete it manually so I am not sure what the issue is. Thanks in advance for your help.
 

sahil_raina_91

Active Member
I am trying to delete a folder in Blue Prism and go the message "The caller does not have the required permission to delete this directory or sub directories" even though my ID have permission and I can delete it manually so I am not sure what the issue is. Thanks in advance for your help.
Have you checked the folder permissions on the account that is currently logged in to Blueprism ?
Nevertheless, utilize command line to del the folder.

Use this command : rmdir /s/q "FULL_FOLDER_PATH"
You can use "Run process"/"Start process" action in one of the Utilities VBO
 
Top