cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Cache for me from a client

MS_Santos
13-Aquamarine

Cache for me from a client

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

1 ACCEPTED SOLUTION

Accepted Solutions

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

 


Martin Hanák

View solution in original post

8 REPLIES 8

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

 


Martin Hanák
MS_Santos
13-Aquamarine
(To:MartinHanak)

Hello,

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


@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.


Martin Hanák
MS_Santos
13-Aquamarine
(To:MartinHanak)

Hello,

Do you think there's any way?


@MS_Santos wrote:

Hello,

Do you think there's any way?


???


Martin Hanák
MS_Santos
13-Aquamarine
(To:MartinHanak)

Hello,

Is there any way, when I start Creo, to know which client.psf and which client ? because the version of CREO is the same.

BenLoosli
23-Emerald II
(To:MS_Santos)

Write a startup script that uses a menu to select which client you are working for at the time and lit call the proper PSF file.

Use the name of the Client where Martin has _client#. This will show when you launch Creo and allow you to pick which Creo cache to use.

If you launch parametric.exe without passing the name of the specific PSF file you want to use. A dialog will open listing all the PSF files in the bin folder

 

MikePhillips_0-1709562457622.png

 

MikePhillips_3-1709562736626.png

 

 

The DESC variable controls the description display name

 

MikePhillips_1-1709562494890.png

 

Then you set the cache variable within each PSF file as @MartinHanak has already mentioned

 

Top Tags