CAF page header not showing up for sysadmin user

I have a webMethods MWS server, when I am logging in with sysadmin user the header and footer tab is not showing up.

Error page looks like this -

enter image description here

While the correct page looks like this from another MWS server - enter image description here

Can someone help me how to fix this error?

Upvotes: 0

Views: 85

Answers (1)

Christopher Gruen
Christopher Gruen

Reputation: 56

The sysadmin shell is called 'Power Drill Shell'. It's not supposed to editable. Maybe your Shell Rule 'Sys Admin' has been edited. The rule should be:

(("Admin Role" matches user.groupMembershipDNs) or ("Admin Role" matches user.roleMembershipDNs))

Upvotes: 0

Related Questions