Sun B2B Suite ASC X12 Protocol Manager User's Guide

ProcedureTo Edit the Atlanta 850-SendingOutbound.dat.~in File

  1. Make sure you have exported the sample data files.

  2. 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\Atlanta
  3. Change directories to the subdirectory of the location where you exported the sample data files.

  4. Use a text editor open the following file:

    850-SendingOutbound.dat.~in

    You see text that resembles the following text:


    <?xml version="1.0" encoding="UTF-8"?>
    <!--Sample XML file generated by XMLSPY v2004 rel. 3 U 
    (http://www.xmlspy.com)--><TestInput xmlns:xsi=
    "http://www.w3.org/2001/XMLSchema-instance"
     xsi:noNamespaceSchemaLocation="C:\X12Sample\xsd\ServiceInput.xsd">
    <dir>path</dir>
    <filename>850.dat</filename>
    <tradingPartner>Berlin</tradingPartner>
    <service>PurchaseOrder_AG_Profile</service>
    <action>850</action>
    <createnumberofmsgs>1</createnumberofmsgs>
    </TestInput>

    The lines preceding the last line </TestInput> have the following meaning:

    • The <dir>…</dir> line supplies the path of the directory that holds the payload data file to be processed.

    • The <filename>…</filename> line supplies the file name of the payload data file for the current transaction.

    • The <tradingpartner>…</tradingpartner> line supplies the name of the current TP.

    • The <service>…</service> line supplies the name of the Transaction Profile Group of the current TP; used in ePM.

    • The <action>…</action> line supplies the transaction number, in this case, 850.

  5. 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 850.dat file.

    For example:


    <dir>C:\temp\eXchange\Sample\X12\Data\Atlanta</dir>

    Or:


    <dir>/~myname/eXchange/Sample/X12/Data/Atlanta</dir>
  6. 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.

  7. When you are finished, save your changes and exit the text editor.

    You must make sure that the Berlin X12_dlg_850_In_Atlanta_850_In.xml file is updated to reflect the appropriate Berlin data path location. You may do this operation using a text editor.