Enter the following on the Required tab of the Run Inbound Map window:
Inbound EDI File – the full path name of the file containing the EDI data to be translated by the map. You can enter the file name or search for it using the Browse button. (You must enter the full directory path, including the file name with file extension.)
Map Directory – the full path name of the directory containing the generated map (.map file). This is the map directory that you defined on the Map Directories tab of the Maps window, and it is automatically populated by the program. If you choose, you can enter a different directory or search for one using the Browse button.
Map Name Extension – the unique 8-character extension that identifies this map from any other maps using the same transaction. For more information see, “Creating a new trade agreement”.
Log Type – while the program is processing the EDI data, it places information into a log file. The Log Type specifies how that information is recorded. Choices are:
ODBC Log – select ODBC log if you set up an ODBC-compliant log database when you set up your map
Text Log – to write a short log file
No Log – no log file is written when the map is run
Expanded text log – to write a text file that includes all the entries
If you plan to build and send a Functional Acknowledgement (997) for the transaction being processed, you must choose either ODBC Log or Expanded Text Log.
See ECRTP Reference Guide for formats of these log files.
Print EDI – if you are going to run a print map. You also must have set the purpose of the map as PRT on the General tab of the Trade Agreement window.
Run EDI Adapter – to run ECRTP as an adapter with e-Biz 2000, e-Biz Integrator, or MQSI. When this box is selected, enter in the full directory path that contains the Acquire, Deliver, or Process mode configuration file. For more information about modes and configuration files, see ECRTP Reference Guide.
Compliance Check – select it if you want the RTP to perform a compliance check, comparing the EDI data being sent or received with the applicable EDI standard. To use this option, you must generate the map as a compliance map, using CMP as the purpose on the General tab of the Trade Agreement window.
NCPDP Batch – select this if your map is an inbound NCPDP map that uses batch processing
NCPDP Telecommunications – check this if your map is an inbound NCPDP map that uses interactive processing
Non-ODBC Trading Partner – select it if you want the RTP to run against a dBaseIII trading partner database file.
You must select this button if you did not set up an ODBC-compliant trading partner database on the Map DSN tab of the Maps window.
You may also select this button when you set up an ODBC database, but prefer to run the RTP against a dBase III file. Users sometimes choose this option because the RTP runs faster with the dBase III file and is portable to other platforms that do not support ODBC drivers.
Trading Partner Directory – is required if you selected Non-ODBC Trading Partner. This directory contains your dBase III trading partner (customer.dbf) and trade agreement (tradstat.dbf) files. You can enter the directory path or search for it using the Browse button.
Store Run Time Trading Partner Data button – active only when Non-ODBC Trading Partner is selected. When you select this button, the system creates or overwrites information in the dBase III trading partner file (customer.dbf) and trade agreement file (tradstat.dbf) with information from the Access trading partner table and trade agreement table. You use this button in two instances:
Before you run the map for the first time, you must initially populate the dBase III database file. (When you select this button, the program creates customer.dbf and tradstat.dbf, but the wixset.dat file is not created until you select the Run Map button. The program needs to know which of the multiple company profiles to use for the wixset.dat file, and you enter that information on the Option 1 tab.)
Each time you perform actions within ECMap that affect trading partner information, you must transfer these changes from the Access database to the dBase III file.
It is very important to first select the Retrieve Run Time Trading Partner Data button before selecting the Store Run Time Trading Partner Data button to prevent the loss of control counts. (See the explanation for the Retrieve Run Time Trading Partner Data button below.)
Retrieve Run Time Trading Partner Data button – is active only when Non-ODBC Trading Partner is selected. When you select this button, the system retrieves the control count information (ISA_IN_NO, ISA_OUT_NO, and GSNO) from the dBase III trading partner file (customer.dbf) and uses it to update the control count information in the Access trading partner database (tp.mdb).
When you run the RTP using a dBase III trading partner file, the control counts are incremented and saved in the dBase III file, but not in the Access database. As a result, even though the control counts have been saved properly by the system, the information displayed on the window and in reports is not always correct - because the information used in reports and on windows is retrieved from the Access database. You can remedy this potential problem by selecting the Retrieve Run Time Trading Partner Data button each time you have finished running your maps. When you do this, you ensure that the control counts in the Access database are always the same as those in the dBase III file, and that all windows and reports always reflect up-to-date control count information. (However, if you have ever previously incorrectly overwritten the dBase III file without first retrieving the control counts, the control count information is incorrect in both places.)
If you are running the RTP against a dBase III file
(Non-ODBC Trading Partner is selected), always select Retrieve Run
Time Trading Partner Data before you select Store Run Time Trading
Partner Data, in order to preserve the correct control counts used
in the EDI envelopes. As an extra precaution, you can routinely
select Retrieve Run Time Trading Partner Data after each execution
of Run Map. We recommend using an ODBC Trading Partner database
to avoid potential problems.