Use stored procedures to delete transactions from the RSSD exceptions log.
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.
rs_delexception 1234
rs_delexception_id transaction_id_start [,transaction_id_end]
rs_delexception_id 1234, 9800
rs_delexception_date transaction_date_start [,transaction_date_end]
rs_delexception_date "10/01/2010", "10/31/2010"
rs_delexception_range {{"origin"|"org"}, "origin_data_server.origin_database" | , {"destination"|"dest"}, "destination_data_server.destination_database" | , "user", "origin_user"}
rs_delexception_range "org", "SYDNEY_DS.south_db"
See the descriptions of the stored procedures in Replication Server Reference Manual > RSSD Stored Procedures for complete usage information and more examples.