打开安装 好的Microsoft Dynamics CRM 4.0 报错误为 Caller does not have enough privilege to set CallerOriginToken to the specified value 的解决办法

If you installed CRM 4.0 on box where you also have SQL and used a domain account as service account you need manually to add your domain account to the PrivUserGroup else you will recive a "Caller does not have enough privilege to set CallerOriginToken to the specified value" when trying to access CRM after installation.

1. Open Active Directory and Computers (dsa.msc)
2. Find your PrivUserGroup
3. Open group and add your domain account running your CRM services
4. Reboot CRM server (just to be sure ;-)

具体如下图:

来自:http://blogs.msdn.com/b/jonasd/archive/2008/01/11/caller-does-not-have-enough-privilege-to-set-callerorigintoken-to-the-specified-value.aspx

原文地址:https://www.cnblogs.com/allenhua/p/3295473.html