Review and Update Configuration Files

Before you read this page, please Learn About the Configuration Files

In this page:

Environment Type

The environment type for the Control Message must match the one set in the configuration file:

<COL TAG="EnvironmentTag" EXPRESSION="'DEV'" USERDESCRIPTION="Environment Tag, possible values - DEV, TST, UAT, PRD (default)" />
Incoming messages that have a different EnvironmentTag will be rejected. This is a measure to protect your environment from messages actually intended for another environment.

Note

When you alter the configuration file settings, you must use the w_config_custom.inc file as an overlay to the core w_config.inc file. (See more details here)

Note

You apply the include by placing the file into eagle_ml-2-0_custom_cm folder.

FTP Settings

After importing the packages, you should customize several config files, including:

  •     /tpe/dynamic/msgcenter/eagle_ml-2-0_custom_cm/w_config_custom.inc
  •     /tpe/dynamic/msgcenter/eagleml-2-0_custom_cm/w_config_custom.inc  (Note: this file may not exist on particular boxes and it is OK)

If you need FTP and/or SFTP support, edit w_config_custom.inc files setting FTP and/or SFTP information (optional step).

For example:

<COL TAG="FTP_URL" EXPRESSION="'10.10.1.191'" USERDESCRIPTION="EA FTP URL"/>
<COL TAG="FTP_USER" EXPRESSION="'userName'" USERDESCRIPTION="EA FTP USER"/>
<COL TAG="FTP_PWD" EXPRESSION="'base64PWD'" USERDESCRIPTION="EA PASSWORD" ENCRYPTED="YES"/>
<COL TAG="FTP_PWD_ISENCRYPTED" EXPRESSION="'YES'"/>
<COL TAG="FTP_FILES_LOCATION" EXPRESSION="'CMW/inbound/'" USERDESCRIPTION="EA FTP LANDING ZONE LOCATION"/>
<COL TAG="FTP_EXTRACT_LOCATION" EXPRESSION="'CMW/extracts/'" USERDESCRIPTION="EA extracts location"/>
<COL TAG="FTP_REPLY_LOCATION" EXPRESSION="'CMW/outbound/'" USERDESCRIPTION="EA reply location"/>
<COL TAG="FTP_ACK_LOCATION" EXPRESSION="'CMW/ack/'" USERDESCRIPTION="EA ack location"/>


Additional step, should be performed if a specific error occurs:

Error decription:

Error encoding file %filename% in prerocessor folder.
Remote sever error. Exception on download file %filename% in prerocessor folder.

Insert the following code block at the end of w_custom_config.inc file:

<CODE>
   :w_preproc_path: :=GetDirRoot() + 'servers/msgservice/preprocessors';
</CODE>

Save the config file and reinit MC cache.

Delivery Method

Configure Delivery Methods

Advanced Configuration Options

Use Advanced Configuration Options, if necessary.