Skip to main content
Solved

trouble Restricting Licenses

  • August 18, 2020
  • 2 replies
  • 27 views

I am trying to restrict licence on a floating licence server to a certain machine and i did as instructed in here:

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Desktop_Admin_Guide/FMEInstallation/Restricting_Licenses_to_Users_or_Groups.htm

and create a safe.opt in the same folder as safe.exe in the FlexServer folder with the safe.opt content as :

RESERVE 1 professional HOST_GROUP groupA

HOST_GROUP groupA GIS-TEST2

i thought the problem was that i need to restart the server but still not working even though in the log file it clearly says :

(safe) Using options file: "C:\\Program Files\\FlexServer\\safe.opt"

i thought the problem was with the name of the machine (which i got from running "lmutil lmstat -a -c safe.lic" while it was connected) so i tried again using the IP instead but still not working

Best answer by david_r

Are you sure that you're running the Professional edition of FME? You have to reference the FME edition on the first line, e.g. for the ESRI edition:

RESERVE 1 esri HOST_GROUP groupA
HOST_GROUP groupA GIS-TEST2

 

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.

2 replies

david_r
Celebrity
  • Best Answer
  • August 18, 2020

Are you sure that you're running the Professional edition of FME? You have to reference the FME edition on the first line, e.g. for the ESRI edition:

RESERVE 1 esri HOST_GROUP groupA
HOST_GROUP groupA GIS-TEST2

 


  • Author
  • August 20, 2020

Yeah that was it actually

Thanks man