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
 
Installing Siebel Adapter 6.0 SP3
 
webMethods Transport Files in Siebel Adapter 6.0 SP3
Configuring Your System to Use the EAI webMethods Transports
Configuring Your System to Use Siebel Visual Basic Scripts
Note:
If you are installing the Siebel Adapter in a clustered environment, you must install the adapter on each Integration Server in the cluster, and each installation must be identical. For more information about working with the adapter in a clustered environment, see Package Management.
*To install the webMethods Siebel Adapter
1. Siebel Adapter 6.0 SP3 provides a new feature that lets you dynamically provide the user name and password credentials associated with a specific adapter service at run time. To use this feature, apply the appropriate fixes below:
Integration Server
Fixes
6.5
ID_6-5_Fix2 and IS_ART_6-5_Fix7
6.1
ID_6-1_SP1_Fix7 and IS_ART_6-1_SP1_Fix7
6.0
ID_6-0-1_SP1_Fix11 and IS_ART_6-0-1_SP4_Fix4
For instructions on using this feature, see Overview of the Adapter.
2. If you are going to use Siebel Adapter 6.0 SP3 with Siebel Server 8.0, also apply fix SBL_6-0_SP3_Fix8 for Siebel Server 8.0.
3. Download Software AG Installer from the Empower Product Support Web site.
4. If you are installing the adapter on an existing Integration Server, shut down Integration Server.
5. Start Software AG Installer.
*Choose the webMethods release that includes the Integration Server on which you want to install the adapter. For example, if you want to install the adapter on Integration Server 7.1, choose the 7.1 release.
*If you are installing on an existing Integration Server, specify the webMethods installation directory that contains the host Integration Server. If you are installing both the host Integration Server and the adapter, specify the installation directory to use. The Installer will install the adapter in the Integration Server_directory \packages directory.
*In the product selection list, select Adapters > webMethods Siebel Adapter 6.0 > Service Pack 3 > Program Files. You can also choose to install documentation and the Siebel Server Component, which contains the EAI webMethods Transports required for Siebel-to-webMethods connections.
6. After installation is complete, start the host Integration Server.
When starting the adapter, you might receive a local encoding-related error message similar to the following:
Error: ... threw a SiebelException: code(8210), msg(Code Page "8859_1" is not
supported. Use "-encoding" option to change the file encoding.)
To fix this problem, append an appropriate value to the -Dfile.encoding parameter in the JAVA_MEMSET variable in your server.bat or server.sh file. For example:
set JAVA_MEMSET=-ms%JAVA_MIN_MEM% -mx%JAVA_MAX_MEM% -Dfile.
encoding="ISO8859-1"
For a complete list of encoding values, see your Java documentation.
7. Configure your system to use the Transports, as described in Configuring Your System to Use the EAI webMethods Transports.