Skip to main content
16-Pearl
November 18, 2015
Solved

Creo dictionary ?

  • November 18, 2015
  • 2 replies
  • 2594 views

Hello all,

For the first time, I just ran modelcheck on a drawing for a test. It tells me I have several words not correctly spelled but I know they are correct. So I decided to add those to the dictionary but I get a message telling there's an error opening the file user_words.

I went to see if the file is present on my computer with the explorer. It is. I've had a quick at the documentation about this and it says that the user must have the rights to add a word to this file. I'm on a single computer.

How can I define my rights to write in this file ?

Is there a config.pro option that would allow me to put this file in another location so it won't get overwritten or lost when I update Creo ?

Thanks.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by DonSenchuk

If you have admin rights on your computer, then I would guess the folder was set to read-only during Creo installation. You should be able to change it to read-write.

2 replies

12-Amethyst
November 18, 2015

The first is more a question about your OS's user interface.  To the second, the config.pro option 'modelcheck_dir' can be used to set the directory where MC configs are.

RaphMORIN16-PearlAuthor
16-Pearl
November 19, 2015

I have the config.pro option modelcheck_dir set to a specific directory (ie D:\Pro_CFG\ModelCheck) but it looks like the dictionary is not stored there. How can I change this ?

12-Amethyst
November 19, 2015

I'm not sure, just looked at code.  It looked like if your modelcheck directory was somewhere else, then text/french/spell under it would be used to look for user_words.  But if you're not observing that, then it's good that setting the rights got the job done for you.

(Thinking about it, I can envision a reason that it would be set up this way, only allowing the loadpoint's user_words -- a company may not be interested in allowing individuals to declare words as OK, but instead retain control over that concept.)

12-Amethyst
November 18, 2015

If you have admin rights on your computer, then I would guess the folder was set to read-only during Creo installation. You should be able to change it to read-write.

RaphMORIN16-PearlAuthor
16-Pearl
November 19, 2015

Thanks Don, this is right. I changed the rights on the user_words file and it works now.