Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm working through the same issue. I've found two articles that propose two different solutions:</p> <ul> <li><a href="http://social.microsoft.com/Forums/eu/crmdevelopment/thread/08598c62-f7da-4cd3-b8cc-89b07ebf1ad4" rel="nofollow">http://social.microsoft.com/Forums/eu/crmdevelopment/thread/08598c62-f7da-4cd3-b8cc-89b07ebf1ad4</a></li> <li><a href="http://social.microsoft.com/Forums/en/crm/thread/0dd4a41b-eeba-405c-9b56-c32bfedb9e7a" rel="nofollow">http://social.microsoft.com/Forums/en/crm/thread/0dd4a41b-eeba-405c-9b56-c32bfedb9e7a</a></li> </ul> <p>This post reminds me of one of those links. In the first article, the author mentions that the deployment service (check IIS app pool) identity needs to have AD permission granted over the OU for the ReportingGroup.</p> <p>To summarize the two articles:</p> <ul> <li>Find the app pool identity for the CrmDeploymentServiceAppPool, henceforth &lt;identiy&gt;</li> <li>Add the &lt;identiy&gt; to the Local Administrator and CRM_WPG groups</li> <li>Delegate Control to &lt;identiy&gt; in AD of the OU containing PrivUserGroup and SqlAccessGroup</li> <li>Grant &lt;identiy&gt; the "Log on as a Service" in the "secpol.msc" local rights management</li> <li>Grant "sysadmin" privileges to the &lt;identiy&gt; in SQL server</li> <li>Grant Read/Write permissions to &lt;identiy&gt; on the MSCRM_Web and Trace folders in your CRM</li> <li>Grant Read/Write permissions to &lt;identiy&gt; in "regedit" on the entries HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM and HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\MSCRMSandboxService subkeys</li> <li>Reset the App Pool</li> <li>Run the scripts</li> </ul> <p>If this fails to work, double check the links above, pray to God, then call MS Tech support (order is up to you). (Also, if you find something was missing, feel free to post or edit.)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload