Question

Check if license available when running from a bat file

  • 7 February 2018
  • 1 reply
  • 2 views

Badge

I have a fme workbench that is run from a scheduled task and .bat file. I am just wondering if I can check if there is a floating license available before the workbench is run. Is this possible?


1 reply

Userlevel 4
Badge +13

Hi @mapper, use fmelicensingassistant_cmd.exe To query the FLEXlm Server for available licenses: fmelicensingassistant_cmd.exe --query <server>[:<port>] :

Reply