Skip to main content
15-Moonstone
March 4, 2024
Solved

Cache for me from a client

  • March 4, 2024
  • 1 reply
  • 2589 views

I work with 3 different clients all using the same version of CREO would there be any way when opening CREO select client and save the cache in a specific folder? today I use this way.

 

ENV=PTC_WF_ROOT=D:\Cache\%USERNAME%\PTC\ProENGINEER\Wildfire\.wf

Best answer by MartinHanak

Hi,

in Parametric\bin directory you have to create three .psf files by copying parametric.psf file.

client1.psf

ENV=PTC_WF_ROOT=D:\Cache\%USERNAME%\PTC_WFROOT_Client1

client2.psf

ENV=PTC_WF_ROOT=D:\Cache\%USERNAME%\PTC_WFROOT_Client2

client3.psf

ENV=PTC_WF_ROOT=D:\Cache\%USERNAME%\PTC_WFROOT_Client3

 

1 reply

24-Ruby III
March 4, 2024

Hi,

in Parametric\bin directory you have to create three .psf files by copying parametric.psf file.

client1.psf

ENV=PTC_WF_ROOT=D:\Cache\%USERNAME%\PTC_WFROOT_Client1

client2.psf

ENV=PTC_WF_ROOT=D:\Cache\%USERNAME%\PTC_WFROOT_Client2

client3.psf

ENV=PTC_WF_ROOT=D:\Cache\%USERNAME%\PTC_WFROOT_Client3

 

MS_Santos15-MoonstoneAuthor
15-Moonstone
March 4, 2024

Hello,

But when Creo loads it, will it know which client1.psf belongs to each client? If the version is the same?

24-Ruby III
March 4, 2024

@MS_Santos wrote:

Hello,

But when Creo loads it, will it know which client1.psf belongs to each client? If the version is the same?


Hi,

I am sorry I do not understand your question.