Make sure you have exported the sample data files.
Use the Enterprise Designer’s Export feature to export the sample data files to a specified location, for example:
cd /d C:\temp\eXchange\Sample\X12\Data\Berlin |
Change directories to the subdirectory of the location where you exported the sample data files.
Use a text editor open the following file: X12_dlg_850_In_Atlanta_850_In.xml
You see text that resembles the following text:
< <?xml version="1.0" encoding="UTF-8"?>
<FileAndService>
<TradingPartner>Atlanta</TradingPartner>
<TPProfileID></TPProfileID>
<Service>PurchaseOrder_Inb_AG</Service>
<Action>855</Action>
<Files Directory="path">
<Name>X12_4010_855_template.st</Name>
</Files>
</FileAndService>
|
If necessary, in the line <dir> path </dir> (shown in the previous example), change the string represented by path, to the actual path of the directory that holds your local copy of the X12_dlg_850_In_Atlanta_850_In.xml and X12_4010_855_template.st files.
For example:
<dir>C:\temp\eXchange\Sample\X12\Data\Berlin</dir> |
Or:
<dir>/~myname/eXchange/Sample/X12/Data/Berlin</dir> |
If you have already run the sample and you want to experiment with other changes (such as using a payload file with a different file name, or using a TP with a different name), be sure they are also reflected here.
When you are finished, save your changes and exit the text editor.
For more information, see the eXchange Integrator User’s Guide.