Default Directory Settings
When loading a bank driver, the default settings for the various directories and number ranges will be retrieved from the eCommerce Control setup as described in this chapter. If the control record does not exist, the system uses the directories and number ranges specified in the eCommerceDefaultSettings.xml and creates a eCommerce Control setup on-the-fly.
If both the eCommerce Control record and the XML file are not available, the system creates an eCommerce Control record on-the-fly, and sets all directories set to the value “.”, which points to the work directory for Progress (appserver) on the server.
The following is an example of the eCommerceDefaultSettings.xml file layout:
<?xml version="1.0" encoding="utf-8"?>
<eCommerceSettings>
<ControlFileSetting>
<Domain></Domain>
<ImportInputDirectory>/dr01/…/ec/in</ImportInputDirectory>
<ImportArchiveDirectory>/dr01/…/ec/arch</ImportArchiveDirectory>
<ImportErrorDirectory>/dr01/…/ec/err</ImportErrorDirectory>
<ExportInputDirectory>/dr01/…/ec/in</ExportInputDirectory>
<ExportArchiveDirectory>/dr01/…/ec/arch</ExportArchiveDirectory>
<ExportErrorDirectory>/dr01/…/ec/err</ExportErrorDirectory>
<FunctionDirectory>dr01/…/ec/func</FunctionDirectory>
<InboundExchangeCounter>eComNrm</InboundExchangeCounter>
<OutboundExchangeCounter>eComNrm</OutboundExchangeCounter>
<InboundApplicationCounter>eComNrm</InboundApplicationCounter>
<OutboundApplicationCounter>eComNrm</OutboundApplicationCounter>
<ErrorCounter>eComNrm</ErrorCounter>
</ControlFileSetting>
</eCommerceSettings>