Changing the default tenant for a partner

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>      <!--inforEAM
            tenant ID -->    <DatabridgeServerURL>http://www.infor.com/toDatabridge</DatabridgeServerURL> <!--Databridge server
          URL-->      <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 ProfileID value to the partner ID.
  4. 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.
  5. Click Save Record. The change will take effect in several minutes.