How to run the example in Design Server

Run instructions for the EPC SEPA Validation example.

Before you begin

Before you can run the SEPA EPC Validation example, you must add the schemas that you download from SEPA with the schemas that are contained in the sepaEPC.zip file, as described in steps below.

About this task

These steps describe how to run the EPC SEPA Validation example.

Procedure

  1. Download the SCT and SDD schemas from SEPA.
  2. Unzip the contents of the sepaEPC.zip.
  3. Choose one of the following options based on your SDD schema type:
    If using SDD CORE schemas
    Add the downloaded schemas to the following folders:
    • filedata/schemas/ct (SCT schemas)
    • filedata/schemas/dd/core (SDD CORE schemas)
    • filedata/schemas/dd (SDD CORE schemas)
    • schemadata/schemas/ct (SCT schemas)
    • schemadata/schemas/dd/core (SDD CORE schemas)
    • schemadata/schemas/dd (SDD CORE schemas)
    If using SDD B2B schemas
    Add the downloaded schemas to the following folders:
    • filedata/schemas/ct (SCT schemas)
    • filedata/schemas/dd/b2b (SDD B2B schemas)
    • filedata/schemas/dd (SDD B2B schemas)
    • schemadata/schemas/ct (SCT schemas)
    • schemadata/schemas/dd/b2b (SDD B2B schemas)
    • schemadata/schemas/dd (SDD B2B schemas)
  4. Choose ONE of the following options based on your SDD schema type:
    If using SDD CORE schemas
    • Copy the .mtx files from
      schemadata/schemas/dd/core to schemadata/schemas/dd
    • Copy the .xml files from
      filedata/data/dd/core to filedata/data.
    If using SDD B2B schemas
    • Copy the .mtx files
      schemadata/schemas/dd/b2b to schemadata/schemas/dd
    • Copy the .xml files from
      filedata/data/dd/b2b to filedata/data
  5. Compress the following folders into a compressed file called sepaEPC_updt.zip
    • filedata
    • files
    • maps
    • schemadata
    • schemas
    • __description__
  6. Import into the Design Server as described in Importing projects.
  7. Create a package for the project and build all the maps.
  8. Open the sepaEPC_updt.zip project.
  9. Run the following map:
    • sepvalid
  10. View the output. Go to the map Diagram-Result, and hover the cursor over Target, then select View Data.
  11. To download the output file, see How to download output files.