Siebel adapter connection URI

Siebel adapter exposes siebel connection string as URI. Siebel URI syntax is given below:

siebel://SiebelGateway[:portno]/?SiebelEnterpriseServer=SiebelEnterpriseServerName&SiebelObjectManager=ObjectManagerToConnect&Language=SiebelLanguageCode&SiebelRepository=CurrentActiveRepository&SiebelServer=servername

various components of URI are:

SiebelGateway: This variable point to siebel gateway hostname or ip address in case only one siebel server is configured for the gateway. If a gateway manages more than one siebel server, then individual server address must be provided. portno is optional if Siebel server is to configured to run with default port no.

SiebelEnterpriseServer: This must be valid Siebel enterprise server name

SiebelObjectManager: Valid siebel object manager name. Examples are SSEObjMgr_enu

Language: Siebel language code like enu

SiebelRepository: This is optional parameter if there is only one repository present on Siebel Server. In case multiple repositories are present, the repository to use must be specified. This is regardless of other repositories being inactive.

SiebelServer: This parameter is applicable to only siebel 7.5 and used to denote SiebelServer name.