RepAgent Error Message Format

RepAgent error messages are recorded in the Adaptive Server error log using the Adaptive Server message format. These messages are identified by the string “RepAgent(dbid),” which appears in the first line of the message. Errors that you can retry are logged only once in the Adaptive Server error log.

The RepAgent error message format is:
date time RepAgent (dbid): error_number, severity, 
state, error_text
where:
  • date – date that the error occurred.
  • time – time that the error occurred.
  • dbid – Adaptive Server identification number of the database that RepAgent is using. You can find this database ID by executing:
    select x = db_id()
  • error_number – RepAgent error message numbers range from 9200 to 9299.
  • severity – severity can be:
    • EX_INFO – informational error message.
    • EX_USER – user error.
    • EX_RESOURCE – resource error in which an operating system resource or Replication Server resource is not available.
    • EX_CMDFATAL – fatal error in which RepAgent cannot continue processing a transaction.
  • state – for internal use only.
  • error_text – description of the cause of the error.