How to run the example in Design Studio

The MT JVC Report example map creates a JVC validation report from a batch of SWIFT messages.

These steps describe how to run the MT JVC Report example in Design Studio:

  1. Copy the following file into <install_dir>\swift\mt\examples\jvc_report:
    • For versions of the base product, prior to version 9.0.0, copy file:

      <install_dir>\swift\mt\jvc\maps\jvalccyy.prop

    • For versions of the base product, version 9.0.0 and later:

      Copy <install_dir>\swift\mt\jvc\maps\jvalccyy.prop to the base product installation directory.

  2. Edit the copied jvalccyy.prop file ensure that the Network Rule validation is ON, BIC validation is OFF and terse mode is ON:
    • rules.networkvalidation.enabled=true
    • bic.file.enabled=false
    • ReportingMode=terse
  3. Use the Design Studio to open the following map source file <install_dir>\swift\mt\jvc\maps\validate_messages.
    1. Compile the executable map "validate_messages".
    2. Copy the resultant validate_messages.mmc file to the jvc_report example folder.
  4. Use the Design Studio to open the following map source file <install_dir>\swift\mt\examples\jvc_report\jvc_report and compile the executable map jvc_report.
  5. Run the jvc_report. The JVC validation results for each MT message in the input file are reported in output file, jvc_report.txt, located in the same folder as the example.