If you are trying to find the repdef based on the error message in the log above. You can run the following query in the RSSD
select objname, phys_tablename from rs_objects where phys_tablename ='tab1'
go
objname will be the name of the repdef.
You can then run rs_helprep <objname> to get more details on the repdef.
regards
Terry