IBM Enterprise Records, Version 5.1.+       Application server:  WebSphere Application Server   Operating systems:  Windows

(WebSphere Application Server) Configuring the File Plan Import Export tool on Windows

After you install the File Plan Import Export tool, you must configure the tool by editing the command file with values related to your instance of WebSphere® Application Server. Different versions WebSphere Application Server require different modifications to the command file. The command file is FilePlanTool.bat.

WebSphere Application Server or the WebSphere Application Server client must be installed and available on the server where you installed the File Plan Import Export tool.
To configure the command file:
  1. Log on to the server where you installed the File Plan Import Export tool.
  2. Back up the FilePlanTool.bat file. The default location is ier_install_path/FilePlanImportExportTool/FilePlanTool.bat.
  3. Open the FilePlanTool.bat file in a text editor and make the following changes:
    1. Search for the APP_SERVER= parameter and set the value to WebSphere. For example: set APP_SERVER=WebSphere
    2. In the WebSphere Server section, search for the WS_DIR= parameter and set the value to the directory where WebSphere Application Server or WebSphere Application Server client is installed. For example: set WS_DIR=C:/Program Files/IBM/WebSphere/AppServer
    3. In the WebSphere Server section, search for the NAMING_PROVIDER_URL= parameter and set the value to the URL for the Content Engine server in the following format: set NAMING_PROVIDER_URL=iiop://CE Server:port#
    4. In the WebSphere Server section, search for the CORBA_CONFIGURL= parameter and set the value to the location of the sas.client.props file:
      WebSphere Application Server 6.0 or earlier.
      set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
      "file:%WS_DIR%/profiles/default/properties/
      sas.client.props"
      WebSphere client
      set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
      "file:%WS_DIR%/properties/sas.client.props"
      WebSphere Application Server 6.1 and 7.0
      set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
      "file:%WS_DIR%/profiles/AppSrv01/properties/
      sas.client.props"
  4. (WebSphere Application Server 6.1 with SSL) Add ssl.client.props to the JVA_ARGS parameter. Add the following code before the RunTool line:
    set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL
    ="file:%WS_DIR%/profiles/AppSrv01/properties/
    ssl.client.props"


Feedback

Last updated: August 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)