IBM Enterprise Records, Version 5.1.2   

(JBoss Application Server) Configuring the Transfer tool

After you install the Transfer tool, you must configure it by copying certain files into different directories and editing the command file.

Procedure

To configure the Transfer tool:

  1. Log on to the server where you installed the Transfer tool.
  2. Copy the corresponding JAR file to the specified directory:
    Option Description
    JBoss Application Server 4
    Copy the jbossall-client.jar file from the JBOSS_HOME/client directory to the following installed lib directory of the tool server:
    ier_install_path
    /FilePlanImportExportTool/lib
    ier_install_path
    /RMTransfer/lib
    ier_install_path
    /RecordsManagerSweep/lib
    JBoss Application Server 5 (Windows)
    1. Open the JBoss Application Server run.bat file for editing.
    2. Add the location of the jbossall-client.jar file to the CLASS_PATH statement. For example, on:
      setCLASS_PATH=%CLASS_PATH%;
      JBoss5x_
      install_path\client\
      jbossall-client.jar
    3. Save the run.bat file.
    4. Copy the jboss-classloading.xml file from:
      ier_install_path
      /FileNet/RM

      to

      ier_install_path
      /RecordsManager/WEB-INF
    JBoss Application Server 5 (AIX, HP-UX, Linux, and Solaris)
    1. Open the JBoss Application Server run.sh file for editing.
    2. Add the location of the jbossall-client.jar file to the CLASS_PATH statement.
      CLASS_PATH=”$CLASS_PATH”;
      JBoss5x_install_path
      /client/jbossall-client.jar
    3. Save the run.sh file.
    4. Copy the jboss-classloading.xml file from:
      ier_install_path
      /FileNet/RM

      to

      ier_install_path
      /RecordsManager/WEB-INF
  3. To configure the tool command file, open the file in a text editor and make the following changes:
    Command file Edits
    RMTransfer.bat (Windows)
    1. Find set APP_SERVER= and enter JBOSS, as follows: set APP_SERVER=JBOSS
    2. Find set JAVA_HOME= in the JBoss Application Server section, and enter the Java home path.

      For example: set JAVA_HOME=C:\jdk1.5.0_11

    RMTransfer.sh (AIX, HP-UX, Linux, and Solaris)
    1. Find the parameter APP_SERVER= and enter JBoss Application Server, as follows:
      APP_SERVER=JBOSS
    2. Find the parameter JAVA_HOME= in the JBoss section, and enter the Java™ home path. For example:JAVA_HOME=/usr/Java5/jre


Feedback

Last updated: November 2013
frmic109.htm

© Copyright IBM Corporation 2013