Add the EnableExtServiceOnly configuration parameter or set it as follows, if it already exists, to enable the HTTP inbound transport. This example shown is for use with UNIX in an English environment.
[/eai_enu]
ConnectString = Connect String
EnableExtServiceOnly = TRUE
For the virtual directory, you need to set the ConnectString parameter. The syntax for the ConnectString is:
ConnectString = siebel[.transport][.encryption][.compression]://SiebelServer :SCBPort/EnterpriseName/XXXObjMgr_lang
where:
transport is TCPIP or http
encryption is none or mscrypto
compression is none or zlib
SiebelServer is the name of your Siebel Server
SCBPort is the listening port number for the SCBroker component (usually 2321)
EnterpriseName is the name of your Siebel Enterprise Server
XXXObjMgr_lang is the type of Application Object Manager for the Siebel Business Application you are installing and the language code used for this installation
The following example shows the connect string using TCP/IP, with no encryption, no compression, and the server name and default port. In addition, you need to point to the Application Object Manager specific to the Siebel Business Application you are installing.
In the following example connect string, the Siebel Business Application installed is Siebel Sales, and the Application Object Manager is EAIObjMgr:
ConnectString = siebel.TCPIP.None.None://server1:2321/siebelEnt/EAIObjMgr_enu