No records are imported when you use the Bulk Import feature in Microsoft Dynamics CRM (913517)
The information in this article applies to:
SYMPTOMSYou use the Bulk Import feature in Microsoft Dynamics CRM 3.0 to create multiple records. After you import the batch of data, the Bulk Import activity has a status of "pending." However, no records are imported.
Additionally, an error message that is similar to the following is logged in the Application event log on the Microsoft CRM server: FAILED to start process 'A06FEC80-6C61-4DFF-8D26-BB629DC898BD' for object: (4406,{5BE7870F-6B72-DA11-9A85-001143CD0420}). Caller is 'SYSTEM'. Error code 80048306. CAUSEThe Microsoft CRM Workflow service and the CRM application pool (CRMAppPool) in Microsoft Internet Information Services (IIS) are not running under the same account.RESOLUTIONTo resolve this issue, 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.
Modification Type: | Major | Last Reviewed: | 3/20/2006 |
---|
Keywords: | kbMBSworkflow kberrmsg kbMBSMigrate kbprb KB913517 kbAudEndUser |
---|
|