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:
-
Copy the following file into
<install_dir>\swift\mt\examples\jvc_report:
-
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
-
Use the Design Studio to open the following map source file
<install_dir>\swift\mt\jvc\maps\validate_messages.
-
Compile the executable map "validate_messages".
-
Copy the resultant validate_messages.mmc file to the
jvc_report example folder.
-
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.
-
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.