Integrate > Micro Focus UCMDB > Using the ServiceManagerAdapter9.41 Adapter > Tailoring the Integration > Integration Tailoring Options > Add a push mapping entry for each relationship type of the CI type

How to Add a Push Mapping Entry for Each Relationship Type of the CI Type

For data push, the SM_CIT_Subtype_list.xml file defines how UCMDB relationship types are mapped to SM ones.

Note This XML file can be found from Adapter Management > ServiceManagerAdapter9.41 > Configuration Files.

If this file does not contain a mapping entry for a new relationship type, you need to add an entry for it.

To add a push mapping entry for the Ownership relationship type:

  1. Log in to UCMDB as an administrator.
  2. Navigate to Data Flow Management > Adapter Management > ServiceManagerAdapter9.41 > Configuration Files.
  3. Double-click the SM_CIT_Subtype_list.xml file.
  4. Go to the RelationshipType list section, and add a mapping entry for Ownership.
    <list name="RelationshipType">
    <!--ucmdb is link display lable, ucmdbType is link type, sm is the relationship type.  
    compound link will use root_* as the lable -->
        <entry ucmdb="Aggregation" ucmdbType="aggregation" sm="Aggregation"  />
        ...
    <entry ucmdb="Ownership"  ucmdbType="ownership"  sm="Ownership" />
        ...
    </list>

    Where:

    ucmdb: the display name of the UCMDB relationship type (see Name and Display Name of Ownership).

    ucmdbType: the name of the UCMDB relationship type (see Name and Display Name of Ownership).

    sm: the name of the relationship type in Service Manager.

    Name and Display Name of Ownership are illustrated in the following screenshot:

  5. Click OK to save the file.