The exceptions log is implemented in three system tables in the RSSD: rs_exceptshdr, rs_exceptscmd, and rs_systext.
rs_exceptshdr stores general information about a transaction in the exceptions log, such as the transaction ID, the database where the transaction originated, and the data server where the error occurred.
rs_exceptscmd stores information needed to retrieve the source and output command text from rs_systext. The source is the text of the transaction that Replication Server receives from RepAgent. The output command is the result of Replication Server function string mapping. There is one row for each source and output command.
rs_systext holds the text of the source and output commands. Each command may have multiple rows in rs_systext, indexed by the sequence column.
Refer to Chapter 8, “Replication Server System Tables,” in the Replication Server Reference Manual for a description of each of the columns in these system tables.