Real Time Information Director User Documentation
RTID Deployment
Hewlett-Packard Company 21 529618 - 002
If document sequence checking is enabled and an out-of-sequence document arrives, the
Director returns a DocumentOutOfSequence exception. Behavior is the same for Delsert
and Upsert documents.
The default value is “true”.
MaxDocumentHandlers
Maximum number of document handlers, and hence of SQL connections, allowed in the
configuration. When the number of document handlers exceeds the threshold, the
Director removes the least recently used document handler. Limiting the number of
document handlers, and hence of SQL connections, can help reduce the likelihood of
SQL errors resulting from resource shortages.
The document handler quota is enforced only if there are inactive document handlers. If
an inbound document arrives and all current document handlers are actually servicing
requests, the Director creates a new document handler, even if the quota is thereby
exceeded.
The value is an integer. You can modify it dynamically, using the management client. If
you don’t specify a value, no quota is enforced.
For information about how document handlers are allocated and released, see the
document entitled RTID Management.
WARNING_THRESHOLD
Number of start tags, in an input XML message, that will cause the Director to write a
warning to the server log.
This property is read and initialized during startup; it can be overridden by the –wt option
specified to the Management Client.
If you don’t specify a value, the threshold value is 2
63
– 1.
DEFAULT_PROCESSING_MODE
Default processing mode for any source system for which no mode is specified on the
Management interface. Permissible values are
• OPEN. In this mode, incoming documents are processed by the Director and
inserted appropriately into the data store. This is the default value of the property.