Create adapter configuration file

When you select the Create Adapter Configuration File button, ECMap prompts you through a series of dialogs to create a customized configuration file. The first dialog to appear is the Configuration File Options

Adapter use two methods of transferring data: buffer and NDO.

If you select Buffer or NDO, the following modes are available:

The Input Buffer Name and Output Buffer Name’s availability depends on whether you select Buffer or NDO. For example, if you select Buffer and Acquire because you want to get a data buffer from an application, the available Output Buffer Name would be EDI File.

If you select Buffer and Deliver because you want to get data in the form of a buffer from a transport and delivers it to an application, the available Input Buffer Name would be EDI File.

For Buffer and Process, the Adapter Shell constructs two buffers, one used during input and one used during output, and passes them to the processBuffer() function. The data is retrieved from the transport into a buffer, the adapter plug-in is called for processing, and the processing output is put to the transport. The result of the processing should provide an indication of whether looping should continue or not. If you select Buffer and Process, both the Input Buffer Name and the Output Buffer Name would be EDI File:

See the Adapter Runtime Environment for EDI User Guide and ECRTP Reference Guide for more information about the contents of the configuration files.