Appendix A. InterChange Server configuration parameters

This appendix describes InterChange Server configuration parameters.

The InterChange Server configuration file is InterchangeSystem.cfg (by default) in the ProductDir directory. InterChange Server reads the configuration file at startup. You can set server configuration parameters using InterChange Server Configuration wizard or System Manager.

This appendix provides reference information on configuration parameters. Table 34 lists the sections of the configuration file, the parameters in each section, and the pages on which you can find the descriptions.

Note:
These examples are in text format to simplify the structure. As of InterChange Server 4.2, the InterchangeSystem.cfg file is in XML format.

Most parameters are optional, with default values built into the software. Required parameters are marked with an X.

Table 34. InterChange Server configuration file parameters

Database connectivity MAX_CONNECTIONS
page "MAX_CONNECTIONS"

MAX_CONNECTION_POOLS
page "MAX_CONNECTION_POOLS"

MAX_DEADLOCK_RETRY_COUNT
page "MAX_DEADLOCK_RETRY_COUNT"

DEADLOCK_RETRY_INTERVAL
page "DEADLOCK_RETRY_INTERVAL"

IDLE_TIMEOUT
page "IDLE_TIMEOUT"

JDBC_LOG
page "JDBC_LOG"

DBMS
page "DBMS"

DRIVER
page "DRIVER"

DB_CONNECT_RETRIES
page"DB_CONNECT_RETRIES"

DB_CONNECT_INTERVAL
page"DB_CONNECT_INTERVAL"
JVM <connector_name> MIN_HEAP_SIZE
page "MIN_HEAP_SIZE"

MAX_HEAP_SIZE
page "MAX_HEAP_SIZE"

MAX_NATIVE_STACK_SIZE
page "MAX_NATIVE_STACK_SIZE"
Environment properties

page "Environment properties"
Event management service DATA_SOURCE_NAME X page "DATA_SOURCE_NAME"

MAX_CONNECTIONS
page "MAX_CONNECTIONS"

USER_NAME
page "USER_NAME"

PASSWORD
page "PASSWORD"

DB_CONNECT_RETRIES
page"DB_CONNECT_RETRIES"

DB_CONNECT_INTERVAL
page"DB_CONNECT_INTERVAL"
Transaction service DATA_SOURCE_NAME X page "DATA_SOURCE_NAME"

MAX_CONNECTIONS
page "MAX_CONNECTIONS"

USER_NAME
page "USER_NAME"

PASSWORD
page "PASSWORD"

DB_CONNECT_RETRIES
page"DB_CONNECT_RETRIES"

DB_CONNECT_INTERVAL
page"DB_CONNECT_INTERVAL"
Flow monitoring service DATA_SOURCE_NAME X page "DATA_SOURCE_NAME"

IS_SYSTEM_ACTIVE
page "IS_SYSTEM_ACTIVE"

MAX_CONNECTIONS
page "MAX_CONNECTIONS"

USER_NAME X page "USER_NAME"

PASSWORD X page "PASSWORD"

SCHEMA_NAME
page "SCHEMA_NAME"

MAX_QUEUE_DEPTH
page "MAX_QUEUE_DEPTH"

DB_CONNECT_RETRIES
page"DB_CONNECT_RETRIES"

DB_CONNECT_INTERVAL
page"DB_CONNECT_INTERVAL"
Repository service DATA_SOURCE_NAME
page "DATA_SOURCE_NAME"

MAX_CONNECTIONS
page "MAX_CONNECTIONS"

USER_NAME
page "USER_NAME"

PASSWORD
page "PASSWORD"

DB_CONNECT_RETRIES
page"DB_CONNECT_RETRIES"

DB_CONNECT_INTERVAL
page"DB_CONNECT_INTERVAL"
Messaging service MESSAGING_TYPE X page "MESSAGING_TYPE"

PORT
page "PORT"

QUEUE_MANAGER X page "QUEUE_MANAGER"

HOST_NAME X page "HOST_NAME"

CLIENT_CHANNEL X page "CLIENT_CHANNEL"
Logging LOG_FILE
page "LOG_FILE"

MESSAGE_RECIPIENT
page "MESSAGE_RECIPIENT"

MIRROR_LOG_TO_STDOUT
page "MIRROR_LOG_TO_STDOUT"

MAX_LOG_FILE_SIZE
page "MAX_LOG_FILE_SIZE"

NUMBER_OF_ARCHIVE_LOGS
page "NUMBER_OF_ARCHIVE_LOGS"
Tracing DB_CONNECTIVITY
page "DB_CONNECTIVITY"

EVENT_MANAGEMENT
page "EVENT_MANAGEMENT"

MESSAGING
page "MESSAGING"

REPOSITORY
page "REPOSITORY"

TRACE_FILE
page "TRACE_FILE"

MIRROR_TRACE_TO_STDOUT
page "MIRROR_TRACE_TO_STDOUT"

MAX_TRACE_FILE_SIZE
page "MAX_TRACE_FILE_SIZE"

NUMBER_OF_ARCHIVE_TRACES
page "NUMBER_OF_ARCHIVE_TRACES"

RELATIONSHIP.CACHING
page "RELATIONSHIP.CACHING"

TRANSACTIONS
page "TRANSACTIONS"

SERVER_MEMORY
page "SERVER_MEMORY"

FLOW_MONITORING
page "FLOW_MONITORING"

DOMAIN_STATE_SERVICE
page "DOMAIN_STATE_SERVICE"

MQSERIES_TRACE_LEVEL
page "MQSERIES_TRACE_LEVEL"

MQSERIES_TRACE_FILE
page "MQSERIES_TRACE_FILE"
CORBA OAport
page "OAport"

OAthreadMax
page "OAthreadMax"

OAipAddr
page "OAipAddr"
RBAC userRegistry
page "RBAC"

serverStartUser
page "serverStartUser"

serverStartPassword
page "serverStartPassword"
User Registry DATA_SOURCE_NAME
page "DATA_SOURCE_NAME"

MAX_CONNECTIONS
page "MAX_CONNECTIONS"

USER_NAME
page "USER_NAME"

PASSWORD
page "PASSWORD"

DB_CONNECT_RETRIES
page "DB_CONNECT_RETRIES"

DB_CONNECT_INTERVAL
page "DB_CONNECT_INTERVAL"
LDAP ldapUrl
page "LDAP"

ldapUser
page "ldapUser"

ldapUserPassword
page "ldapUserPassword"

ldapUserbaseDN
page "ldapUserbaseDN"

ldapUserNameAttribute
page "ldapUserNameAttribute"

ldapSearchCriteria
page "ldapSearchCriteria"

ldapMaxNumEntriesReturn
page "ldapMaxNumEntriesReturn"

ldapSSL
page "ldapSSL"
Audit auditLogDirectory
page "auditLogDirectory"

auditFileFrequency
page "auditFileFrequency"

auditFileSize
page "auditFileSize"
End to end privacy pathtokeystore
page "pathtokeystore"

Password
page "Password"

All configuration keywords are case-sensitive. Enter a keyword exactly as it is shown in this chapter. To enter a comment, precede each line of the comment with a pound sign (#).

Copyright IBM Corp. 1997, 2004