Integrate > Micro Focus UCMDB > Using the ServiceManagerEnhancedAdapter9.41 Adapter > Tailoring the Integration > Integration Tailoring Options > How to Map a Relationship Type Query to the Service Manager Web Service Object

How to Map a Relationship Type Query to the Service Manager Web Service Object

Once you have created a query for a relationship type, you need to map the query to the Relationship web service object in Service Manager as described in the following steps.

  1. Navigate to Data Flow Management > Adapter Management > ServiceManagerEnhancedAdapter9.41 > Configuration Files.
  2. Click the smPushConf.xml file.
  3. Add a mapping entry by copying an existing one for relationship push. For example, add the following mapping entry.

    <tql name="SM Layer2 Topology Relations Push 2.0" resourceCollectionName="Relationships" resourceName="Relationship" />
  4. Change the TQL query name to the name of the query you created for the relationship type. For example, Cost CostCategory Ownership Relations Push.

    <tql name="Cost CostCategory Ownership Relations Push" resourceCollectionName="Relationships" resourceName="Relationship" />
  5. Click Save to save the configuration file.