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:

Extract the swiftMTjvcConfig.tar.gz file.

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. For Docker based Design Server installation,

    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.

    Optional: Run the cleanjvc.sh script.

    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.

    For native based installation,

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

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

  5. 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

    For TX V11.0.0 and up, Design Server:

    [maps only]

    After importing the swiftMTCompliance.zip project, the jvalccyy.prop file must be copied to the TX_FILE_DIR/workdir, that is /opt/txfiles/workdir

    [flows]

    After importing the swiftMTCompliance.zip project, the jvalccyy.prop file must be uploaded (added) to the project using the Files tab. Set the Folder to: data/../maps

  6. Restart Design Server: docker restart tx-server.

    For TX V11.0.0 and up, Design Server: ./ITX stop and then ./ITX start

    Optional: To reflect any jvalccyy.prop updates onto the cbpr_translation.zip project, delete the previously uploaded (added) jvalccyy.prop file. Repeat step 5 through 6.