@JA_1434743 wrote:
Hello, I use Creo version 8, If I have more sessions open and one of them is busy, all other sessions are blocked until the task is processed. Is it possible to have a solution where it would be possible to continue working while the task is being processed? Thanks
Hi,
if you want to run two independent Creo 8 sessions then you have to create two Creo startup psf files and inside of them define different values for PTC_WF_ROOT variables. Please read https://www.ptc.com/en/support/article/CS372750
Example:
Imagine that Creo is installed in E:\PTC\Creo8_040 directory.
By default E:\PTC\Creo8_040\Creo 8.0.4.0\Parametric\bin contains parametric.psf
Make a copy of parametric.psf and rename it to parametric2.psf
Open both files in Notepad
In line starting with DESC= enter different description texts, eg.
DESC=Creo Parametric (1st session)
and
DESC=Creo Parametric (2nd session)
Add line at the end of the file, eg.
ENV=PTC_WF_ROOT=E:\PTC\PTC_WF_ROOT_Creo8_1st_session
and
ENV=PTC_WF_ROOT=E:\PTC\PTC_WF_ROOT_Creo8_2nd_session
Run Creo