Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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
Solved! Go to Solution.
@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
By "session", you mean you are opening creo with more than one license, correct? You technically should be able to work on a different session while one is processing.
If you just mean you have multiple windows open, then no, you won't be able to work on a different open window while one is processing.
I mean working with multiple licenses, it's interesting, by some colleagues in the office it's working, by others not. The same licences, same settings. I don't understand it? Thank You
@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
... two running sessions consume one license.
@MartinHanak That's interesting.
Was it always that way? Its been several years since I have done this so I could be wrong but I remember looking at ptcstatus output and noticing my computer listed as taking a license with each open session.
@StephenW wrote:
@MartinHanak That's interesting.
Was it always that way? Its been several years since I have done this so I could be wrong but I remember looking at ptcstatus output and noticing my computer listed as taking a license with each open session.
Hi,
license code contains DUP_GROUP=UHD sequence (you can search PTC Knowledge Base to start date of this license feature). This means that unambiguous combination of User+Host+Display consumes single Creo license. Of course you have to start Creo using the same license.
... I searched archived license files and found DUP_GROUP=UHD sequence in license file downloaded in 2019 .
Thanks Martin, it's very interesting and thanks for the info.
I came across this as I was searching https://www.ptc.com/en/support/article/CS336322
Its not the same but helps in understanding.
@StephenW wrote:
@MartinHanak That's interesting.
Was it always that way? Its been several years since I have done this so I could be wrong but I remember looking at ptcstatus output and noticing my computer listed as taking a license with each open session.
No it has not always been that way. Previous behavior, for floating licenses, was to consume a license for each session even if running the same license. PTC changed this a few years ago: https://www.ptc.com/en/support/article/CS234779
After this change multiple sessions of the same user, same host, and same license only consume one license.
This is one of those rare licensing changes, PTC made, that actually benefited the customer instead of PTC.
Hello Martin,
that works, thank you very much for your kind help.
Have a nice day.
Jan Andraschko