# 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.

  1. Go to the configuration directory, located by default in C:\ProgramFiles\OpeniT\Analysis Server\Configuration.

  2. 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.

  3. Modify desired items or add new entries.

  4. Save the changes.

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close