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.
- 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.
- Create a temp directory called packs.
Example: /home/user/packs
- FTP (in binary mode) the swiftMTjvcConfig.tar.gz to the pack's directory defined in above step.
- Untar the swiftMTjvcConfig.tar.gz file.
Example: $ tar -zxf swiftMTjvcConfig.tar.gz
- 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.
- 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.
- Create a temp directory called packs.
- 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
- 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.