Where is my output?

The ccedf map ships with output destinations using FileOutput. This xml element in the configuration file (edfdefaultconfig.xml), defines the path for output files.

Design Studio

File Output

<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <VersionInfo>EDIFACT 10.1.0.0</VersionInfo>
	<RuntimeInfo>
		<FileOutput>
			<FileDirectory>../data/output</FileDirectory>
		</FileOutput>

The output file names are generated with a datetime stamp. This creates unique files with each execution of compliance. The unique files setting is defined on input card input card 2 as an echo literal value.

The default location defined in the configuration file is:

<supply chain pack install>\edifact\compliance\data\output

The sub folders underneath contain the interchange and functional acknowledgment files, EDIFACT valid and rejected data, and error log file.

Design Server

Card Output

<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <VersionInfo>EDIFACT 10.1.0.0</VersionInfo>
	<RuntimeInfo>
		<CardOutput/>

When projects are imported using Design Server, example inputs and outputs are provided in the project under the Files tab. The output cards are defined as SINK or work files and can be viewed but not downloaded. Additional configurations are needed to download the output files created during Design Server execution. Please review the Configuration and Debug sections for more details.

One way to generate/download output from running the compliance example using Design Server is to define output destination files.
  1. Open the edifactCompliance project and the ccedf map. Output cards are located under Structure.
  2. Select the following example files as output cards. Custom files may also be created using the Files Add functions.
    • Output card ValidData

      Select Folder >> compliance/data/output/edifact/cc_edf.in

    • Output card InvalidData

      Select Folder >> compliance/data/output/edifact/reject/cc_edf.reject

    • Output card ErrorLog

      Select Folder >> compliance/data/output/edifact/reject/cc_edf.log

    • Output card AckOut

      Select Folder >> compliance/data/output/fa/outbound/cc_ack.out

  3. Modify settings on each output card identified.

    Select connection >> file, click Next button.

  4. Select the file using the dropdown list and click Next.
  5. Click OK.
  6. Save the ccedf map.
  7. Build the map.
  8. Run the map.
  9. Under Files, select the files created above and view or download.
To view the files created in the compliance/data/output/edifact/reject folder, ccedf compliance map must execute with invalid input.
  1. Under Structure, select input card 1, edfdata.
  2. Expand Action Properties and select edf_invalid.txt.
  3. Save the map.
  4. Build the map.
  5. Run the map.
  6. Repeat the steps for downloading files.