cancel
Showing results for 
Search instead for 
Did you mean: 

Replication error. Can't seem to find the source of the sql statement which fails

Former Member
1,912

I can't seem to trace the origin of this error found in our replication error log table:

'Permission denied: you do not have permission to select from "ISYSUSER" (-121)'; 'select b.user_name from SYS.ISYSUSER as b,SYS.ISYSTAB as tab where tab.creator = b.user_id and lower( b.user_name) = 'dbo' and tab.table_name = 'RowGenerator''; 'select if exists(select 1 from SYS.ISYSUSER as b where b.user_name = 'rs_systabgroup') then 'yes' else 'no' endif'

I've searched through our procedures, triggers and events and can't find any reference of this sql. Even searched through our PowerBuilder source code, but still no luck.

Accepted Solutions (0)

Answers (0)