Deleting transactions from the exceptions log

To delete a transaction from the exceptions log, use the rs_delexception stored procedure.

rs_delexception [transaction_id]

With no parameters, rs_delexception displays a summary of transactions in the exceptions log. If you supply a valid transaction_id, rs_delexception deletes a transaction. You can find the transaction_id for a transaction by using either rs_helpexception or rs_delexception with no parameters.

See Chapter 3, “Managing Replication Server with Sybase Central” in the Replication Server Administration Guide Volume 1 for information about viewing queue data.