DFHXS1115    applid USER userid IS NOT AUTHORIZED TO INVOKE {HOME | REMOTE} METHOD method-name FROM BEAN bean-name {FOR APPLICATION application-name} IN CORBASERVER cs-name. USER HAS NO ACCESS TO ANY OF THESE ROLES {FOR METHOD(*)}: role-name-list

Explanation

The user userid is not authorized to invoke the method named method-name within the Enterprise Java Bean named bean_name, which is deployed in the Corbaserver named cs-name. If the optional text FOR APPLICATION application-name appears in the message, the JAR containing the bean is identified in the deployment descriptor by a <display-name> tag containing application-name.

The user is not authorized to invoke the method because userid does not have READ access to at least one of the roles specified in the <method-permission> section of the deployment descriptor. These roles are listed in role-name-list (which may be empty).

If the optional text FOR METHOD(*) appears in the message, the roles in role-name-list apply to the generic method (*), because there are no specific role definitions for method-name in the deployment descriptor.

System action

CICS does not execute the specified method, and writes a type 80 SMF record to record the violation.

User response

Determine whether the user userid should be authorized to execute the specified method, and if so, grant the userid READ access to one of the roles named in role-name-list, or add new roles to the deployment descriptor and re-install the DJAR.

Module

DFHXSSF

Destination

Console



DFHXS1115.html | Timestamp icon Last updated: Thursday, 27 June 2019