Skip to main content
1-Visitor
March 13, 2018
Question

Maximum how many windchill users can be registered at once by modifying parametric.psf file ?

  • March 13, 2018
  • 5 replies
  • 3266 views

Hi all,

<default .wf folder is register with userone credentials> (userone successfully logged in)

 

<modified .psf file with another path registered with usertwo credentials> (usertwo successfully logged in)

ENV=PTC_WF_ROOT=<path>

ENV=PTC_WLD_ROOT=<path>

ENV=CREO_AGENT_HOME=<path>

 

<modified .psf file with another path registered with userthree credentials> (message: server already registered with usertwo credentials)

ENV=PTC_WF_ROOT=<differentpath>

ENV=PTC_WLD_ROOT=<differentpath>

ENV=CREO_AGENT_HOME=<differentpath>

 

using these user configuration in parametric.psf file I am able to login with two windchill credentials now while server cache being registered at two different locations. But when I specified third location and tried to launch creo parametric 4.0 with new user credentials, it's displaying a message server already registered to 'older user'. Even though I have specified different location why is it taking older cache location? How many users can be maximum registered at once?

5 replies

23-Emerald IV
March 13, 2018

The environment variables for the Creo Agent in Creo Parametric 4.0 are different.

 

ENV=CREO_AGENT_EXE_PATH=H:\Creo 4.0\M040\Agent\creoagent.exe
ENV=CREO_AGENT_LDP_LIST=H:\Creo 4.0\M040\Platform\4\manifests

 

https://www.ptc.com/en/support/article?n=CS257485

https://www.ptc.com/en/support/article?n=CS255889

Vinay_S1-VisitorAuthor
1-Visitor
March 13, 2018

Hi Tom,

I think so you did not get my question. Let me explain it clearly. 

I have integrated windchill within creo. When we register server, a folder called .wf will be created in appdata which will hold all my server and current session information. This .wf folder is for a particular user. By modifying parametric.psf file I can specify a directory to store another user information without unregistering the initially registered server. 

That is if initially userone has registered with windchill server , a folder called .wf will be created to store his information. Next when usertwo registers another folder in a specified location will be created automatically and will hold all his information. Now  without unregistering userone I can add usertwo to use the same server using this method. 

Now my question is how many such users can be added by modifying the parametric.psf file. Because when I tried to register userthree, folder specified was not getting created and I was getting a messagebox which specified already this server is registered with xyzuser. Do you want to continue or ignore. 

23-Emerald III
March 13, 2018

Each user on their machine will use the 'same' cache file names, so you do not need to modify the .psf for multiple users. Even if users share a computer, assuming individual OS logins, they will each have their own cache files.

The only time I see your error message is when I use multiple Windchill accounts on the same computer login. This should be a rare instance, but I have it because of my admin versus normal user account.