Configuring the remote agent - HxGN EAM - Version 12.0 - Help - Hexagon

HxGN EAM Databridge Remote Agent Help

Language
English
Product
HxGN EAM
Search by Category
Help
HxGN EAM Version
12

Set up partner information on the Remote Agent server to allow HTTP communication with the Databridge server.

To configure the Remote Agent:

  1. Locate the partner.xml file: <Setup Files Folder>/conf folder.

    <Setup Files Folder> is specified by the installing user during installation. Example: c:/HxGNEAMPartner/ conf.

  2. Open the partner.xml file in a text editor:

    ?xml version="1.0" encoding="UTF-8"?>

    <Partner_Setup>

    <!-- Partner Profile 2 is the default partner communicates with Databridge server to exchange messages -->

    <Partner>

    <ProfileID>2</ProfileID>

    <DocumentDeliveryClass>com.dstm.databridge.partnerservice.docu mentprocessing.DocumentDeliveryHTTP</

    DocumentDeliveryClass>

    <!--Tenant is the Datastream 7i Extended (HxGN EAM) tenant ID -->

    <Tenant>DS_MP_1</Tenant>

    <!-- Replace the following databridgeserver with the ac tual server address the Databridge server -->

    <DatabridgeServerURL>http://databridgeserver/axis/servlet/ DatabridgeReceiverServlet</DatabridgeServerURL>

    <!-- User ID and password used to log into Databridge server -->

    <User>Administrator</User>

    <Password>manage</Password>

    <!-- This partner's assigned partner ID or DUNS ID -->

    <SenderID>2</SenderID>

    <!-- Databridge server's assigned partner ID -->

    <ReceiverID>1</ReceiverID>

    </Partner>

    <!-- Partner Profile 1 is the default partner definition for the Databridge server the Remote Agent is communicating

    with -->

    <Partner>

    <!-- this partner defines user/password for validation, do not define it for using certificates -->

    <ProfileID>1</ProfileID>

    <DocumentDeliveryClass/>

    <Tenant/>

    <DatabridgeServerURL/>

    <!-- User ID and Password specified below is used to validate the login request by the Databridge server to this Remote Agent -->

    <User>Administrator</User>

    <Password>manage</Password>

    <SenderID/> The same value as the <ProfileID> value.

    <ReceiverID/> The Partner ID of the * partner record seen on HxGN EAM Partners form.

    </Partner>

    </Partner_Setup>

  3. For each partner linked to this remote agent server, you must have a <Partner> element. The example above shows such an element for partner 2.

    See Configuring the Databridge server.

    Copy the <Partner> section for a new partner and change the <ProfileID> element value to the new partner ID.

  4. For each <Partner> element, specify the following element values:

    <Tenant> - Specify the tenant ID of the HxGN EAM to which this partner is defined.

    <DatabridgeServerURL> - Specify the URL for the Databridge server to which this partner sends messages.

    <User> - Specify the User ID to log in to the Databridge server. User ID and Password below must match the User and Password values defined on the Partners page of the Databridge Login form.

    <Password> - Specify the password for the user ID.

    <SenderID> - The same value as the <ProfileID> value.

    <ReceiverID> - The Partner ID of the * partner record seen on HxGN EAM Partners form.

  5. There must be a <Partner> element that is corresponding to the Partner * defined on the Databridge Server. Log in to HxGN EAM and open the Partners form to find the partner record for partner *.

    Specify the following element values in this section:

    <ProfileID> - Specify the value found on the Partner ID of the * partner record.

    <User> - Specify the User ID to be used by Databridge to log in to this remote agent server. If this field is left blank, the Remote Agent will not require a User ID and Password when receiving an HTTP message.

    <Password> - Specify the password for the user ID.In the example XML above, <Partner> element for <ProfileID> 1 is for this purpose.

  6. Save the file, and then verify there are no errors in updating the file. The change will take effect in several minutes.