Setup in Global Trade Management

Global Trade Management Properties Setup

Network Connectivity to Descartes Server

If the network Global Trade Management is installed requires a proxy server for external access to the Descartes server, specify the following properties in the glog.properties:

glog.integration.http.proxyHost=proxy-address
glog.integration.http.proxyPort=proxy-port

Refer to the online help for additional details.

Properties for Data Loading Directories

The data loader relies on pre-defined directories for the source and output directories. The directories are defined via properties:

gtm.dataload.basedir=$temp.dir$/dataload
gtm.dataload.inputdir=$gtm.dataload.basedir$/input
gtm.dataload.outputdir=$gtm.dataload.basedir$/output
gtm.dataload.workingdir=$gtm.dataload.basedir$/output

These properties do not need to be changed for implementation. The logic will create the directories needed if they are not already created.

Setup of Descartes User Credentials

After retrieval of the user credentials from Descartes, configure the credentials in Global Trade Management as follows:

  • Setup an External System record in Global Trade Management with the following details:
    • User Name: User ID provided during registration.
    • Password: Password provided during registration.
    • Password (Confirm): Same value for password.
    • URL (in For HTTP/HTTPS section): URL for accessing the Descartes status document. The URL may resemble the following: https://gtm.content.descartes.com/status/statusdocument.xml.
  • Update the Content Source to refer to the newly created External System record as follows:
    • Access menu: Trade Master Data > Power Data > Data Loading > Content Source
    • Edit the Content Source with ID which has been predefined for Descartes
    • Add an entry in the Content Source Config section at the bottom as follows:
      • ID: Specify an ID (e.g. CI_GTM_DATA).
      • Comm Method: Specify "HTTPPOST".
      • External System: Select the external system created above.
      • Active: Select to enable the configuration.