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.
- 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 Step 1.
- 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.
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.
- After importing swiftJVCReport.zip project, the jvalccyy.prop file must be uploaded (added) to the project using the Files tab.
- Set the Folder to data/../maps.
- 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.
- 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.
- On the ITX install directory, run the script
dtxcommon.bat
.Example: C:\IBM\TransformationExtender_10.1.0>dtxcommon.bat
- Extract the swiftMTjvcConfigIBM_x.x.x_win.zip file to a temporary folder.
- 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.
- After importing swiftJVCReport.zip project, the jvalccyy.prop file must be uploaded (added) to the project using the Files tab.
- Set the Folder to data/../maps.
- 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. - Repeat step 4 through 6.