CommerceSrvr E AccManager isAllowed CMN1501E: User 6002 does not have the
authority to perform action "Display" on resource
"com.ibm.commerce.user.beans.UserDataBean" for command "Logon".
CommerceSrvr A DataBeanManager directActivate(DataBean,CommandContext) The user does not have the authority to run this command "com.ibm.commerce.user.beans.UserRegistrationDataBean".
t have the authority to perform action "Display" on resource "com.ibm.commerce.user.beans.OrganizationDataBean"
Troubleshooting: The above error was caused as there was a missing relationship in MBRREL to the parent organization.
DN should be lowercase and no spaces between orgs.
If you have Manually imported orgentity table through data load, The DN relationship is stored between the ancestor and descendant in MBRREL. If the tree has multiple parents, all the parent-child relationship should be defined in MBRREL.
A member_id from MEMBER table can be a ORGENTITY_ID, USERS_ID,MBRGRP_ID
Some queries to help for debugging:
select * from mbrrel where descendant_id=;
select * from orgentity where orgentity_id in (
select ancestor_id from mbrrel where descendant_id=);
USERS:
MBRREL; ( USER to all parent organization relationship as per dn is loaded here)
MBRROLE & ROLE; (Role for each user is assigned to an organization, e.g. -29 for registered customer)
SELECT DN FROM USERS (DN SHOULD BE THE CORRECT ORGENTITY)
CommerceSrvr A DataBeanManager directActivate(DataBean,CommandContext) The user does not have the authority to run this command "com.ibm.commerce.user.beans.UserRegistrationDataBean".
t have the authority to perform action "Display" on resource "com.ibm.commerce.user.beans.OrganizationDataBean"
Troubleshooting: The above error was caused as there was a missing relationship in MBRREL to the parent organization.
DN should be lowercase and no spaces between orgs.
If you have Manually imported orgentity table through data load, The DN relationship is stored between the ancestor and descendant in MBRREL. If the tree has multiple parents, all the parent-child relationship should be defined in MBRREL.
A member_id from MEMBER table can be a ORGENTITY_ID, USERS_ID,MBRGRP_ID
Some queries to help for debugging:
select * from mbrrel where descendant_id=
select * from orgentity where orgentity_id in (
select ancestor_id from mbrrel where descendant_id=
USERS:
MBRREL; ( USER to all parent organization relationship as per dn is loaded here)
MBRROLE & ROLE; (Role for each user is assigned to an organization, e.g. -29 for registered customer)
SELECT DN FROM USERS (DN SHOULD BE THE CORRECT ORGENTITY)