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 Siebel Visual Basic Scripts | When Siebel Adapter and Siebel Server Are on Different Machines
 
When Siebel Adapter and Siebel Server Are on Different Machines
*To enable Siebel VB scripts when Siebel Adapter and Siebel Server are on different machines
1. On the appropriate Siebel Server machine, create a directory called drive:\webMethods, where drive: is any valid drive, for example, c:\webMethods.
2. Copy Integration Server_directory \support\win32\webMethods.dll to drive:\webMethods\webMethods.dll, where Integration Server_directory is the directory in which you installed the Integration Server.
3. Copy the necessary jar files as follows:
*For Integration Server 7.1 and later, copy installation_directory\common\lib\wm-isclient.jar to drive:\webMethods\lib\wm-isclient.jar.
*For Integration Server 7.0 and earlier, copy installation_directory\lib\client.jar to drive:\webMethods\lib\Client.jar.
4. Append jdk\jre\bin\classic to the PATH system environment variable, where jdk is the directory in which you installed the Java Development Kit.
5. Modify the CLASSPATH statement as follows:
*For Integration Server 7.1 and later, append drive\webMethods\lib\wm-isclient.jar to the CLASSPATH system environment variable.
*For Integration Server 7.0 and earlier, append drive\webMethods\lib\Client.jar to the CLASSPATH system environment variable.
6. Run the following command:
regsvr32 drive:\webMethods\webMethods.dll