Siebel Adapter 6.0 SP3 | webMethods Siebel Adapter Documentation | webMethods Siebel Adapter Installation and User’s Documentation | Installing, Upgrading, and Uninstalling the Siebel Adapter | Installing Siebel Adapter 6.0 SP3 | Configuring Your System to Use the EAI webMethods Transports | Windows
 
Windows
*To configure your Windows system
1. Stop your Siebel Server.
2. Copy the following files to the TransportsRoot_directory\bin\wmTransport directory:
For Integration Server...
Copy these jar files...
7.1 and later

installation_directory\common\lib\wm-isclient.jar

installation_directory\IntegrationServer\lib\wm-
isserver.jar

installation_directory\common\lib\ext\enttoolkit.jar


installation_directory\common\lib\ext\mail.jar
7.0 and earlier

installation_directory\lib\client.jar

installation_directory\IntegrationServer\lib\server.jar

installation_directory\common\lib\ext\enttoolkit.jar

installation_directory\common\lib\ext\mail.jar
TransportsRoot_directory and installation_directory are the directories in which you installed the EAI webMethods Transports and the webMethods products, respectively.
3. Open the TransportsRoot_directory\bin\wmTransport\wmISTransportCfg.txt file and assign values to its variables as indicated in the file's comments.
4. Modify your system variables using the Windows Control Panel as follows:
a. Modify the PATH variable as follows:
For...
Modify the PATH as follows...
JDK 1.4 and later
PATH=jdk_install_dir\bin;jdk_install_dir\​jre\bin;jdk_install_dir\​jre\bin\client;%PATH%
where jdk_install_dir is the directory in which you installed the Java Development Kit. For example, if you installed JDK in the c:\jdk1.5 directory, your PATH statement would be:
PATH=C:\jdk1.5\bin;C:\jdk1.5\jre\bin;C:\jdk1.5\​jre\bin\client;%PATH%
JDK 1.3 and earlier
PATH=jdk_install_dir\bin;jdk_install_dir\jre\bin;​jdk_install_dir\jre\bin\classic;%PATH%
where jdk_install_dir is the directory in which you installed the Java Development Kit. For example, if you installed JDK in the c:\jdk1.3.1 directory, your PATH statement would be:
PATH=C:\jdk1.3.1\bin;C:\jdk1.3.1\jre\bin;C:\jdk1.3.1
\jre\bin\classic;%PATH%
Note:
With Integration Server 7.1 and later, wmISTransport can be run only on JDK 1.5 and later.
b. Add the WEBMTCFG variable as follows:
WEBMTCFG=TransportsRoot_directory\bin\wmTransport
c. Modify the CLASSPATH variable to add the jar files as follows:
For Integration Server...
The jar files are...
7.1 and later
CLASSPATH=%CLASSPATH%;TransportsRoot_directory\bin​\wmTransport\wmISTransport.jar;​TransportsRoot_directory\bin​\wmTransport\enttoolkit.jar;​​TransportsRoot_directory\bin\wmTransport\wm-isclient.jar;​TransportsRoot_directory\bin\wmTransport\wm-isserver.jar;​​TransportsRoot_directory\bin&\wmTransport\mail.jar
7.0 and earlier
CLASSPATH=%CLASSPATH%;TransportsRoot_directory\bin\​wmTransport\wmISTransport.jar;​​TransportsRoot_directory\bin\wmTransport\enttoolkit.jar;​TransportsRoot_directory\bin\wmTransport\client.jar;​TransportsRoot_directory\bin\wmTransport\server.jar;​TransportsRoot_directory\bin\wmTransport\mail.jar
5. Import TransportsRoot_directory\bin\wmTransport\wmISTransport.sif into your Siebel Server's Repository using Siebel Tools.
Note:
If you are using a version of Siebel Server prior to 7.7.1, the sif file name is WmISTransport_Pre7.7.1.sif. For more information, see webMethods Transport Files in Siebel Adapter 6.0 SP3.
6. Compile your Siebel repository. Make sure you have Write access to your Siebel Server's siebel.srf file.
7. Restart your Siebel Server.