Run the example in Design Studio

Extract from <packs_install_dir>/UIProjectImports/cbprJnodesConfigIBM.tar.gz file.
  • jnodes0.jar
The following jars needs to be copied from <TX_install_dir>/jars:
  • jackson-core-n.n.n.jar
  • jackson-annotations-n.n.n.jar
  • jackson-databind-n.n.n.jar
Or visit https://repo1.maven.org/maven2/com/fasterxml/jackson/core/ for download.
Note: Recommend using the latest version.
For the non-Docker environments,
  • Copy jars to <TX_install_dir>/extjar

For TX V11.0.1 and up, native based Design Server installation,

Copy the following into the directory defined in config.yaml server.persistence.libs, by default, this is set to /opt/txlibs:
  • jvcwrap.jar
  • jvalccyy.jar

Restart the running application ./ITX stop and then ./ITX start.

For the Docker environments,
  • docker cp jnodes0.jar <brand>-server:/opt/<company>/<brand>/libs/
  • Restart the design server, that is, docker restart <brand>-server
Note: For RHEL, Docker is not supported. Podman can be used as a substitute since it provides a command line interface similar to Docker. Following is an example of using Podman.
  • podman cp jnodes0.jar <brand>-server:/opt/<company>/<brand>/libs/
  • Restart the design server, that is, podman restart <brand>-server
  1. Build all the maps in the .mms files listed in What the example contains section.
  2. Replace the input card 1 in any of the main maps (under cbpr_t9n_mt_frmwrk_maps.mms file) with desired input file.
  3. Run any of the main router map:
    • cbpr1500_mt9n0_framework (MT900/MT910 into camt.054.001.08)
    • cbpr2800_mt103_framework (MT103 COR/STP into pacs.008.001.08 COR)
    • cbpr2808_mt103sgo_framework (MT103 SGO into pacs.008.001.08 SGO)
    • cbpr2810_mt202_framework (MT202 COR/COV/ADV into pacs.009.001.08 COR/COV or MT202 RETN into pacs.004.001.09)
    • cbpr2811_mt205_framework (MT205 COR/COV into pacs.009.001.08 COR/COV or MT205 RETN into pacs.004.001.09)
    • cbpr2820_mtn96_framework (MT196/MT296 into camt.029.001.09)
    • cbpr2840_mtn92_framework (MT192/MT292 into camt.056.001.08)
    You will see the output file in the data folder called mx_out.xml and translation logs in the data folder called audit_msg.json.