Call was rejected by callee and no access to the file

Hi All,

I am having 4 errors when I run bot in Orchestrator. I believe their could be connected in some point. I would appreciate your help and ideas how to fix it.

I tried to add delays, untick Add-Ins, restart bot.
System exception.Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)) at Source: update template letter

update template letter: Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))

Copy Business title Change letter and reaname: Could not find file (file distance …)

Delete Letter File: The process cannot access the file ‘H:\My Documents\UiPath\Document Holding\Business Title Change-Keith-RPA13122022115935.docx’ because it is being used by another process.

Thanks

Nellie

Hello Try to kill the application by using Kill process Activity.

Error 1: If you are using Word document, then please mention Process Name - “WINWORD” in Kill process activity.

image

Error 3: Check whether file exist or not

Error 4: Sometimes we would face file access permission issues.

Please use the attached workflow to give file access permissions to BOT by giving folder Path before you start performing anything.
ChangeFolderProperties.xaml (6.2 KB)