Hi Manohar,One of the root cause of this issue is system user 'Anonymous Resource' which might get deleted from table BPAUser. You may run following query to verify it:SELECT * FROM BPAUser where systemusername like 'Anonymous%'If you found it is del...