After you install the Transfer tool, you must configure
it by editing the command file.
Procedure
To configure the Transfer tool:
- Log on to the server where you installed the Transfer tool.
- Edit the RMTransfer.bat file:
- Windows
Application server |
Edits |
WebSphere® Application
Server (all) |
- Find the parameter set APP_SERVER= and enter WebSphere Application
Server, as follows: set
APP_SERVER=WebSphere
- 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
- Find the parameter set NAMING_PROVIDER_URL= in
the WebSphere Server section and enter the URL for your Content Engine or Content Platform Engine server in the following
format:
set NAMING_PROVIDER_URL=iiop://CE Server:port#
- 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:
For example: WebSphere Application
Server 6.0
or earlier 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 located:set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL
="file:%WS_DIR%/profiles/AppSrv01/properties/
ssl.client.props"
|
-
- Disable the requirement to log on to Content Engine or Content Platform Engine when you run the tool,
as follows:
- Edit the sas.client.props file
indicated by the CORBA_CONFIGURL.
- Set the following variable.
com.ibm.CORBA.loginSource=none
- Save and close the file.