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.sh.
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:
- Back up the FilePlanTool.sh file.
The default location is ier_install_path/FilePlanImportExport/Tool/FilePlanTool.sh.
- Open the FilePlanTool.sh file in a
text editor and make the following changes:
- Search for the APP_SERVER= parameter
and set the value to WebSphere. For
example: APP_SERVER=WebSphere
- 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: WS_DIR=/opt/IBM/WebSphere/AppServer
- 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: NAMING_PROVIDER_URL=iiop://CE
Server:port#
- 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.
CORBA_CONFIGURL=file:"$WS_DIR"/profiles/default/
properties/sas.client.props
- WebSphere client
CORBA_CONFIGURL=file:"$WS_DIR"/properties/
sas.client.props
- WebSphere Application
Server 6.1 or 7.0
CORBA_CONFIGURL=file:"$WS_DIR"/profiles/AppSrv01/
properties/sas.client.props
- Navigate to the sas.client.props file
that is referenced in the CORBA_CONFIGURL parameter.
Modify the sas.client.props file with the following
changes in order to disable the requirement to log on to Content Engine when
you run the tool:
- Set the com.ibm.CORBA.loginSource= parameter
to none. For example: com.ibm.CORBA.loginSource=none
- Save and close the file.