DesktopDeployR icon indicating copy to clipboard operation
DesktopDeployR copied to clipboard

Access Denied

Open camult opened this issue 3 years ago • 4 comments

Hi,

I have it on my laptop and it works fine. But I copied the folder to another laptop and it did not work. It gives me an error saying: Access Denied:

Script: C:Users\USERNAME\Desktop\ebo\dist\script\wsf\run.wsf Line: 96 Char: 2 Error: Path not found Code: 800A004C Source: Microsoft JScript runtime error

Access Denied

Can you help with this error?

Thank you.

camult avatar May 24 '21 16:05 camult

It does not appear to be an "access denied" but rather an execution error within run.wsf script which itself call 3 other javscripts (you can text-edit this file to see them). I also have this message on some other laptops and didn't quite well understand yet what is driving this, but sometimes I fixed it by fixing the R path within the config.cfg (I assume it can be another path you edited) or R packages.

dimmin avatar Jul 13 '21 07:07 dimmin

In some laptops using "use_userprofile": false works just fine, but not always. So, I had to leave it as true for it to work on any laptop.

camult avatar Jul 13 '21 11:07 camult

It would be great if someone could improve the error message to be more explicit at major steps of those scripts.

dimmin avatar Jul 13 '21 12:07 dimmin

@camult I was really stumped by this error, thanks for the solution!

Ljupch0 avatar Nov 14 '21 12:11 Ljupch0