| Robert Brown 2006-03-21, 3:22 am |
| First, check for exceptions in your startup log before "Open for
e-business" that might indicate something bad happened. Then check your
wcsadmin (user -1000) account and ensure it has a valid role of Site
Administrator under the Root Organization in the MBRROLE table.
select * from MBRROLE where member_id = -1000
You should have one row for orgentity_id -2001.
I would also check the USERREG.STATUS and make sure it is a 1 but access
control errors are typically related to improper assignment in MBRROLE.
R
> I am trying to start the full test environment but i couldn't. I am getting following error message.
>
> Error is
> Message Key: _ERR_USER_AUTHORITY
> Message: The user does not have the authority to run this command "ToolsLogon".
>
>
> Following is error message that i am able to see when i start the full test environment.
>
> 2006.03.19 21:00:22.125 AccManager isAllowed
> CMN1501E: User -1000 does not have the authority to perform action "Execute" on resource "com.ibm.commerce.security.commands.SecurityCheckCmdImpl" for command "SecurityCheck".
>
> 2006.03.19 21:00:22.156 com.ibm.commerce.security.commands.SecurityCheckCmdImpl accessControlCheck
> The user does not have the authority to run this command "SecurityCheck".
>
> 2006.03.19 21:00:22.218 AccManager isAllowed
> CMN1501E: User -1000 does not have the authority to perform action "Execute" on resource "com.ibm.commerce.payment.commands.PaySynchronizePMCmdImpl" for command "PaySynchronizePM".
>
> 2006.03.19 21:00:22.218 com.ibm.commerce.payment.commands.PaySynchronizePMCmdImpl accessControlCheck
> The user does not have the authority to run this command "PaySynchronizePM".
>
> 2006.03.19 21:00:22.250 SchedulerAdapter processErrorResponse
> CMN0409E: The following error occurred during processing: com.ibm.commerce.exception.ECApplicationException.
>
> 2006.03.19 21:00:22.265 SchedulerAdapter processErrorResponse
> CMN0409E: The following error occurred during processing: com.ibm.commerce.exception.ECApplicationException.
>
> 2006.03.19 21:00:22.312 AccManager isAllowed
> CMN1501E: User -1000 does not have the authority to perform action "Execute" on resource "com.ibm.commerce.messaging.outboundservice.SendTransactedMsgCmdImpl" for command "SendTransactedMsg".
>
> 2006.03.19 21:00:22.312 com.ibm.commerce.messaging.outboundservice.SendTransactedMsgCmdImpl accessControlCheck
> The user does not have the authority to run this command "SendTransactedMsg".
>
> 2006.03.19 21:00:22.312 SchedulerAdapter processErrorResponse
> CMN0409E: The following error occurred during processing: com.ibm.commerce.exception.ECApplicationException.
>
> 2006.03.19 21:00:22.359 AccManager isAllowed
> CMN1501E: User -1000 does not have the authority to perform action "Execute" on resource "com.ibm.commerce.couponscheduler.commands.SchedCouponCmdImpl" for command "SchedCoupon".
>
> 2006.03.19 21:00:22.359 com.ibm.commerce.couponscheduler.commands.SchedCouponCmdImpl accessControlCheck
> The user does not have the authority to run this command "SchedCoupon".
>
> 2006.03.19 21:00:22.359 SchedulerAdapter processErrorResponse
> CMN0409E: The following error occurred during processing: com.ibm.commerce.exception.ECApplicationException.
>
>
>
> 2006.03.19 21:01:16.437 AccManager isAllowed
> CMN1501E: User -1002 does not have the authority to perform action "ToolsLogon" on resource "com.ibm.commerce.tools.command.ToolsForwardViewCommandImpl" for command "ToolsLogon".
>
> 2006.03.19 21:01:16.437 com.ibm.commerce.tools.command.ToolsForwardViewCommandImpl accessControlCheck
> The user does not have the authority to run this command "ToolsLogon".
>
> [3/19/06 21:01:16:562 PST] 627f627f WebGroup I SRVE0180I: [CommerceAccelerator] [/webapp/wcs/tools] [Servlet.LOG]: /GenericApplicationError.jsp: init
> ErrorDataBean:
> Originating command:
> Message Type: 0
> Message Key: _ERR_USER_AUTHORITY
> Message: The user does not have the authority to run this command "ToolsLogon".
>
>
> Any suggestion or help is appreciated.
>
>
> Thanking you,
> Kalpana.
>
>
>
|