Skip to main content
1-Visitor
November 3, 2022
Solved

License problem

  • November 3, 2022
  • 1 reply
  • 2440 views

I am using Creo Parametric Release 6.0 and Datecode6.0.2.0

I have a weird problem with a Creo PC. Let me explain:

the PC in question (PC0008) has installed Creo 6.0.2.0, and 2 license :
one fixed for Creo Parametric
and one floating for the machining Option (we have 2 CAM licenses installed on the license server).

However, the PC takes both licenses from the server and since on the server we only have 2 floating licenses for the CAD, it often gives the message that the license is not present and close.

until a few months ago everything worked correctly, but now I have been told that it loses the license so I checked and I see that it also takes the PROE_Essentials license from the license server ignoring the locally installed license

P.S. Since the Machining Option licenses are used only by 2 PCs and no one else, wouldn't it be possible to change these 2 licenses so that they can be assigned and installed directly on the machines concerned?

Best answer by MartinHanak

Hi,

please upload your parametric.psf file

-OR-

check its contents by yourself. Two following lines are important.

ENV=PTC_D_LICENSE_FILE-=...

ENV=CREOPMA_FEATURE_NAME=...

 

1 reply

24-Ruby III
November 3, 2022

Hi,

please upload your parametric.psf file

-OR-

check its contents by yourself. Two following lines are important.

ENV=PTC_D_LICENSE_FILE-=...

ENV=CREOPMA_FEATURE_NAME=...

 

1-Visitor
November 3, 2022

Hi Martin

 

I've checked on the "twin" PC (I had 2 station with same settings that use CAD & CAM)

the PC that takes both licenses from server ignoring the local installed fixed license have this content

 

ENV=PTC_D_LICENSE_FILE-=7788@dia-batch01;C:\Program Files\PTC\lm_16608869_3737185.txt
ENV=CREOPMA_FEATURE_NAME=PROE_EssentialsM (10114)

 

the PC that takes only CAM license from server and CAD fixed license installed locally have this content

 

ENV=PTC_D_LICENSE_FILE-=C:\Program Files\PTC\lm_16608774_3736985.txt;7788@dia-batch01
ENV=CREOPMA_FEATURE_NAME=PROE_EssentialsM (10114)

 

the only difference is the order of the 2 licenses. for testing i changed the order in the parametric.psf file and i see if something change.

 

 

1-Visitor
November 3, 2022

this seems to solve the problem, not all PC take first local fixed license, and then the Machining Option Floating License on Server, leaving other Creo Floating Licenses on Server for other users.

 

Thanks Martin for pointing me in the right direction.

 

Roberto