Installation and configuration

Install the FTM Model Tools for RSA as normal using the supplied IBM® Installation Manager repository. For more information, see Installing the FTM Model Tools package.

The scripts to run the FTM importer can be found in the \FSMImporter\ folder in the supplied \multiplatform\FXH_FSM_Model_Tools\FXH\rsm\FTM_Model_Tools.zip file.
\FSMImporter\
      FTMImporter.cmd
      FTMImporter.sh
      runFTMImporter.cmd
      runFTMImporter.sh
Extract these scripts and edit the FTMImporter.cmd/.sh script to change the following variables:
RSA_HOME
This variable is the RSA installation directory. It is referred to as the Package Group Installation Directory in Installation Manager. For example, C:\Program Files\IBM\SDP.
RSA_LAUNCHER
This variable is the path to the JAR file used to start RSA. This JAR file is called org.eclipse.equinox.launcher_<version>.jar.

Specify the path relative to the RSA_HOME entry. For example, \plugins\org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar.

JDBC_DRIVER_JARS
Delimited list of JDBC driver JAR files. Windows delimiter=; UNIX delimiter=:
JDBC_DRIVER_CLASS
The name of the driver class to be used.
  • For Db2®, com.ibm.db2.jcc.DB2Driver.
  • For Oracle, oracle.jdbc.driver.OracleDriver.