#
Configuring Vendor License Mapping File
The Vendor License Labeling mapping file is used by the Vendor License Labeling functionality in Analysis Server when labeling through the factory file is chosen. This file contains the most common user-friendly names for vendor licenses to make the reports more understandable for users.
Warning
This configuration file is intended for Administrators with advanced knowledge of regular expressions.
Go to the configuration directory, located by default in
C:\ProgramFiles\OpeniT\Analysis Server\Configuration
.Open the
openit_product_factoryfile
configuration file.Example(.*)?;abaquslm.* Abaqus [$1] (.*)?;adskflex.* AutoDesk [$1] (.*)?;aflmd.* AutoForm [$1] (.*)?;afrlm.* AutoForm R3 [$1] (.*)?;alt.* WellCAD [$1] (.*)?;altair_lm.* Altair [$1] (.*)?;amed.* AME [$1] (.*)?;ansoftd.* Ansoft [$1] (.*)?;ansyslmd.* ANSYS [$1] (.*)?;arcgis.* ArcGIS [$1] ...
Each entry has two parts separated by space - regular expression and label.
The format of the regular expression matches the default vendor license name of Open iT which is server_name;vendor_name.
The format of the label is label_name [$1]. [$1] represents the first match group in the regular expression which is the server_name.
The items are processed from top to bottom and follows the rule last match is applied.
Modify desired items or add new entries.
Warning
It is recommended to add new entries instead of modifying existing ones.
Save the changes.