Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello.
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.
Solved! Go to Solution.
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.
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:
In borrow bat file I set also following command
set PRO_LANG=english
Yes thanks !
Now we have subscriptipon licences and the max number is 179 ! I confirm .
Pier