Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After you create the custom parser, you must then specify the XML file in the CUSTOM_SERVER setting of the License Statistics configuration file, xflicstat.cfg. You may define multiple custom parser XML files in this section of the configuration file. 

License Statistics will read your XML file at each update interval. You should generate the XML files on a regular, scheduled basis. You can schedule the XML file generation using Windows scheduler for Windows or crontab for Unix. Note that the custom parser is a realtime parser that contains the current state of the license server. When regenerating the XML, replace (do not append to) the previous XML file.

...

  • CUSTOM_STAT, VENDOR, FEATURE and CHECKOUT_TIME specifications are required. 
  • The VENDOR name must start with "custom_". 
  • USED_LICENSES reports the total of number of licenses currently in use (including borrowed licenses). 
  • Wiki Markup
    All dates and times must be in the following format: YYYY-MM-DD \[HH:MM\]. 
  • EXPIRES accepts only a date. 
  • CHECKOUT_TIME and BORROW_EXPIRE_TIME require both a date and time. 
  • USER NAME can be omitted if your licensing system does not deliver user names. 
  • SHARE is for informational purposes, to specify which type of license sharing is in use.

An example of the content for a custom parser XML file is given below. 

...