Skip to main content
1-Visitor
July 1, 2019
Solved

Borrow Licence Days

  • July 1, 2019
  • 1 reply
  • 5512 views

Hello.

Using Creo 4, it's possible to change the number of Days to manage borrow license duration. 

By default the maximum borrowing duration is 5 days. Through an environment variable (LM_BORROW_DURATION=0-14), it is possible to get to a maximum of 14 days.

I modified my parametric.psf file unsuccessfully. Any idea ?

Thanks

Pierluigi

 

 

Best answer by LukaszMazur

I'm not sure if borrowing license tool reads .psf files. I'd edit parametric_borrow.bat in \bin directory and add the command there, e.g. here:

@echo off
set LM_BORROW_DURATION=14

set MC=unset

or simply add it as a Windows environment variable.

1 reply

16-Pearl
July 1, 2019

I'm not sure if borrowing license tool reads .psf files. I'd edit parametric_borrow.bat in \bin directory and add the command there, e.g. here:

@echo off
set LM_BORROW_DURATION=14

set MC=unset

or simply add it as a Windows environment variable.

5-Regular Member
July 1, 2019

Thanks a lot.

It works.

I modified the borrow bat file and the maximum number of days is now 179 !

 

Pier

1-Visitor
July 2, 2019

Yes thanks !

Now we have subscriptipon licences and the max number is 179 ! I confirm .

Pier