Configuration of 'siebel.properties' file

Configuration of 'siebel.properties' file

book

Article ID: KB0083829

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Siebel 6.0.0 6.0.1 6.1.0

Description

Regardless of how the SiebelDataBean is invoked, certain parameters of the connection may be set using the properties file. These are siebel.conmgr.txtimeout, siebel.conmgr.poolsize, siebel.conmgr.sesstimeout, siebel.conmgr.retry, and siebel.conmgr.jce. The configuration for the 'siebel.properties' file follows.

 

Environment

All Environments

Resolution

Configuration of 'siebel.properties' file. Refer to the Oracle documentation “Properties in the siebel.properties File” at  http://docs.oracle.com/cd/B40099_02/books/EAI3/EAI3_IntegJava11.html for details.

Here is a sample siebel.properties file.

siebel.connection.string = siebel:// 172.20.94.55:2321/siebel/EAIObjMgr_enu

siebel.user.name          = User1

siebel.user.password      = password

siebel.user.language      = enu

siebel.user.encrypted     = false

siebel.conmgr.txtimeout   = 300000

siebel.conmgr.poolsize    = 5

siebel.conmgr.sesstimeout = 3600

siebel.conmgr.retry       = 5

siebel.conmgr.jce         = 1

siebel.loglevel           = 0

For the siebel.properties file to be taken into effect, the user needs to make the necessary modifications first and then copy the file to the <<Siebel_adapter_home>>\<version>\lib folder of the adapter installation and then restart the adapter. The user may also copy the siebel.properties file to any folder in the system path.

The connection string in siebel.properties is for default setting of parameters, so when you have an explicit connection string in the Adapter instance configuration, the JDB will use the adapter's config for the connection parameters instead of the default setting. This is normal behavior for Siebel JDB.

We don't support replacement of connection string setting using siebel.properties file currently.

 

Issue/Introduction

Configuration of 'siebel.properties' file

Additional Information

http://docs.oracle.com/cd/B40099_02/books/EAI3/EAI3_IntegJava11.html