Setting up the locations of partner file folders - 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

The following folders are used by Databridge partner file utility:

  • Partner Document Folder - A folder to store Databridge document messages files. Message documents sent to or received from Databridge on behalf of Databridge partners are stored as files in this folder.

  • Setup Files Folder - Partner configuration files, such as partner.xml, are stored in this folder.

The locations of these folders are configured when Databridge is deployed. The default locations are specified for Setup Files Folder and Partner Documents Folder during the Databridge installation.

See Installation tasks.

Typically, the partner documents folder is <Application Root Folder>/PartnerService/data, and the setup files folder is <Application Root Folder>/PartnerService/conf, where <Application Root Folder> is where the HxGN EAM application is installed. For example c:\EAM\PartnerService\data is a typical default Partner Document Files folder.

The steps included in this section document the process to set a different location for partner files if necessary. If you do not want to move these files to a new location, you do not need to complete these steps.

  1. Open databridge_properties.xml file under <Application Root Folder>/depconfig.

  2. Locate the following XML fragment:

    <PartnerService>
    <Document home="c:/inforEAM/PartnerService/data"></Document>
    <Configuration home="c:/inforEAM/PartnerService/conf"></Configuration>
    <Language>EN</Language>
    </PartnerService>

    The home attribute of the Document element specifies the folder location of the Partner Document Files folder, and the home attribute of the Configuration element specifies the folder location of the Partner Configuration Files folder.

  3. Update the folder location. You can store these folders independently on the Databridge server hard disk or on network file servers.

  4. Redeploy the HxGN EAM application of the Databridge server.

    See HxGN EAM System Administrator Guide for information on redeploying the HxGN EAM application.