Changing the default tenant for a partner - HxGN EAM - 12.0 - Administration & Configuration

HxGN EAM Databridge System Administrator Guide

Language
English
Product
HxGN EAM
Search by Category
Administration & Configuration
HxGN EAM Version
12

An HxGN EAM server may use multiple tenants so that it can be used for different databases. By default, an HxGN EAM server has one tenant, DS_MP_1. Each Databridge partner should be associated with a defined tenant.

  1. Open the partner.xml file under the partner configuration files folder.

  2. For each partner defined in Databridge, there should be a <Partner> section, as shown in the following example of XML fragment:

    <Partner>
    <ProfileID>2</ProfileID> <!--Partner ID-->
    <DocumentDeliveryClass>com.dstm.databridge.receiver.DocumentJMSRouter</DocumentDeliveryClass>

    <!-- Document Delivery Process Class -->

    <Tenant>DS_MP_1</Tenant> <!--inforEAMtenant ID --> <DatabridgeServerURL>http://www.infor.com/toDatabridge</Databridge ServerURL> <!--Databridge serverURL--> <User>R5</User> <!--Partner's userid for access to Databridge Server-->
    <Password>R5</Password> <!--Password for access to Databridge Server-->
    <SenderID>2</SenderID> <!--Sending Entity (Your company's partner ID)-->
    <ReceiverID>1</ReceiverID> <!--Receiving Entity (Databridge's partner ID)-->

    </Partner>

  3. Set the value for each of the following elements:

    Tenant - Set the element value to match your HxGN EAM tenant into which the Databridge documents are sent.

    SenderID - Specify the same value as the ProfileID element.

    ReceiverID - Specify the Partner ID field value of the * partner record found on the HxGN EAM Partners form.

  4. Click Save Record. The change will take effect in several minutes.