Skip to main content
Version: 10.2

Manage Mapping Sources

The Mapping Sources page contains various functionalities to configure and set up sources of mapping. Some of the examples that are always configured are user-to-groups.map and user-properties.map mapping files, which are manually created using instructions from the Core Server Web Interface > Administration > Mapping and are located by default in C:\Program Files\OpeniT\Core\Configuration.

The user-to-groups.map mapping file usually contains one-to-many usergroup to users mapping, which are also from the Active Directory with the following commonly used group types:

  • Cost Center
  • Department
  • Division
  • Location

The user-properties.map mapping file usually contains user details from the Active Directory such as:

  • Display Name
  • Employee Type
  • Mail
  • Manager
  • Physical Delivery Office Name
  • Title

The page is only visible to users with administrative rights to Analysis Server.

Adding a Mapping Source

NOTE

Before proceeding, make sure to prepare the required mapping files user-to-groups.map and user-properties.map. For detailed instructions, refer to the Core Server Web Interface > Administration > Mapping section.

  1. Create a mapping source for user-to-groups.map. Click the New Mapping Source button.

    The edit pane will appear.

  2. Configure the details of the mapping source:

    Mapping Source Fields
    DetailDescription
    NameThe descriptive identifier of the mapping source. Name it user-to-groups.map.
    EnabledThe switch to enable or disable the mapping source. Set it to True.
    KindThe type of the mapping source file. Supports Multimap and CSV, with Multimap being the recommended option.
    FilePathThe mapping file's relative path, which is by default in C:\Program Files\OpeniT\Core\Configuration.
    SeparatorThe type of separator used in the mapping file. Only applicable for CSV.
    Identity FieldThe field that uniquely identifies a record in the mapping file. Only applicable for CSV.
    Mapping Source Fields
  3. Click Save to add the mapping source.

    Adding Mapping Sources

    Adding Adding Mapping Sources


    A notification message will appear at the top of the page, and the sources list should automatically be updated.

    Added Mapping Sources

    Added Mapping Sources


  4. Create another mapping source for user-properties.map. Click the New Mapping Source button.

    The edit pane will appear.

  5. Configure the details of the mapping source:

    Mapping Source Fields
    DetailDescription
    NameThe descriptive identifier of the mapping source. Name it user-properties.map.
    EnabledThe switch to enable or disable the mapping source. Set it to True.
    KindThe type of the mapping source file. Supports Multimap and CSV, with Multimap being the recommended option.
    FilePathThe mapping file's relative path, which is by default in C:\Program Files\OpeniT\Core\Configuration.
    SeparatorThe type of separator used in the mapping file. Only applicable for CSV.
    Identity FieldThe field that uniquely identifies a record in the mapping file. Only applicable for CSV.
    Mapping Source Fields
  6. Click Save to add the mapping source.

    Adding Mapping Sources

    Adding Mapping Sources


    A notification message will appear at the top of the page, and the sources list should automatically be updated.

    Added Mapping Sources

    Added Mapping Sources


Configuring Destination Field Sources

Follow these instructions to assign a mapping source to various destination types used for reporting:

  1. Look for user-to-groups.map from the source list, then click Load Fields.

    Loading Mapping Sources

    Loading Mapping Sources


  2. Map the following source values by clicking the radio button beside the row value then select the same destination value:

    Destination Field Sources
    DestinationSource Value
    User.Departmentdepartment
    User.Divisiondivision
    User.Locationl
    Destination Field Source
    NOTE

    These are the default configurations for the Destination Field Sources. To add or remove attribute values, follow step number 4 in the Configuring LDAP Collector section.

  3. Click Save Configuration to apply the changes.

    Configuring Mapping Sources

    Configuring Mapping Sources


  4. Configure another mapping source by looking for user-properties.map, then click Load Fields.

    Loading Mapping Sources

    Loading Mapping Sources


  5. Map the following source values:

    Destination Field Sources
    DestinationSource Value
    User.DisplayNamedisplayName
    User.Mailmail
    User.PhysicalDeliveryOfficeNamephysicalDeliveryOfficeName
    User.Titletitle
    Destination Field Source
    NOTE

    These are the default configurations for the Destination Field Sources. To add or remove attribute values, follow step number 4 in the Configuring LDAP Collector section.

  6. Click Save Configuration to apply the changes.

    Save Mapping Sources

    Save Mapping Sources


Verifying Mapping Sources Configuration

Follow these instructions to check whether the mappings have been successfully configured in the License Monitor Portal:

  1. Go to the License Monitor Portal's Web Interface.

    NOTE

    For detailed instructions, refer to the License Monitor Portal section.

  2. Select an item from the list of vendor licenses.

  3. Click on a feature from the list. Check if it displays only the UserName instead of the Display Name.

    License Monitor Portal

    License Monitor Portal


  4. Run the command SyncMapping. Follow the instructions in the SyncMapping section.

  5. Run the command ProcesSql. Follow the instructions in the ProcessSql section.

  6. Run the command SyncLicenseStatus /reload. Follow the instructions in the SyncLicenseStatus section.

  7. Refresh the License Monitor Portal page.

    This should now show the Display Name instead of the UserName. Click on the Display Name to view the details, including UserName, Mail, Department, Division, Manager, EmployeeType, Location, CostCenter, and PhysicalDeliveryOfficeName, if available.

    License Monitor Portal View Details

    License Monitor Portal View Details


Previewing a Mapping Source

NOTE

The preview functionality is only applicable for CSV type mapping source.

Follow these instructions to preview a CSV mapping source:

  1. Look for the CSV mapping source to preview from the list.

  2. Click the Preview button.

  3. The preview should appear under the sources list.

    Previewing Mapping Sources

    Previewing Mapping Sources


The following configurations are required for Mapping Sources to function properly.