Our roaming license user not available currently.
And if in future if one of our roaming license system crashed or lost, so how we can manage this thing.
Please think on this scenario and find the solution to remove roaming licenses from server without interact with user machine.
Comments
-
It would be useful to report this as a Support request, so it can be considered by developers.
0 -
I think you will find that this has been done with roaming licenses to prevent abuse.
An alternative approach is to place stricter controls around roaming license privileges. You can do this by changing settings in the Bricsys.opt file of your network license manager.
Options to investigate are
ROAM_MAX_COUNT
Sets the max number of seats that can be roamed. Setting to 0 disables roaming. By default all seats are available to roam. e.g. to set max number of seats available to roam to one.ROAM_MAX_COUNT 1 bricscad
ROAM_MAX_DAYS
sets the maximum number of days a user can roam with a seat. The default is 5 days .e.g. set maximum to 3 days.ROAM_MAX_DAYS 3 bricscad
EXCLUDEALL_ROAM / INCLUDEALL_ROAM
It's possible to allow only some users to roam and exclude others. e.g. Users in the engineer group would not be allowed to roam, the users in the cad group would be able to roamEXCLUDEALL_ROAM HOST_GROUP engineer
INCLUDEALL_ROAM HOST_GROUP cad
This help post on licensing pooling gives details on how to find and edit your options file along with other settings.
See the license admin manual for further details on usage
Jason Bourhill
CAD Concepts Ltd
0