HiRDB Datareplicator Version 8 Description, User's Guide and Operator's Guide

[Contents][Glossary][Index][Back][Next]

10.1.2 Message output format

This section explains the message output format for each output destination.

Organization of this subsection
(1) When the output destination is the standard error output, syslog file, or event log
(2) When the output destination is an error information file

(1) When the output destination is the standard error output, syslog file, or event log

Datareplicator outputs messages to these destinations in the following format:

KFRBnnnnn-T XX YY (ZZ...ZZ) MM...MM

KFRBnnnnn-T
Message ID (11 alphanumeric characters)

XX
Identifier of the source or target Datareplicator (two hexadecimal characters)
However, in the following cases, .. is displayed in place of the source or target Datareplicator identifier because the actual identifier cannot be displayed:
  • Error is output from a command
  • Error is output before shared memory has been allocated
  • Error is output before message files have been opened

YY
Data linkage identifier (two hexadecimal characters)
However, in the following cases, .. is displayed in place of the data linkage identifier because the actual data linkage identifier cannot be displayed:
  • Error is output from a command
  • Error is output before shared memory has been allocated
  • Error is output before message files have been opened
  • Error that is output does not depend on data linkage identifiers

ZZ...ZZ
Name of process and import group from which message is output
An import group name is displayed only in the case of an error resulting from an import process.

MM...MM
Message text (maximum of 242 characters)

(2) When the output destination is an error information file

Datareplicator uses error information files to accumulate logs of errors occurring in the system. For details about the error information file output formats and handling, see 6.4.2 Handling of the files used with the source Datareplicator for the source Datareplicator and 6.7.2 Handling of the files used with the target Datareplicator for the target Datareplicator.