Example maps and schemas

The maps included in the epc_mapsandschemas.mms source file are identically named as the SEPA validation map source, sepa_validation in the <install_dir>\mapsandschemas directory.

The example maps replace the sepa_validation maps, and achieve better performance because of the use of the abbreviated EPC schemas.

The <install_dir>\examples\epc_mapsandschemas\mapsandschemas directory includes a batch script called build_epc_mapsandschemas.bat. This batch script deploys all of the necessary files to the <install_dir>\mapsandschemas directory and compiles the epc_sepa_validation.mms maps. Instructions for running the batch script are provided below.

How to run the batch script

  1. Open a command prompt window and navigate to the <install_dir>\examples\epc_mapsandschemas\mapsandschemas directory.

  2. Determine the parameters you want to use. The script uses two mandatory parameters:
    1. The platform for building the maps. The following choices are available:
      • AIX
      • HPUX
      • SOLARIS
      • ZOS
      • LINUX
      • ZLINUX
      • HPITANIUM
      • WINDOWS
    2. The type of SEPA map to compile:
      • ct
      • dd
      • both
  3. At the prompt, type in: build_epc_mapsandschemas.bat followed by the platform choice listed above, and the SEPA type choice.
Examples:
  • To build both the credit transfer and direct debit maps for Windows operating system, enter the following at the command prompt:

    build_epc_mapsandschemas.bat WINDOWS both

  • To build the credit transfer maps for ZOS operating system, enter the following at the command prompt:

    build_epc_mapsandschemas.bat ZOS ct

  • To build the direct debit maps for ZLINUX operating system:

    build_epc_mapsandschemas.bat ZLINUX dd