Run the example in Design Server User Interface

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. Open a browser pointing to the installation of the IBM Sterling Transformation Extender.
  2. Enter user and password credentials.
  3. If the project does not exist, import cbpr_translation.zip.
  4. If absent, create a package containing all the Maps, Files, and Flows.
  5. Build package in desired server (to build all maps).
  6. Open project.
  7. In the Maps tab, open any of the main maps:
    • cbpr2510_camt054_framework (camt.054.001.08 into MT900/MT910)
    • cbpr2520_camt029_framework (camt.029.001.09 into MT196/MT296)
    • cbpr2530_camt053_framework (camt.053.001.08 into MT940)
    • cbpr2540_camt056_framework (camt.056.001.08 into MT192/MT292)
    • cbpr2546_camt052_framework (camt.052.001.08 into MT942)
    • cbpr2600_camt057_framework (camt.057.001.06 into MT210)
    • cbpr2610_camt058_framework (camt.058.001.08 into MT292)
    • cbpr2620_camt107_framework (camt.107.001.01 into MT110)
    • cbpr2630_camt108_framework (camt.108.001.01 into MT111)
    • cbpr2640_camt109_framework (camt.109.001.01 into MT112)
    • cbpr2500_pacs002_framework (pacs.002.001.10 into MT199/MT299)
    • cbpr2700_pacs008_framework (pacs.008.001.08 COR/SGO into MT103 COR/STP/SGO)
    • cbpr2710_pacs009_mt202_framework (pacs.009.001.08 into MT202 COR/COV/ADV)
    • cbpr2724_pacs009_mt205_framework (pacs.009.001.08 into MT205 COR/COV)
    • cbpr2850_pacs004_mtnnn_RTN_frw (pacs.004.001.09 into MT103RETN/MT202RETN/MT205RETN)
  8. Modify the settings for input card 1 on design canvas to point to the desired test file.
  9. Save, build, and run the map from Step 8.
  10. Right click on the output card 2 on canvas and select View translation results.
  11. Right click on the output card 3 on canvas and select View translation logs.