Report (Iview) is not working for a specific user but for others it is working
It may be due to custom views sometimes and delete the record in “axcustomviews” table for the user whom it is not working.
eg.
delete from axcustomviews where name = ‘<iviewname>’ and username = ‘<username>’