Crm Security issue ultimate solution unless it has anything to do with the hidden security privilege.
Step 1: Look into the event log and trace file to find something like
>MSCRM Error Report:
--------------------------------------------------------------------------------------------------------
Error: Server was unable to process request.
Error Number: 0x80040220
Error Message: SecLib::CrmCheckPrivilege failed. Returned hr = -2147220960 on UserId: e65023ae-54d1-da11-8e39-00145e3d5192 and PrivilegeId: a8ecac53-09e8-4a13-b598-8d8c87bc3d33
Step 2:
Locate the PrivilegeId value
Step 3: Run the following sql query to find missing privilege
select Name, * from PrivilegeBase where PrivilegeId = 'a8ecac53-09e8-4a13-b598-8d8c87bc3d33'
Step 4:
Add in the missing privilege.
Reference:
http://support.microsoft.com/kb/953962
http://mayankp.wordpress.com/tag/crm-security/
No comments:
Post a Comment