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 a U.S. English environment.
[/eai_enu]
ConnectString = Connect String
EnableExtServiceOnly = TRUE
Also set the ConnectString parameter, whose syntax is:
ConnectString = siebel[.transport
][.encryption
][.compression
]://SiebelServer
:SCBPort
/EnterpriseName
/XXX
ObjMgr_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 specific Siebel Application Object Manager you are using and the language code used for this component
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 indicate the specific Siebel Application Object Manager for the application you are running.
In the following example connect string, the Siebel Application Object Manager is EAIObjMgr_enu:
ConnectString = siebel.TCPIP.None.None://server1:2321/siebelEnt/EAIObjMgr_enu