cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Borrow Licence Days

pdiletti-2
11-Garnet

Borrow Licence Days

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

5 REPLIES 5

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.

Thanks a lot.

It works.

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

 

Pier

Hi,

just couple of notes...

 

LM_BORROW_DURATION value can be set:

  • up to 29 for perpetual license
  • up to 179 for subscription license

 

In borrow bat file I set also following command

set PRO_LANG=english


Martin Hanák

Yes thanks !

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

Pier

STEVEG
21-Topaz I
(To:pdiletti-2)

@pdiletti-2 

Please mark the post as answered.

Top Tags