| Robert Brown 2005-09-06, 6:05 pm |
| I only see 'HandleApproval' command in my ACACTION table. I would
update the ACACTION table and specify the proper command name of
'HandleApprovals' since I don't see a singular version of the name in
CMDREG. You will need to update the Registry or stop and start the
instance for this change to take effect.
I did some checking and the action is part of the Approve ACACTGRP which
relates to the AllUsersExecuteApproveCommandsOnApproval
Resource ACPOLICY
which in turn is only tied to the DiscountDatabeanResourceGroup
ACRESCGRY so maybe there is another resource group this policy should be
associated with. I think the missing 's' in the ACACTION table is the
culprit though.
Let us know how it goes.
R
> Dear All
> orders entered by any user , the approver try to approve it it goes , but when it commes to the OrderCreateXML.jsp , where the order will be sent to the back end , some errors occures while processing the shipping address if the approver is not the same
person as the requester or if the approver have only approve role (if he is an addministrator the error will not appear) , the error is as follow
> AccManager isAllowed CMN1501E: User 16052 does not have the authority to perform action "Display" on resource "com.ibm.commerce.user.beans.UserDataBean" for command "HandleApprovals".
> and the next line is as follow
> DataBeanManager directActivate The user does not have the authority to run this command "com.ibm.commerce.user.beans.AddressDataBeans.AddressDataBean".
>
> thanks
>
|