Configuration of SWIFT Universal Confirmation examples in Design Server
Configuration files for Design Server
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 location where the pack zip distro was extracted 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 <project>.zip file.
- Create a temp directory called packs.
Example: /home/user/packs
- For UNIX environment, 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
- For Container based Design Server installation:
- Run the
jvcsetup.shscript.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.shscript.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.
- Run the
-
For Native based installation:
- Copy the jvalccyy.jar and jvcwrap.jar into the directory defined in config.yaml server.persistence.files, by default, this is set to /opt/txlibs.
-
Restart the application running ./ITX stop and then ./ITX start.
- After importing <project>.zip project:
- Copy the jvalccyy.prop file to the workdir directory under directory set in the config.yaml server.persistence.files, the default settings is/opt/txfiles/workdir.
- On the project, update the map rule on the
validate_message map, on output card #1
item JvalPropPath. Change the map rule from
=NONE to the location of the
jvalccyy.prop.Example:
- On
UNIX
="DS_DATA_DIR/workdir"
- On
WINDOWS
="DS_DATA_DIR\\workdir
where DS_DATA_DIR efers to the Design Server data directory, set in the config.yamlserver.persistence.files previously TX_FILE_DIR
- On
UNIX
- Restart the Design Server: ./ITX stop and
./ITX start.Note: To reflect any jvalccyy.prop updates, repeat step 7.