Skip to main content
Solved

Turn off license borrowing on FME Desktop

  • October 7, 2016
  • 4 replies
  • 81 views

sigtill
Supporter
Forum|alt.badge.img+25

Is it possible to turn off / disable the "Borrow license" on FME Desktop? Or limit the number of days?

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • Best Answer
  • October 7, 2016

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.


david_r
Celebrity
  • October 7, 2016

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.

Documentation: FlexServer\Documents\LicenseAdministration.pdf

 

 


sigtill
Supporter
Forum|alt.badge.img+25
  • Author
  • Supporter
  • October 7, 2016

Great, thanks david! Didnt find that page after a quick google.


david_r
Celebrity
  • October 7, 2016

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.

Just to add: By default it is (currently) not possible to set a maximum borrow period to more than 30 days (720 hours).