Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

How to lock Pro/E config settings fro

DefCon5

New member
How to lock the access to all these config settings made as per company stds.


-config_init.mc
-condition.mcc
-setconfig.mcc
-check.mch
-start.mcs
constant.mcn
-other text files..


Thanks.
 
If this is connected to all other your post in Cad Administration, than
answer is maybe - changing owner of created file - and network
administration - I mean that you can allow or deny write - read access
to that file - That is on win OS. Similar is for Linux.



Removing options for choosing different types of config settings (when
start working on part) is another step - (Deleting all other than
wanted). If possible that can be implementer in all other cases.



That is idea. Perhaps maybe someone have some more real experience in this case - similar or different than my general inputs.



Another strategy for solving that problem is teaching people what and where to choose and to implement in theirs work.
 
You can not look access to theese files in ProE. Place the files (all related to ModelCHECK I see...) on a server and give the files/dirs Read-Only access in OS-level.


To make ProE clients look at the files on your server, set the variable "MCDIR" to point to the folder holding the "Config" folder of the modelcheckfiles. This is how we do it, and it works good! Benefit is you have one central place to edit for all users.


Example:


In a standardinstallation, you could say the setting is as follows:


MCDIR=<...proe_loadpoint>\modchk\text\usascii
Edited by: caddie
 

Sponsor

Back
Top