Replication Server Error Message Format

Describes the Replication Server error message format.

The format of Replication Server error messages is:
s. date time severity_text error_num thread
(thread_context) module (line_num) error_text
where:
  • s – a letter that indicates the severity of the error.
  • date – date.
  • time – time the error occurred, in 24-hour format.
  • severity_text – brief phrase that describes the severity.
  • error_num – integer that uniquely identifies the error. Replication Server error numbers are constructed using:

    module_number * 1000 + error_condition

    A module_number is assigned to each source code module in the server and the error_condition is a numbered error condition within the source code module.

  • thread – name of the Replication Server thread that received the error.
  • thread_context – more specific information about the thread, such as the database and data server if it is a Data Server Interface (DSI) thread.
  • module – name of the Replication Server source file where the error was reported. This name is used only by Sybase Technical Support.
  • line_num – line in the Replication Server source file where the error was reported. This number is used only by Sybase Technical Support.
  • error_text – error message text. If a Replication Server error was caused by an Adaptive Server error, the Adaptive Server error is included as part of the Replication Server error message text.