Updates the rs_status table to indicate that autocorrection has failed and that DML is ignored for a table.
create function string rs_autoc_ignore for rs_iq_function_class output language 'update rs_status set endtime = current timestamp, status = 'E' where schema = ?rs_repl_objowner!sys? and tablename = ?rs_deliver_as_name!sys? and action = 'A' and endtime is null; commit'