The sample procedure works incorrectly when you use the sample procedure to change a server configuration in Microsoft Dynamics CRM 3.0 Professional Edition for Service Providers (911409)
The information in this article applies to:
- Microsoft Dynamics CRM 3.0 Professional Edition for Service Providers
SYMPTOMSWhen you use the sample procedure to change a server configuration in Microsoft Dynamics CRM 3.0 Professional Edition for Service Providers, the sample procedure works incorrectly. Specifically, this problem occurs when you try to change an all-in-one server configuration to a dedicated Microsoft SQL Server configuration.CAUSEThis problem occurs because the ModifyApplicationServerDatabase.xml file calls the AddApplicationServers procedure instead of the ModifyApplicationServerDatabase procedure.RESOLUTIONTo resolve this problem, change the following line of code in the ModifyApplicationServerDatabase.xml file. Existing code...
<execute namespace="CRM Resource Manager" procedure="AddApplicationServers" impersonate="1"> ... Replacement code...
<execute namespace="CRM Resource Manager" procedure="ModifyApplicationServerDatabase" impersonate="1">
... STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 6/27/2006 |
---|
Keywords: | kbtshoot kbMBSMigrate kbprb KB911409 kbAudEndUser kbAudKnowledgeWorker |
---|
|