Message Boards Message Boards

0
|
4991 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

[?] Avoid ResourceSearch[] Error about CreateDirectory[]?

Hi. I was using ResourceSearch[], but encountered this error:

In[1]= resources = ResourceSearch["Machine Learning"]
Out[1]= 
CreateDirectory::privv: Privilege violation for file or directory C:\Users\ed\[PlusMinus]?AppData.
Put::noopen: Cannot open C:\Users\ed\[PlusMinus]?AppData\Roaming\Wolfram\Objects\Resources\69f\69f1e629-81e6-4eaa-998f-f6734fcd2cb3\metadata\object.wl.

What is causing this problem? Thank you,

POSTED BY: Michael Jang

The usual chain of actions in that case is

enter image description here

after supplying valid credentials you see

enter image description here

and at computer's file system you see something like that

enter image description here

In your case, it wents wrong

CreateDirectory::privv: Privilege violation for file or directory C:\Users\ed[PlusMinus]?AppData.

that might be the case, because user's %AppData% directory has a silly name which cannot be handled by the OS or the user's rights do not allow for the creation of subdirectories. As an attempt to fix it you could create a new user with only ASCII-7 characters in user name and try again with the new user. Can you cd into %AppData%?

enter image description here

POSTED BY: Udo Krause
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract