Installation files
The installation directories and files are found in the FTM Fragmentation Sample folder after it was extracted from the FXH_Fragment_Sample_PI.zip file.
This sample application is provided in the following files.
- FXH_Fragment_Sample.zip
- FXH_Core_Projects_WMB.zip
- FXH_Sample.zip
- FXH_GenericModel.zip
The files that you need are provided in the FTM artifacts pod and must be downloaded from the pod. For more information about getting files from the artifacts container for your offering, see Getting the files from the artifacts container for your FTM offering.
For more information about the contents of these files, see Installation and setup.
Installation directories
The following table shows the directories that contain the installation scripts and files for the FTM fragmentation sample application.
| Directory | Description |
|---|---|
| config/database/db2_luw | FTM database installation files for Db2® on Linux®, UNIX, and Windows. |
| config/mq | Queue creation files for IBM MQ on all platforms. |
Database files
The following table shows the important files in the database directories.
| Linux, UNIX, and Windows file name | z/OS® member name | Description |
|---|---|---|
| ApplyFTM_OpDataNoRestrict.cmd, ApplyFTM_OpDataNoRestrict.sh | Script to toggle the operational view settings for IBM
WebSphere®
Liberty security
on and off. This script calls either the view_all_no_secure.sql or the
view_all_secure.sql script, depending on whether the security flag is set to
security_on or security_off. |
|
| config.sql | CONFIG | All static configuration definitions. For example, channels, format, mappers, and others. |
| dev_config.sql | DEVCONFIG | Sets some runtime settings for development purposes in the database. |
| fsm.sql | FSM | Extract from FSM model. |
| group_permissions.sql | GRPPERM | FTM OAC group permission data. |
| resource_permissions.sql | RESPERM | FTM OAC resource permission data. |
| Samp_1_Clean.cmd, Samp_1_Clean.sh | Script to remove the sample data. | |
| Samp_1_Config.cmd, Samp_1_Config.sh | @FTMSJCL | Script to install the sample data. |
| view_all_no_secure.sql | VALLNSEC | Allows any user who is a member of the FTMUser group to view operational data when
IBM
WebSphere
Liberty security is not used. This script deletes the DATA_PARTY_xxx
resource permission entries for the FTM
OAC. For more information, see Multibanking. |
| view_all_secure.sql | VALLSEC | Allows any user who is a member of the FTMUser group to view operational data when
IBM
WebSphere
Liberty security is used. This script inserts the DATA_PARTY_ALL resource
permission entry for the FTM
OAC. For more information, see Multibanking. |
Note: The SQL for each of the supported operating systems is almost identical. The only differences are just a
few minor formatting changes.
IBM MQ files
The directory for the IBM MQ files contains scripts for creating the sample IBM MQ queues. The scripts for each supported operating system are shown in the following table.
| File | Operating system |
|---|---|
| ftmModelQs.cmd | Windows |
| ftmModelQs.sh | UNIX |