Show TOC

rs_erroractionsLocate this document in the navigation structure

Maps a data server error number to an action to be taken by a Replication Server.

Column

Datatype

Description

ds_errorid

int

Data server error number

errorclassid

rs_id

Error class ID (see< rs_classes>)

action

tinyint

Action to take when error occurs:

  • 1 – ignore the error

  • 2 – stop replication

  • 3 – output a warning message

  • 4 – write an entry in the exceptions log

  • 5 – retry the transaction and then log the transaction if it still fails

  • 6 – retry the transaction a certain number of times and then stop replication if it still fails

prsid

int

Site where this row is primary

Indexes
  • Unique index on (ds_errorid, errorclassid)

  • Clustered index on (errorclassid)