Displaying assigned actions for error numbers

Execute the rs_helperror stored procedure to display the action assigned for an error number. The syntax for the rs_helperror stored procedure is:

rs_helperror server_error_number [, v]

where server_error_number parameter is the data server error number of the error you want information for. The v parameter specifies “verbose” reporting. When you supply this option, rs_helperror also displays the Adaptive Server error message text, if available. Refer to Chapter 6, “RSSD Stored Procedures,” in the Replication Server Reference Manual for more details on using rs_helperror command.