Configuration files for LINUX

Using the Pack for Financial Payments, on swiftMTjvcConfig.tar.gz file is contained within UIProjectImports directory. The UIProjectImports directory is located in the following location:

install_dir\packs\financial_payments_vn.n.n.n\UIProjectImports

Where install_dir is the installed location of the base product, and vn.n.n.n is the current version of the pack.

Use below steps to run this file:
  1. Extract the swiftMTjvcConfig.tar.gz file.
  2. Before you import the cbpr_translation.zip file, follow these steps:

    Perform the steps in the same directory location as the Design Server is installed.

    1. Create a temp directory called packs.

      Example: /home/user/packs

    2. FTP (in binary mode) the swiftMTjvcConfig.tar.gz to the pack's directory defined in above step.
    3. Untar the swiftMTjvcConfig.tar.gz file.

      Example: $ tar -zxf swiftMTjvcConfig.tar.gz

    4. Run the jvcsetup.sh script.

      Example: $ ./jvcsetup.sh

      The script copies the following to the ITX server:

      jvcwrap.jar

      jvalccyy.jar

      packs/swift folder and sub-folders, includes the jvalccyy.prop and XML metadata.

    5. Run the cleanjvc.sh script (This step is optional).

      Example: $ ./cleanjvc.sh

      The script removes the following to the ITX server:

      jvcwrap.jar

      jvalccyy.jar

      packs/swift folder and sub-folders, includes the jvalccyy.prop and XML metadata.

  3. After importing the cbpr_translation.zip file project, the jvalccyy.prop file must be uploaded (added) to the project using the Files tab.

    Set the Folder to: tools/mt_validation/data/../maps

  4. Restart the Design Server: docker restart tx-server.
    Note: To reflect any jvalccyy.prop updates onto the cbpr_translation.zip file project, delete the previously uploaded (added) jvalccyy.prop file, then repeat steps 3 and 4.