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>/packs/financial_payments_vn.n.n.n/sepa/examples/epc_mapsandschemas/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>/packs/financial_payments_vn.n.n.n/sepa/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>/packs/financial_payments_vn.n.n.n/sepa/examples/epc_mapsandschemas/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
-
Open a command prompt window and navigate to the <install_dir>/packs/financial_payments_vn.n.n.n/sepa/examples/epc_mapsandschemas/mapsandschemas directory.
- Determine the parameters you want to use. The script uses two mandatory parameters:
- The platform for building the maps. The choices available would be the same as the platforms supported by the corresponding TX version installed
- The type of SEPA map to compile:
- ct
- dd
- both
- The TX install directory path
- At the prompt, type in: build_epc_mapsandschemas.bat followed by the platform choice listed above, the SEPA type choice, and the TX install directory path.
-
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 and<TX_install_dir>
-
To build the credit transfer maps for ZOS operating system, enter the following at the command prompt:
build_epc_mapsandschemas.bat ZOS ct and <TX_install_dir>
-
To build the direct debit maps for ZLINUX operating system:
build_epc_mapsandschemas.bat ZLINUX dd and <TX_install_dir>