We see that when a non-admin user logs on to Web Viewer we get the following in the syslog:
ICH408I USER(...) GROUP(...) NAME(...)
WEBVWR.ADMIN CL(CHA1VIEW)
INSUFFICIENT ACCESS AUTHORITY
ACCESS INTENT(READ ) ACCESS ALLOWED(NONE )
As far as I can see the ICH408I is not indicating a violation as such as the RACROUTE is just checking the level of authority that the user should be given, therefore is there any way this message may be suppressed...?
Release : 14.0
Component : WEB VIEWER
The messages are a result of the security check to see if the user is an administrator. As you would expect, for non-admin users that check fails. There is no means of suppressing the message.
Note: SO14733 reduces the number of messages. Before this Web Viewer was making a CHA1VIEW WEBVWR.ADMIN security call every time a regular user requests a repository list or report list as well as at login. This solution removed the calls made every time a regular user requests a repository list or report list.