Skip to main content
Question

I have 20-30 Clients that I need to modify to point to a new license server. Can this be done without launching the Licensing Assistant on each client locally. In other words, is there a file I could edit or a registry value I could modify?

  • June 4, 2021
  • 4 replies
  • 52 views

I have 20-30 Clients that I need to modify to point to a new license server. Can this be done without launching the Licensing Assistant on each client locally. In other words, is there a file I could edit or a registry value I could modify?

4 replies

andreaatsafe
Safer
Forum|alt.badge.img+15

Hi @twbell1963​ ,

You should be able to run a command-line prompt to update to the new license server name.

See the section “Licensing FME Desktop from the Windows Command Prompt” under “Post-Install Tasks” for details.

-Andrea


  • Author
  • June 4, 2021

Hi @twbell1963​ ,

You should be able to run a command-line prompt to update to the new license server name.

See the section “Licensing FME Desktop from the Windows Command Prompt” under “Post-Install Tasks” for details.

-Andrea

Thank you for the link. This method would still require me to log in locally. I am trying to accomplish this remotely.


andreaatsafe
Safer
Forum|alt.badge.img+15

Thank you for the link.  This method would still require me to log in locally.  I am trying to accomplish this remotely. 

You could open and edit the fme_license.dat file located in: C:\ProgramData\Safe Software\FME\Licenses

This file looks like this: 

SERVER licensing Any 
USE_SERVER

where "licensing" is the name of the license server. 

 

If your organization updated license editions (eg. from Professional to Database), then the flexlm_config.dat file will need to be edited with the proper edition name as well. 

Registered Product=database
FME Desktop Database Edition

Where for line 1 and 2: database would need to be updated to the new edition name.


  • Author
  • June 4, 2021

Thank you for the link. This method would still require me to log in locally. I am trying to accomplish this remotely.

Thank you so much. This is exactly what I have been searching for.