<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question on setup for individual users (config.pro) in System Administration</title>
    <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352964#M9202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use a similar setup as Doug described. The difference is that user configuration files are stored in the user home directory. This is the directory pointed by %HOMEDRIVE%%HOMEPATH% combination of environment variables. The home directory is on a network drive so is always available regardles what workstation we are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this will work for the user's creo_parametric_customization.ui file as we just preparring to migrate to Creo 2. I think I'll find out soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 20:49:25 GMT</pubDate>
    <dc:creator>GabrielZaha</dc:creator>
    <dc:date>2014-04-01T20:49:25Z</dc:date>
    <item>
      <title>Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352957#M9195</link>
      <description>As long as I've used Pro/E (17+ years), there was generally a company "config.pro" (and perhaps other files) and a separate user-customizable "config.pro" (and perhaps other files). The loadpoints were specified in a path statement, usually in a batch file.</description>
      <pubDate>Sun, 13 Dec 2020 21:22:56 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352957#M9195</guid>
      <dc:creator>Patriot_1776</dc:creator>
      <dc:date>2020-12-13T21:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352958#M9196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only things you can't customize are the ones in the config.sup. You can open any file you like that has valid config options. I rename mine with a .txt suffix so that Notepad can more easily be used to edit them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most places I've been (both) have a batch file that copies the company config.pro to the loadpoint, though I think one can set up the entire loadpoint to be on a network drive so everyone is lock-stepped to the same release and everything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder why they care.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:07:17 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352958#M9196</guid>
      <dc:creator>dschenken</dc:creator>
      <dc:date>2014-04-01T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352959#M9197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At other companies we had the company config.pro on a network drive with read-only acces for most users, except me as the admin. Then the local files they had access to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My friend/coworker just objects to having my name on his computer! LOL &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:29:56 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352959#M9197</guid>
      <dc:creator>Patriot_1776</dc:creator>
      <dc:date>2014-04-01T19:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352960#M9198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do that here, but all the config files live on the server. That way we have access no matter what computer we are using. I may take a shared laptop into a meeting room, or in some cases we have a dedicated workstation in the room that I log into. Having my configs on the server means that I get them no matter where I log in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a bit of a unique situation in that we have company configs, user configs and client configs. Here's how we do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We have a shared drive mapped as P: for all Proe (now Creo) users. Our configs, start models, reference material and more all live here.&lt;/LI&gt;&lt;LI&gt;At launch, our company config files (config.sup, config.pro, config.win (WF5 and older) and creo_parametric_admin_customization.ui (Creo1 +) are copied from the server into the local loadpoint/text folder via batch file.&lt;/LI&gt;&lt;LI&gt;We then launch Proe/Creo in the user's config folder on the network so that their config.pro/config.win file loads. The user's creo_parametric_customization.ui file is a bit trickier, it has to be local, so it is and we have a scheme to update the server as needed.&lt;/LI&gt;&lt;LI&gt;The user saves their other config files (model tree config, system colors file, etc.) in this folder too and sets the appropriate options to point to them.&lt;/LI&gt;&lt;LI&gt;We then run a mapkey after launch to load a client config file, if one exists. This is actually automated by a choice in the launch batch file and a trail file that includes the mapkey.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SW has nothing like this for managing company standards and user preferences on the fly. The best you can do is set everything at install, but nothing is there to maintain this. It's important to us to set a small number of things to maintain consistency in our models. Things that don't change the model we leave up to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:43:35 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352960#M9198</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2014-04-01T19:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352961#M9199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All input helps, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, I figure to have an environment where EACH individual user can configure his system to exactly the way he wants it, there either has to be a separate, unique folder that is local (C:), or networked (W: in our case). And if everyone insiists on naming their folder whatever, then there's a bunch of work to do to make sure the config.pro file points to that special directory. It has to be named something, local or network, I don't see an issue labeling it "FRANK" vs "user", especially since it means less work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah well. That's what you get when you have SW people try and tell you how to run Pro/E! &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 19:54:04 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352961#M9199</guid>
      <dc:creator>Patriot_1776</dc:creator>
      <dc:date>2014-04-01T19:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352962#M9200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I user the user's login name as their folder name, that way it's easily available to me for use in my batch files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 20:10:40 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352962#M9200</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2014-04-01T20:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352963#M9201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, but then I'd need like 10 different folder names, or be forced to go back thru the config.pro and change the path and then make sure their foldernames that got created matched the names. This way I just copy the folder C:\FRANK\(C) PROE\(C) CONFIGS to their PC and it's done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 20:36:05 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352963#M9201</guid>
      <dc:creator>Patriot_1776</dc:creator>
      <dc:date>2014-04-01T20:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352964#M9202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use a similar setup as Doug described. The difference is that user configuration files are stored in the user home directory. This is the directory pointed by %HOMEDRIVE%%HOMEPATH% combination of environment variables. The home directory is on a network drive so is always available regardles what workstation we are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this will work for the user's creo_parametric_customization.ui file as we just preparring to migrate to Creo 2. I think I'll find out soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 20:49:25 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352964#M9202</guid>
      <dc:creator>GabrielZaha</dc:creator>
      <dc:date>2014-04-01T20:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352965#M9203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use variables in config files. For example, this is my path for our company model tree config file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;mdl_tree_cfg_file P:\config\00_design_central\config_files\$proe_ver\dc_tree.cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$proe_ver is my variable for what version of Proe was launched.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 21:42:58 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352965#M9203</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2014-04-01T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352966#M9204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's interesting Gabriel. We don't tend to move one user around to different PC's though. Also, in naming a particular drive locally the same as everyone else's, if we do, the files are always in the same place. Interesting idea! That might also allow me to push out changes easier. Hmmm....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 21:57:10 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352966#M9204</guid>
      <dc:creator>Patriot_1776</dc:creator>
      <dc:date>2014-04-01T21:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352967#M9205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frank, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right. In normal circumstances we don't move the users from one PC to another. On another hand, situations when we need to start Pro/E on the conference room computers or on the shop are relatively common.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doug,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering myself if using variable names in config.pro is still working in Creo? Can you confirm if this is the case? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 12:53:57 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352967#M9205</guid>
      <dc:creator>GabrielZaha</dc:creator>
      <dc:date>2014-04-02T12:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352968#M9206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, I use them in WF4, WF5 &amp;amp; Creo2. We never used Creo1, but I had it all set up and it worked there too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 17:15:53 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352968#M9206</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2014-04-04T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352969#M9207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just saw your reply - the way to get around using 10 different user names in your paths is to add an environment variable called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%USERNAME%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to everybody's computer and have the username be the Value (mine would be cprice)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done this for years. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 19:50:08 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352969#M9207</guid>
      <dc:creator>cprice</dc:creator>
      <dc:date>2014-04-04T19:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question on setup for individual users (config.pro)</title>
      <link>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352970#M9208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice techniques&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 08:54:37 GMT</pubDate>
      <guid>https://community.ptc.com/t5/System-Administration/Question-on-setup-for-individual-users-config-pro/m-p/352970#M9208</guid>
      <dc:creator>jsarkar</dc:creator>
      <dc:date>2014-04-05T08:54:37Z</dc:date>
    </item>
  </channel>
</rss>

