Is it possible to turn off / disable the "Borrow license" on FME Desktop? Or limit the number of days?
Solved
Turn off license borrowing on FME Desktop
Best answer by david_r
In the directory where you keep your "safe.lic" file, create a new text file named "safe.opt" that contains the following line:
BORROW_LOWWATER FME 1
The number should be modified to reflect the minimum number of non-borrowed licenses that you'll allow. If the number is equal to or larger than the number of available licenses, borrowing is effectively disabled.
To set the maximum borrow duration, use the following setting:
MAX_BORROW_HOURS FME 72
This will set the maximum borrow period to 3 days (72 hours).
You can even use both settings together if you put them on separate lines in safe.opt.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.