Show TOC

rs_severityactionsLocate this document in the navigation structure

Provides information about error severity and the corresponding action.

Columns

Name

Datatype

Description

<severity>

<int>

Data server error severity.

<errorclassid>

<rs_id>

Error class ID

<action>

<tinyint>

Action when the error is encountered.
  • 1: Ignore the error

  • 2: Stop replication

  • 3: Display a warning message

  • 4: Write an entry in the exceptions log

  • 5: Retry transaction and then log the transaction if it still fails.

  • 6: Retry the transaction for a certain number of times. If it still fails, stop replication.

<prsid>

<int>

Site where this row is primary

Indexes
  • Unique index on <(severity, errorclassid)>

  • Unique clustered index on <(errorclassid)>