views:

65

answers:

0

In the DynamicsSecurityConsole (for administering the Dynamics Web Services), I'm having an issue trying to add users to new Role Assignments. Though my windows user is part of the Security Administrators defined at the top of the tree, I get an error trying to do anything with users, groups or roles. Each time I get an error message that says "An unexpected error has occurred. See the event log for further details."

I see no indication of an error in the service exception console, but I'm able to find an entry in the system event viewer under the Dynamics heading. The source is listed as "Microsoft.Dynamics.Security.AdminService". The error starts off:

Exception type:
System.UnauthorizedAccessException

Exception message:
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

SecurityContext:
    ApplicationKey: [obscured]
    ScopeKey: null
    User: [NETWORK\me]

and it continues with the XML for the request.

I have pretty extensive permissions on the domain and the db and in GP but apparently something key is missing. Any ideas would be greatly appreciated.