Configuration of SWIFT MT JVC Report example in Design Server

Configuration files for Linux

The 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 n.n.n.n is the current version of the pack.

Use these steps to run this file:

Extract the swiftMTjvcConfig.tar.gz file.

Follow the below steps, before you import swiftJVCReport.zip file.

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 Step 1.
  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.

    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.

  5. After importing swiftJVCReport.zip project, the jvalccyy.prop file must be uploaded (added) to the project using the Files tab.
  6. Set the Folder to data/../maps.
  7. Restart the Design Server: docker restart tx-server.
    Note: To reflect any jvalccyy.prop updates onto the Universal Confirmation example project, delete the previously uploaded (added) jvalccyy.prop file.
  8. Repeat step 5 through 7.

Configuration files for Windows

The swiftMTjvcConfigIBM_x.x.x_win.zip file is contained within UIProjectImports directory.

Where x.x.x is the TX version from V10.1.0 and up.

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 n.n.n.n is the current version of the pack.

vn.n.n.n is the current version of the pack.

Use these steps to run this file:

Extract the swiftMTjvcConfigIBM_x.x.x_win.zip file.

Follow the below steps, before you import swiftJVCReport.zip.

Perform the steps in the same directory location as the Design Server is installed:
  1. On the ITX install directory, run the script dtxcommon.bat.

    Example: C:\IBM\TransformationExtender_10.1.0>dtxcommon.bat

  2. Extract the swiftMTjvcConfigIBM_x.x.x_win.zip file to a temporary folder.
  3. Run the jvcsetup.sh script.

    Example: C:\tmp>jvcsetup.bat

    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: C:\tmp>cleanjvc.bat

    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.

  4. After importing swiftJVCReport.zip project, the jvalccyy.prop file must be uploaded (added) to the project using the Files tab.
  5. Set the Folder to data/../maps.
  6. Stop and start the Design Server.

    Example: <Design Server install dir>\stop.bat and <Design Server install dir>\start.bat

    Note: To reflect any jvalccyy.prop updates onto the Universal Confirmation example project, delete the previously uploaded (added) jvalccyy.prop file.
  7. Repeat step 4 through 6.