![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Specifies whether debugging messages are written to the System.out stream for significant internal events. It also causes session data to be included in the table of contents. The information provided in the system log can be requested by support if you have an issue under investigation.Debug should be used carefully with high performance applications, because access to the System.out stream is serialized and can adversely affect performance.
The name of the host machine where the TIBCO Object Service Broker monitor process is running.
HOST must be used in pair with the PORT parameter to fully identify the target TIBCO Object Service Broker monitor process (Open Systems) or Execution Environment (z/OS).
The library specified here is searched when SEARCH=L is specified.
Exceeding the limit specified by the MAXSESSION parameter setting results in the rejection of the offending HTTP request.The user’s login password to be passed to TIBCO Object Service Broker. The value is case-sensitive on Open Systems.
The number of milliseconds the pool manager waits for a session to become available if all sessions in the pool are busy.
• If a session becomes available within the specified time, the pool manager returns the session to the requesting client.• If no session becomes available within the specified time, an exception is thrown indicating that MAXSESSION is exceeded.
• A generated user ID is composed of two parts: a character prefix that is constant, and a numeric suffix that is incremented. A generated user ID is always a total of eight characters long, so the number of digits used for the numeric suffix depends on the length of the prefix: if a prefix is, say, five characters long, three digits are used for the suffix (for example, HURON001). The digits start numbering at zero, and are incremented by one as each user ID is generated.• The number of user IDs that can be generated depends on the length of the prefix: if five characters are used for the prefix, three digits are used for the numeric suffix, accommodating a maximum of 1000 generated user IDs.• If no value is provided for the PREFIX parameter, user IDs are not generated.• You cannot specify an empty string for the PREFIX parameter.
Specify I or L only when one or more required rules reside in the site’s installation or local library. Specification L causes overhead in finding rules; the local library must be searched whenever a new rule name is encountered for the first time in a transaction. Significant performance benefits can be realized when frequently used rules are promoted to the installation library. If SEARCH=S is specified, TIBCO Object Service Broker searches for rules, external routines, or builtins in the following order:
3. The external routines library that is contained in the ROUTINES tableIf SEARCH=I is specified, TIBCO Object Service Broker searches for rules, external routines, or builtins in the following order:
4. The external routines library that is contained in the ROUTINES tableIf SEARCH=L is specified, TIBCO Object Service Broker searches for rules, external routines, or builtins in the following order:
5. The external routines library that is contained in the ROUTINES tableSpecifies whether the start request of the Object Integration Gateway session is to wait for an available standby session if all the standby sessions are busy.
• A YES setting puts the request on a wait queue for a standby session. The STANDBYWAITLIMIT parameter controls the length of the wait time. See the description of that parameter in the TIBCO Object Service Broker Parameters manual. This value overrides STANDBYWAIT specified as a configuration or EE initialization parameter in TIBCO Service Object Broker.This parameter is accepted by Open Systems TIBCO Service Object Broker on z/OS and Open Systems. However, it has no effect on Open Systems.
The exact behavior is defined by this parameter and the STANDBYWAITLIMIT and STANDBYWAITMSG settings of Object Service Broker. See TIBCO Object Service Broker Parameters for details.Specifies the file to which debug tracing messages are written, if the DEBUG parameter is set to TRUE.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |