BEA Logo BEA Log Central Release 5.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Log Central Doc Home   |   Configuration Guide   |   Previous Topic   |   Next Topic   |   Contents   |   Index

Initialization File

 

The default Log Central initialization file is install_dir/etc/msg_processor.ini, where install_dir is the directory where you installed Log Central. You can specify a different file when you run lc_config. For the lc_config command syntax, see Commands. If you use a nondefault value for the name of the initialization file, you need to set INIFILE in the messaging configuration file. For a description of INIFILE, see Configuration Files. The following table describes the properties in the initialization file.

Table F-1 Initialization File

Property

Description

Processes That Use This Value

LC.URL

URL for database

Format: String

Examples:

msg_processor
lc_create_schema
lc_drop_schema
lc_user_create
lc_user_delete
lc_user_modify
lc_user_list
msgdef_export
msgdef_import
msgdef_delete
subsystem_create
subsystem_delete

LC.driver

JDBC Driver Name

Format: String

Examples:

msg_processor
lc_create_schema
lc_drop_schema
lc_user_create
lc_user_delete
lc_user_modify
lc_user_list
msgdef_export
msgdef_import
msgdef_delete
subsystem_create
subsystem_delete

LC.userName

Database login name

Format: String

Default: scott

msg_processor
lc_create_schema
lc_drop_schema
lc_user_create
lc_user_delete
lc_user_modify
lc_user_list
msgdef_export
msgdef_import
msgdef_delete
subsystem_create
subsystem_delete

LC.password

Database password

Format: String

Default: tiger

msg_processor
lc_create_schema
lc_drop_schema
lc_user_create
lc_user_delete
lc_user_modify
lc_user_list
msgdef_export
msgdef_import
msgdef_delete
subsystem_create
subsystem_delete

LC.DBVendor

Database vendor name

Format: String

Possible values: ORACLE, MSSQL

Default: ORACLE

msg_processor
lc_create_schema
lc_drop_schema
lc_user_create
lc_user_delete
lc_user_modify
lc_user_list
msgdef_export
msgdef_import
msgdef_delete
subsystem_create
subsystem_delete

LC.parseFunction

Flag that indicates whether or not to process the parse function

Format: String

Possible values: true, false

Default: true

msg_processor

LC.loadDB

Flag that indicates whether or not the database is available

Format: String

Possible values: true, false

Default: true

msg_processor

LC.maxOpenTries

Maximum number of attempts to open a file

Format: Number

Default: 10000

msg_processor

LC.openSleepTime

Sleep time, in milliseconds, if the file is not available to open

Format: Number

Default: 2000

msg_processor

LC.readSleepTime

Sleep time, in milliseconds, between two reads if no new records

Format: Number

Default: 2000

msg_processor

LC.readDelayTime

Delay time, in milliseconds, between two reads. This value should be 0.

Format: Number

Default: 0

msg_processor

LC.realTimeSleep Time

Sleep time, in milliseconds, between two reads from shared memory if no new records are available

Format: Number

Default: 1000

msg_processor

LC.ILLog

Path for error/debug logs created by the Information Logger (IL) system

Format: String

Possible values: Any valid filename

Default: LCLog

msg_processor
lc_create_schema
lc_drop_schema
lc_user_create
lc_user_delete
lc_user_modify
lc_user_list
msgdef_export
msgdef_import
msgdef_delete
subsystem_create
subsystem_delete

LC.Server.Parameters.MaxConnections

Maximum number of simultaneous connections. 0 means no limit.

Format: Number

Default: 100

msg_processor

LC.Server.dbPort

Port number on which the Message Processor listens for requests from the Log Central Console

Format: Number

Default: 7001

msg_processor, lc_launch