Resolution 1
Configure the CRM application pool and the Workflow service to run under the Network service account. To configure the CRM application pool, follow these steps:
- Click Start, point to Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
- Expand local computer, expand Application Pools, right-click CRMAppPool, and then click Properties.
- Click the Identity tab, and then click Predefined.
- Select Network Service from the list, and then click OK.
- Right-click CRMAppPool, and then click Stop.
- Right-click CRMAppPool, and then click Start.
- Close IIS Manager.
To configure the Workflow service, follow these steps:
- Click Start, click Run, type services.mmc, and then click OK.
- Right-click Microsoft CRM Workflow Service, and then click Stop.
- Right-click Microsoft CRM Workflow Service, click Properties, and then click the LogOn tab.
- Click This Account, type NTAUTHORITY\NETWORK SERVICE, and then click OK.
- Right-click Microsoft CRM Workflow Service, and then click Start.
If the CRM application pool and the Workflow service are both starting under the same account, you may have to restart the Workflow service. To restart the Workflow service, follow these steps:
- Log on to the Microsoft CRM server as a system administrator user.
- Click Start, click Run, type services.msc, and then click OK.
- Right-click Microsoft CRM Workflow Service.
- Click Start. Alternatively, click Restart if the Workflow service has already been started.
Resolution 2
Verify the GUID values for the System user and for the Integration user. To verify the GUID values, follow these steps:
- On the computer that is running Microsoft SQL Server and on which the Microsoft Dynamics CRM databases are stored, click Start, point to All Programs, point to Microsoft SQL Server 2005, and then click SQL Server Management Studio.
- In the list of databases, verify that OrganizationName_MSCRM is selected.
- Click New Query.
- Copy the following queries, and then paste them into the New Query window.
SELECT TOP 1 SystemUserId FROM SystemUserBase WHERE SystemUserBase.LastName = 'SYSTEM'
select SystemUserId from organizationbase
- To run the query, click Execute.
- Verify that the GUID values that are returned from the queries are the same value.
- Copy the following queries, and then paste them into the New Query window.
SELECT TOP 1 SystemUserId FROM SystemUserBase WHERE SystemUserBase.LastName = 'INTEGRATION'
select integrationuserid from organizationbase
- To run the query, click Execute.
- Verify that the GUID values that are returned from the queries are the same value.
If the values from the queries are different, contact Technical Support for Microsoft Dynamics to resolve this problem.
For information about technical support for Microsoft Dynamics CRM, visit the following Microsoft Web site: