Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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
Solved! Go to Solution.
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
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
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.
Hello,
Do you think there's any way?
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.
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
The DESC variable controls the description display name
Then you set the cache variable within each PSF file as @MartinHanak has already mentioned