Skip to main content
Solved

FME License Server - restriction of time usage for specific usergroup

  • March 20, 2019
  • 5 replies
  • 24 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

Hello everybody,

please, Im trying to solve problem with FME license server. As I checked, there is possibility to restrict one floating license for specific usergroup (check there https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Desktop_Admin_Guide/FMEInstallation/Restricting_Licenses_to_Users_or_Groups.htm). But, and its my question, is there any possibility to set exact usage time for specific usergroup?

E.g. Just imagine FME License server with 2 floating licenses. I just wanna to restrict one license for usergroup called "GIS" only for daytime from 6PM till 6AM. From 6AM till 6PM, both licenses should be available for all users (doesnt matter of what usergroup). Is there any tool how to set it up please?

 

Thank You so much for all ideas!

Lubo

Best answer by david_r

As far as I know this isn't possible.

You can also look in the full documentation for the Flexserver license server, you will find it in your installaton directory under ...\\FlexServer\\Documents\\LicenseAdministration.pdf

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.

5 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • March 25, 2019

As far as I know this isn't possible.

You can also look in the full documentation for the Flexserver license server, you will find it in your installaton directory under ...\\FlexServer\\Documents\\LicenseAdministration.pdf


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • March 25, 2019

The closest to achieving this (in FME 2018) would be using Queues:

Set up a queue Q1 for GIS (priority high) using Engine1

Set up a queue Q2 for all (priority low) using both engines.

Then assign Q1 to user group GIS and Q2 to all users.

This does not restrict all users from using Engine1, but will give the GIS group higher priority.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • March 25, 2019

The closest to achieving this (in FME 2018) would be using Queues:

Set up a queue Q1 for GIS (priority high) using Engine1

Set up a queue Q2 for all (priority low) using both engines.

Then assign Q1 to user group GIS and Q2 to all users.

This does not restrict all users from using Engine1, but will give the GIS group higher priority.

I have posted an idea for this some time ago:

https://knowledge.safe.com/content/idea/80904/assign-time-window-to-fme-server-queue.html


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 165 replies
  • March 25, 2019

As far as I know this isn't possible.

You can also look in the full documentation for the Flexserver license server, you will find it in your installaton directory under ...\\FlexServer\\Documents\\LicenseAdministration.pdf

Hello @david_r,

 

you´re right. Unfortunately, I explored whole documentation and there in no possibility to solve my problem.

Anyway, thank You so much!

Lubo


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 165 replies
  • March 25, 2019

The closest to achieving this (in FME 2018) would be using Queues:

Set up a queue Q1 for GIS (priority high) using Engine1

Set up a queue Q2 for all (priority low) using both engines.

Then assign Q1 to user group GIS and Q2 to all users.

This does not restrict all users from using Engine1, but will give the GIS group higher priority.

Hello @erik_jan,

 

 

great idea! Unfortunately, in this case there is no FME server, but only license server. But anyway, I will test your idea on my FME Server :-)

Thank You so much!

Lubo