Real Time Information Director User Documentation
RTID Deployment
Hewlett-Packard Company 23 529618 - 002
This property does not apply when the Director is running in a NonStop WLS
environment. It applies only when you run the Director in standalone mode, for instance
when you run the Dispatch test driver. In such a case, if you don’t specify a value for this
property, errors are logged to the standard output file.
LogLevel
Selection of events, by severity, reported in the log--the WebLogic server log if you run
the Director under WLS, or the file specified by LogFileName if you’re running in
standalone mode. Permissible values are as follows:
• ERROR. Messages describe processing failures resulting from invalid input,
metadata errors, database errors, and so on.
• WARNING. Messages report conditions that might lead to errors, for example
the arrival of inbound document almost too large to process.
• INFO. Messages report routine processing events, the name of a file being
processed, the creation of a metadata class, or a change in the processing mode for
a source system.
• DEBUG. Messages provide more detailed information about errors.
The default log level is INFO. That means INFO and all categories above it (ERROR and
WARNING) are logged. You can use the Management client to modify this level
dynamically at runtime.
SaveFilePrefix
SaveDirectory
Strings used to specify the files in which to store documents that failed to be processed
correctly. These properties apply, whether you run the Director under NonStop WLS or
in standalone mode (for example, with the Dispatch test driver).
SaveDirectory specifies the directory, and SaveFilePrefix specifies the beginning of the
filename. The Director prepends the prefix to a name consisting of the source file name
and a timestamp.
The default value of SaveFilePrefix is an empty string (“”). The default value of
SaveDirectory is the local directory (“.”)
Database Properties