InfoSphere Enterprise Records, Version 4.5.1.3+       Application server:  WebSphere Application Server     

(WebSphere Application Server) Configuring the Transfer tool

After you install the Transfer tool, you must configure it by editing the command file.

To configure the Transfer tool:

  1. Log in to the server where you installed the Transfer tool.
  2. Edit the RMTransfer.bat file:
    • Windows®
      Application server Edits
      WebSphere® Application Server (all)
      1. Find the parameter set APP_SERVER= and enter WebSphere Application Server, as follows: set APP_SERVER=WebSphere
      2. Verify that WS_DIR points to the directory where WebSphere Application Server orWebSphere Application Server Client is installed. For example: set WS_DIR=C:/Program Files/IBM/WebSphere/AppServer
      3. Find the parameter set NAMING_PROVIDER_URL= in the WebSphere Server section and enter the URL for your Content Engine server in the following format:
        set NAMING_PROVIDER_URL=iiop://CE Server:port#
      4. Find the parameter set CORBA_CONFIGURL= in the WebSphere Server section and enter the location of the sas.client.props property file, according to your version of WebSphere Application Server:
        WebSphere Application Server 6.0 or earlier. For example:
        set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
        "file:%WS_DIR%/profiles/default/properties/
        sas.client.props"
        WebSphere Application Server
        set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
        "file:%WS_DIR%/properties/sas.client.props"
        WebSphere Application Server Server 6.1 or 7.x
        set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
        "file:%WS_DIR%/profiles/AppSrv01/properties/
        sas.client.props"
      WebSphere Application Server 6.1 and 7.x (SSL only) Add ssl.client.props to JVA_ARGS

      Locate the following line:

      set JVA_ARGS=%JVA_ARGS% 
      -Dcom.ibm.CORBA.loginSource=none
      Add the following line after the line you just located:
      set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL
      ="file:%WS_DIR%/profiles/AppSrv01/properties/
      ssl.client.props"
      • UNIX®

        Edit the RMTransfer.sh file:

        Application server Edits
        WebSphere Application Server
        1. Find the parameter set APP_SERVER= and enter WebSphere Application Server, as follows: APP_SERVER=WebSphere
        2. Verify that WS_DIR points to the directory where WebSphere Application Server or the client is installed.

          For example: WS_DIR=/opt/IBM/WebSphere/AppServer

        3. Find the parameter NAMING_PROVIDER_URL= in the WebSphere Server section, and enter the URL for your Content Engine server in the following format: NAMING_PROVIDER_URL=iiop://CE Server:port#
        4. Find the parameter CORBA_CONFIGURL= in the WebSphere Server section.

          Specify the CORBA Configuration file path, if AppClient is installed or if the path is not the default path, and enter the location of the sas.client.props file, according to your version of WebSphere Application Server.

          For example: WebSphere Application Server 6.0 or earlier
          CORBA_CONFIGURL=file:"$WS_DIR"/profiles/default/
          properties/sas.client.props
          WebSphere Application Server Client
          CORBA_CONFIGURL=file:"$WS_DIR"/properties/
          sas.client.props
          WebSphere Application Server 6.1 or 7.x
          CORBA_CONFIGURL=file:"$WS_DIR"/profiles/AppSrv01/
          properties/sas.client.props
        WebSphere Application Server 6.1 and 7.x running under SSL Specify the com.ibm.SSL.ConfigURL system property in the java command line. The com.ibm.SSL.ConfigURL property references a file URL that points to the ssl.client.props file. Locate the following line:
        -Dcom.ibm.CORBA.ConfigURL="$CORBA_CONFIGURL" \ 
        Add the following line after the line you just located:
        -Dcom.ibm.SSL.ConfigURL=file:"$WS_DIR"
        /profiles/AppSrv01/properties/ssl.client.props \
  3. Disable the requirement to log on to Content Engine when you run the tool, as follows:
    1. Edit the sas.client.props file indicated by the CORBA_CONFIGURL.
    2. Set the following variable.
      com.ibm.CORBA.loginSource=none
    3. Save and close the file.


Feedback

Last updated: November 2010


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